Searched refs:FIRST_FRAME (Results 1 - 2 of 2) sorted by relevance
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/ |
H A D | auxiliary_generator.cpp | 38 static constexpr uint32_t FIRST_FRAME = 0; member 68 uint32_t errorCode = decoder->GetImageSize(FIRST_FRAME, size); in SetAuxiliaryDecodeOption() 76 errorCode = decoder->SetDecodeOptions(FIRST_FRAME, plOptions, plInfo); in SetAuxiliaryDecodeOption() 314 errorCode = extDecoder->Decode(FIRST_FRAME, context); in GenerateAuxiliaryPicture()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/ |
H A D | image_source.cpp | 137 static const uint32_t FIRST_FRAME = 0; member 808 errorCode = GetImageInfo(FIRST_FRAME, info); 2036 errorCode = decoderPtr->GetImagePropertyString(FIRST_FRAME, EXT_ENCODED_FORMAT_KEY, format); 2113 ret = mainDecoder_->GetImagePropertyString(FIRST_FRAME, ACTUAL_IMAGE_ENCODED_FORMAT, value); 3464 if (decoder != nullptr && decoder->GetImagePropertyString(FIRST_FRAME, ENCODED_FORMAT_KEY, format) == SUCCESS) { 3772 uint32_t errorCode = decoder->GetImageSize(FIRST_FRAME, size); 3789 errorCode = decoder->SetDecodeOptions(FIRST_FRAME, plOptions, plInfo); 3849 errorCode = jpegGainmapDecoder_->Decode(FIRST_FRAME, gainMapCtx);
|
Completed in 6 milliseconds