Searched refs:decoderPtr (Results 1 – 2 of 2) sorted by relevance
100 std::unique_ptr<JpegDecoderYuv> decoderPtr = std::make_unique<JpegDecoderYuv>(); in DecodeToYUV() local104 int ret = decoderPtr->DoDecode(context, para); in DecodeToYUV()
2041 auto decoderPtr = unique_ptr<AbsImageDecoder>(codec); in GetFormatExtended() local2042 if (decoderPtr == nullptr) { in GetFormatExtended()2048 decoderPtr->PromoteIncrementalDecode(UINT32_MAX, context) == ERR_IMAGE_DATA_UNSUPPORT) { in GetFormatExtended()2051 errorCode = decoderPtr->GetImagePropertyString(FIRST_FRAME, EXT_ENCODED_FORMAT_KEY, format); in GetFormatExtended()2053 if (decoderPtr->GetHeifParseErr() != 0) { in GetFormatExtended()2054 heifParseErr_ = decoderPtr->GetHeifParseErr(); in GetFormatExtended()2067 mainDecoder_ = std::move(decoderPtr); in GetFormatExtended()