Home
last modified time | relevance | path

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 Dnative_avcodec_base.cpp65 const char *OH_MD_KEY_TRANSFER_CHARACTERISTICS = "transfer_characteristics"; variable
/foundation/multimedia/av_codec/test/unittest/key_type_test/
H A Dkey_type_test.cpp46 {OH_MD_KEY_TRANSFER_CHARACTERISTICS, FORMAT_TYPE_INT32},
132 OH_MD_KEY_TRANSFER_CHARACTERISTICS,
/foundation/multimedia/av_codec/interfaces/kits/c/
H A Dnative_avcodec_base.h337 extern const char *OH_MD_KEY_TRANSFER_CHARACTERISTICS;
/foundation/multimedia/av_codec/test/fuzztest/audiomuxer_fuzzer/
H A Daudio_muxer_demo.cpp278 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 Dformat_test.cpp368 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 Dcodec_param_checker_test.cpp727 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 Dvideoenc_api11_sample.cpp110 OH_AVFormat_SetIntValue(format, OH_MD_KEY_TRANSFER_CHARACTERISTICS, data); in ConfigureVideoEncoderFuzz()
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dvideoenc_api11_sample.cpp217 (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 Dvideoenc_ndk_sample.cpp209 OH_AVFormat_SetIntValue(format, OH_MD_KEY_TRANSFER_CHARACTERISTICS, data); in ConfigureVideoEncoder_fuzz()
H A Dfunc_test.cpp198 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 DNativeAVMuxerParamCheckTest.cpp864 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 Dtester_capi.cpp234 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 Dvideoenc_sample.cpp129 OH_AVFormat_SetIntValue(format, OH_MD_KEY_TRANSFER_CHARACTERISTICS, data); in ConfigureVideoEncoderFuzz()
/foundation/multimedia/av_codec/test/nativedemo/avmuxer/
H A Dnative_avmuxer_demo.c139 OH_AVFormat_SetIntValue(formatVideo, OH_MD_KEY_TRANSFER_CHARACTERISTICS, param->colorTransfer); in AddTrackVideo()

Completed in 33 milliseconds