Searched refs:ImageEncoding (Results 1 – 8 of 8) sorted by relevance
7 <!ELEMENT CamcorderProfiles (EncoderProfile|ImageEncoding|ImageDecoding|Camera)+>24 <!ELEMENT ImageEncoding EMPTY> element25 <!ATTLIST ImageEncoding quality (95|90|80|70|60|50|40) #REQUIRED>
409 ByteString* ImageEncoding, in PDF_DataDecode() argument428 *ImageEncoding = "FlateDecode"; in PDF_DataDecode()445 *ImageEncoding = "RunLengthDecode"; in PDF_DataDecode()458 *ImageEncoding = std::move(decoder); in PDF_DataDecode()470 ImageEncoding->clear(); in PDF_DataDecode()
96 ByteString* ImageEncoding,
123 …iles(std::vector<EncoderProfile> encoderProfile_optional, std::vector<ImageEncoding> imageEncoding… in CamcorderProfiles()204 std::vector<ImageEncoding> imageEncoding_optional; in read()211 ImageEncoding _value = ImageEncoding::read(_child); in read()
67 …iles(std::vector<EncoderProfile> encoderProfile_optional, std::vector<ImageEncoding> imageEncoding…