Home
last modified time | relevance | path

Searched refs:uhdr_dec_get_image_width (Results 1 – 5 of 5) sorted by relevance

/external/libultrahdr/fuzzer/
Dultrahdr_dec_fuzzer.cpp95 auto width = uhdr_dec_get_image_width(dec_handle); in process()
/external/libultrahdr/
Dultrahdr_api.h701 UHDR_EXTERN int uhdr_dec_get_image_width(uhdr_codec_private_t* dec);
/external/libultrahdr/java/jni/
Dultrahdr-jni.cpp543 auto val = uhdr_dec_get_image_width((uhdr_codec_private_t *)handle); in Java_com_google_media_codecs_ultrahdr_UltraHDRDecoder_getImageWidthNative()
/external/libultrahdr/examples/
Dultrahdr_app.cpp857 printf("Average decode time for res %d x %d is %f ms \n", uhdr_dec_get_image_width(handle), in decode()
/external/libultrahdr/lib/src/
Dultrahdr_api.cpp1620 int uhdr_dec_get_image_width(uhdr_codec_private_t* dec) { in uhdr_dec_get_image_width() function