Lines Matching +defs:val +defs:data
49 #define RET_VAL_IF_TRUE(cond, exception_class, msg, val) \ argument
62 #define GET_HANDLE_VAL(val) \ argument
212 JNIEnv *env, jobject thiz, jbyteArray data, jint size, jint color_gamut, jint color_transfer, in Java_com_google_media_codecs_ultrahdr_UltraHDREncoder_setCompressedImageNative()
236 JNIEnv *env, jobject thiz, jbyteArray data, jint size, jfloat max_content_boost, in Java_com_google_media_codecs_ultrahdr_UltraHDREncoder_setGainMapImageInfoNative()
263 jbyteArray data, in Java_com_google_media_codecs_ultrahdr_UltraHDREncoder_setExifDataNative()
409 jbyteArray data, in Java_com_google_media_codecs_ultrahdr_UltraHDRDecoder_isUHDRImageNative()
444 JNIEnv *env, jobject thiz, jbyteArray data, jint size, jint color_gamut, jint color_transfer, in Java_com_google_media_codecs_ultrahdr_UltraHDRDecoder_setCompressedImageNative()
627 #define SET_FLOAT_FIELD(name, val) \ in Java_com_google_media_codecs_ultrahdr_UltraHDRDecoder_getGainmapMetadataNative() argument
660 jbyteArray data = env->NewByteArray(decodedImg->stride[UHDR_PLANE_PACKED] * decodedImg->h * bpp); in Java_com_google_media_codecs_ultrahdr_UltraHDRDecoder_getDecodedImageNative() local
665 #define SET_INT_FIELD(name, val) \ in Java_com_google_media_codecs_ultrahdr_UltraHDRDecoder_getDecodedImageNative() argument
690 jbyteArray data = env->NewByteArray(gainmapImg->stride[UHDR_PLANE_PACKED] * gainmapImg->h * bpp); in Java_com_google_media_codecs_ultrahdr_UltraHDRDecoder_getDecodedGainMapImageNative() local