Searched refs:desiredFormat (Results 1 – 4 of 4) sorted by relevance
921 PixelFormat desiredFormat = PixelFormat::UNKNOWN; variable922 uint32_t ret = extDecoder->PreDecodeCheckYuv(index, desiredFormat);936 ret = extDecoder->PreDecodeCheckYuv(index, desiredFormat);941 ret = extDecoder->PreDecodeCheckYuv(index, desiredFormat);944 desiredFormat = PixelFormat::NV21;945 ret = extDecoder->PreDecodeCheckYuv(index, desiredFormat);995 PixelFormat desiredFormat = PixelFormat::UNKNOWN; variable996 auto ret = extDecoder->GetJpegYuvOutFmt(desiredFormat);998 desiredFormat = PixelFormat::NV12;999 ret = extDecoder->GetJpegYuvOutFmt(desiredFormat);
107 uint32_t PreDecodeCheckYuv(uint32_t index, OHOS::Media::PixelFormat desiredFormat);109 JpegYuvFmt GetJpegYuvOutFmt(OHOS::Media::PixelFormat desiredFormat);
104 PixelFormat desiredFormat = opts.desiredPixelFormat; in SetDecodeOptions() local105 desireColor_ = ConvertToColorType(desiredFormat, info.pixelFormat); in SetDecodeOptions()
805 uint32_t ExtDecoder::PreDecodeCheckYuv(uint32_t index, PixelFormat desiredFormat) in HeapMemAlloc() argument819 auto iter = PLPIXEL_FORMAT_YUV_JPG_MAP.find(desiredFormat); in HeapMemAlloc()994 JpegYuvFmt ExtDecoder::GetJpegYuvOutFmt(PixelFormat desiredFormat) in HeapMemAlloc() argument996 auto iter = PLPIXEL_FORMAT_YUV_JPG_MAP.find(desiredFormat); in HeapMemAlloc()