Lines Matching refs:AImageDecoder
146 struct AImageDecoder;
166 typedef struct AImageDecoder AImageDecoder; typedef
197 AImageDecoder* _Nullable * _Nonnull outDecoder)
228 int AImageDecoder_createFromFd(int fd, AImageDecoder* _Nullable * _Nonnull outDecoder)
259 AImageDecoder* _Nullable * _Nonnull outDecoder)
268 void AImageDecoder_delete(AImageDecoder* _Nullable decoder) __INTRODUCED_IN(30);
296 int AImageDecoder_setAndroidBitmapFormat(AImageDecoder* _Nonnull decoder,
326 int AImageDecoder_setUnpremultipliedRequired(AImageDecoder* _Nonnull decoder,
358 int AImageDecoder_setDataSpace(AImageDecoder* _Nonnull decoder, int32_t dataspace)
399 int AImageDecoder_setTargetSize(AImageDecoder* _Nonnull decoder, int32_t width,
429 int AImageDecoder_computeSampledSize(const AImageDecoder* _Nonnull decoder, int sampleSize,
465 int AImageDecoder_setCrop(AImageDecoder* _Nonnull decoder, ARect crop) __INTRODUCED_IN(30);
490 const AImageDecoder* _Nonnull decoder) __INTRODUCED_IN(30);
587 size_t AImageDecoder_getMinimumStride(AImageDecoder* _Nonnull decoder) __INTRODUCED_IN(30);
666 int AImageDecoder_decodeImage(AImageDecoder* _Nonnull decoder,
683 bool AImageDecoder_isAnimated(AImageDecoder* _Nonnull decoder)
720 int32_t AImageDecoder_getRepeatCount(AImageDecoder* _Nonnull decoder)
765 int AImageDecoder_advanceFrame(AImageDecoder* _Nonnull decoder)
790 int AImageDecoder_rewind(AImageDecoder* _Nonnull decoder)
857 int AImageDecoder_getFrameInfo(AImageDecoder* _Nonnull decoder,
1040 AImageDecoder* _Nonnull decoder, bool handleInternally)