Searched refs:OH_MD_KEY_TRANSFER_CHARACTERISTICS (Results 1 - 14 of 14) sorted by relevance
/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/ |
H A D | native_avcodec_base.cpp | 65 const char *OH_MD_KEY_TRANSFER_CHARACTERISTICS = "transfer_characteristics"; variable
|
/foundation/multimedia/av_codec/test/unittest/key_type_test/ |
H A D | key_type_test.cpp | 46 {OH_MD_KEY_TRANSFER_CHARACTERISTICS, FORMAT_TYPE_INT32}, 132 OH_MD_KEY_TRANSFER_CHARACTERISTICS,
|
/foundation/multimedia/av_codec/interfaces/kits/c/ |
H A D | native_avcodec_base.h | 337 extern const char *OH_MD_KEY_TRANSFER_CHARACTERISTICS;
|
/foundation/multimedia/av_codec/test/fuzztest/audiomuxer_fuzzer/ |
H A D | audio_muxer_demo.cpp | 278 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_TRANSFER_CHARACTERISTICS, param.colorTransfer); in AddTrack() 306 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_TRANSFER_CHARACTERISTICS, param.colorTransfer); in AddCoverTrack()
|
/foundation/multimedia/av_codec/test/moduletest/demuxer/src/ |
H A D | format_test.cpp | 368 ASSERT_FALSE(OH_AVFormat_GetIntValue(paramFormat, OH_MD_KEY_TRANSFER_CHARACTERISTICS, &characteristics)); in AvcVideoParam() 405 ASSERT_TRUE(OH_AVFormat_GetIntValue(paramFormat, OH_MD_KEY_TRANSFER_CHARACTERISTICS, &characteristics)); in HevcVideoParam() 513 ASSERT_FALSE(OH_AVFormat_GetIntValue(paramFormat, OH_MD_KEY_TRANSFER_CHARACTERISTICS, &characteristics)); in OtherVideoParam()
|
/foundation/multimedia/av_codec/test/unittest/codec_param_checker_test/ |
H A D | codec_param_checker_test.cpp | 727 ASSERT_EQ(true, OH_AVFormat_SetIntValue(g_format, OH_MD_KEY_TRANSFER_CHARACTERISTICS, in HWTEST_F() 741 ASSERT_EQ(true, OH_AVFormat_SetIntValue(g_format, OH_MD_KEY_TRANSFER_CHARACTERISTICS, INT32_MIN)); in HWTEST_F() 754 ASSERT_EQ(true, OH_AVFormat_SetIntValue(g_format, OH_MD_KEY_TRANSFER_CHARACTERISTICS, INT32_MAX)); in HWTEST_F()
|
/foundation/multimedia/av_codec/test/fuzztest/encoderapi11_fuzzer/ |
H A D | videoenc_api11_sample.cpp | 110 OH_AVFormat_SetIntValue(format, OH_MD_KEY_TRANSFER_CHARACTERISTICS, data); in ConfigureVideoEncoderFuzz()
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/ |
H A D | videoenc_api11_sample.cpp | 217 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_TRANSFER_CHARACTERISTICS, DEFAULT_TRANSFER_CHARACTERISTICS); in ConfigureVideoEncoder() 283 OH_AVFormat_SetIntValue(format, OH_MD_KEY_TRANSFER_CHARACTERISTICS, data); in ConfigureVideoEncoder_fuzz()
|
H A D | videoenc_ndk_sample.cpp | 209 OH_AVFormat_SetIntValue(format, OH_MD_KEY_TRANSFER_CHARACTERISTICS, data); in ConfigureVideoEncoder_fuzz()
|
H A D | func_test.cpp | 198 ASSERT_EQ(true, OH_AVFormat_SetIntValue(format, OH_MD_KEY_TRANSFER_CHARACTERISTICS, in HWTEST_F()
|
/foundation/multimedia/av_codec/test/moduletest/muxer/NativeAPI/ |
H A D | NativeAVMuxerParamCheckTest.cpp | 864 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_TRANSFER_CHARACTERISTICS, in HWTEST_F() 878 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_TRANSFER_CHARACTERISTICS, 0); in HWTEST_F() 881 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_TRANSFER_CHARACTERISTICS, in HWTEST_F()
|
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/ |
H A D | tester_capi.cpp | 234 OH_AVFormat_SetIntValue(fmt.get(), OH_MD_KEY_TRANSFER_CHARACTERISTICS, opt_.transfer.value()); in ConfigureEncoder()
|
/foundation/multimedia/av_codec/test/fuzztest/encoderconfigure_fuzzer/ |
H A D | videoenc_sample.cpp | 129 OH_AVFormat_SetIntValue(format, OH_MD_KEY_TRANSFER_CHARACTERISTICS, data); in ConfigureVideoEncoderFuzz()
|
/foundation/multimedia/av_codec/test/nativedemo/avmuxer/ |
H A D | native_avmuxer_demo.c | 139 OH_AVFormat_SetIntValue(formatVideo, OH_MD_KEY_TRANSFER_CHARACTERISTICS, param->colorTransfer); in AddTrackVideo()
|
Completed in 19 milliseconds