Home
last modified time | relevance | path

Searched refs:OH_MD_KEY_COLOR_PRIMARIES (Results 1 - 15 of 15) sorted by relevance

/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_avcodec_base.cpp64 const char *OH_MD_KEY_COLOR_PRIMARIES = "color_primaries"; variable
/foundation/multimedia/av_codec/test/unittest/key_type_test/
H A Dkey_type_test.cpp45 {OH_MD_KEY_COLOR_PRIMARIES, FORMAT_TYPE_INT32},
131 OH_MD_KEY_COLOR_PRIMARIES,
/foundation/multimedia/av_codec/interfaces/kits/c/
H A Dnative_avcodec_base.h335 extern const char *OH_MD_KEY_COLOR_PRIMARIES;
/foundation/multimedia/av_codec/test/fuzztest/audiomuxer_fuzzer/
H A Daudio_muxer_demo.cpp277 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_COLOR_PRIMARIES, param.colorPrimaries); in AddTrack()
305 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_COLOR_PRIMARIES, param.colorPrimaries); in AddCoverTrack()
/foundation/multimedia/av_codec/test/moduletest/demuxer/src/
H A Dformat_test.cpp371 ASSERT_FALSE(OH_AVFormat_GetIntValue(paramFormat, OH_MD_KEY_COLOR_PRIMARIES, &primaries)); in AvcVideoParam()
408 ASSERT_TRUE(OH_AVFormat_GetIntValue(paramFormat, OH_MD_KEY_COLOR_PRIMARIES, &primaries)); in HevcVideoParam()
516 ASSERT_FALSE(OH_AVFormat_GetIntValue(paramFormat, OH_MD_KEY_COLOR_PRIMARIES, &primaries)); in OtherVideoParam()
H A Dproc_test.cpp1143 ASSERT_FALSE(OH_AVFormat_GetIntValue(trackFormatFirst, OH_MD_KEY_COLOR_PRIMARIES, &colorPrimaries)); in HWTEST_F()
/foundation/multimedia/av_codec/test/unittest/codec_param_checker_test/
H A Dcodec_param_checker_test.cpp686 ASSERT_EQ(true, OH_AVFormat_SetIntValue(g_format, OH_MD_KEY_COLOR_PRIMARIES, INT32_MIN)); in HWTEST_F()
699 ASSERT_EQ(true, OH_AVFormat_SetIntValue(g_format, OH_MD_KEY_COLOR_PRIMARIES, INT32_MAX)); in HWTEST_F()
713 OH_MD_KEY_COLOR_PRIMARIES, in HWTEST_F()
/foundation/multimedia/av_codec/test/fuzztest/encoderapi11_fuzzer/
H A Dvideoenc_api11_sample.cpp109 OH_AVFormat_SetIntValue(format, OH_MD_KEY_COLOR_PRIMARIES, data); in ConfigureVideoEncoderFuzz()
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dvideoenc_api11_sample.cpp216 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_COLOR_PRIMARIES, DEFAULT_COLOR_PRIMARIES); in ConfigureVideoEncoder()
282 OH_AVFormat_SetIntValue(format, OH_MD_KEY_COLOR_PRIMARIES, data); in ConfigureVideoEncoder_fuzz()
H A Dvideoenc_ndk_sample.cpp208 OH_AVFormat_SetIntValue(format, OH_MD_KEY_COLOR_PRIMARIES, data); in ConfigureVideoEncoder_fuzz()
H A Dfunc_test.cpp197 ASSERT_EQ(true, OH_AVFormat_SetIntValue(format, OH_MD_KEY_COLOR_PRIMARIES, OH_ColorPrimary::COLOR_PRIMARY_BT709)); in HWTEST_F()
/foundation/multimedia/av_codec/test/moduletest/muxer/NativeAPI/
H A DNativeAVMuxerParamCheckTest.cpp841 * @tc.name : OH_AVMuxer_AddTrack - video trackFormat(OH_MD_KEY_COLOR_PRIMARIES) check
863 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_COLOR_PRIMARIES, OH_ColorPrimary::COLOR_PRIMARY_BT709); in HWTEST_F()
874 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_COLOR_PRIMARIES, 0); in HWTEST_F()
877 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_COLOR_PRIMARIES, OH_ColorPrimary::COLOR_PRIMARY_BT709); in HWTEST_F()
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtester_capi.cpp231 OH_AVFormat_SetIntValue(fmt.get(), OH_MD_KEY_COLOR_PRIMARIES, opt_.primary.value()); in ConfigureEncoder()
/foundation/multimedia/av_codec/test/fuzztest/encoderconfigure_fuzzer/
H A Dvideoenc_sample.cpp128 OH_AVFormat_SetIntValue(format, OH_MD_KEY_COLOR_PRIMARIES, data); in ConfigureVideoEncoderFuzz()
/foundation/multimedia/av_codec/test/nativedemo/avmuxer/
H A Dnative_avmuxer_demo.c138 OH_AVFormat_SetIntValue(formatVideo, OH_MD_KEY_COLOR_PRIMARIES, param->colorPrimaries); in AddTrackVideo()

Completed in 22 milliseconds