Searched refs:AImage_getWidth (Results 1 – 6 of 6) sorted by relevance
593 media_status_t AImage_getWidth(const AImage* image, /*out*/int32_t* width) __INTRODUCED_IN(24);
46 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AImage_getWidth);326 INIT_INTERCEPTABLE_STUB_FUNCTION("libmediandk.so", AImage_getWidth); in init_stub_library()
29 AImage_getWidth; # introduced=24
620 media_status_t AImage_getWidth(const AImage* image, /*out*/int32_t* width) { in AImage_getWidth() function
459 AImage_getWidth(outImage, &imageWidth); in HandleImageAvailable()