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 D | native_avcodec_base.cpp | 64 const char *OH_MD_KEY_COLOR_PRIMARIES = "color_primaries"; variable
|
/foundation/multimedia/av_codec/test/unittest/key_type_test/ |
H A D | key_type_test.cpp | 45 {OH_MD_KEY_COLOR_PRIMARIES, FORMAT_TYPE_INT32}, 131 OH_MD_KEY_COLOR_PRIMARIES,
|
/foundation/multimedia/av_codec/interfaces/kits/c/ |
H A D | native_avcodec_base.h | 335 extern const char *OH_MD_KEY_COLOR_PRIMARIES;
|
/foundation/multimedia/av_codec/test/fuzztest/audiomuxer_fuzzer/ |
H A D | audio_muxer_demo.cpp | 277 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 D | format_test.cpp | 371 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 D | proc_test.cpp | 1143 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 D | codec_param_checker_test.cpp | 686 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 D | videoenc_api11_sample.cpp | 109 OH_AVFormat_SetIntValue(format, OH_MD_KEY_COLOR_PRIMARIES, data); in ConfigureVideoEncoderFuzz()
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/ |
H A D | videoenc_api11_sample.cpp | 216 (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 D | videoenc_ndk_sample.cpp | 208 OH_AVFormat_SetIntValue(format, OH_MD_KEY_COLOR_PRIMARIES, data); in ConfigureVideoEncoder_fuzz()
|
H A D | func_test.cpp | 197 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 D | NativeAVMuxerParamCheckTest.cpp | 841 * @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 D | tester_capi.cpp | 231 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 D | videoenc_sample.cpp | 128 OH_AVFormat_SetIntValue(format, OH_MD_KEY_COLOR_PRIMARIES, data); in ConfigureVideoEncoderFuzz()
|
/foundation/multimedia/av_codec/test/nativedemo/avmuxer/ |
H A D | native_avmuxer_demo.c | 138 OH_AVFormat_SetIntValue(formatVideo, OH_MD_KEY_COLOR_PRIMARIES, param->colorPrimaries); in AddTrackVideo()
|
Completed in 21 milliseconds