Home
last modified time | relevance | path

Searched refs:IsSizeVailed (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/
H A Dauxiliary_generator.cpp45 static inline bool IsSizeVailed(const Size &size) in IsSizeVailed() function
71 if (errorCode != SUCCESS || !IsSizeVailed(size)) { in SetAuxiliaryDecodeOption()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp577 static inline bool IsSizeVailed(const Size &size) in IsSizeVailed() function
604 if (IsSizeVailed(wantSize)) { in TransformSizeWithDensity()
815 if (errorCode != SUCCESS || !IsSizeVailed(info.size)) { in CreatePixelMapExtended()
837 if (opts_.resolutionQuality == ResolutionQuality::HIGH && (IsSizeVailed(opts.desiredSize) && in CreatePixelMapExtended()
3732 if (errorCode != SUCCESS || !IsSizeVailed({size.width, size.height})) { in SetGainMapDecodeOption()
4193 if ((IsSizeVailed(opts.desiredSize) && (imageSize.height != opts.desiredSize.height in IsNecessaryAiProcess()
4332 if (IsSizeVailed(opts.desiredSize)) { in ImageAiProcess()
4352 hasDesiredSizeOptions = IsSizeVailed(opts_.desiredSize); in DecodeImageDataToContextExtended()