Searched refs:CheckDecodeOptions (Results 1 – 4 of 4) sorted by relevance
114 uint32_t CheckDecodeOptions(uint32_t index, const PixelDecodeOptions &opts);
223 uint32_t ret = extDecoder->CheckDecodeOptions(index, opts);230 ret = extDecoder->CheckDecodeOptions(index, opts);238 ret = extDecoder->CheckDecodeOptions(index, opts);
338 bool CheckDecodeOptions(Size imageSize, bool &needAisr, bool &needHdr);
570 uint32_t ExtDecoder::CheckDecodeOptions(uint32_t index, const PixelDecodeOptions &opts) in HeapMemAlloc() function in OHOS::ImagePlugin::ExtDecoder642 auto resCode = CheckDecodeOptions(index, opts); in HeapMemAlloc()