Home
last modified time | relevance | path

Searched refs:OH_MD_KEY_PROFILE (Results 1 - 25 of 27) sorted by relevance

12

/foundation/multimedia/av_codec/test/moduletest/muxer/NativeAPI/
H A DNativeAVMuxerNullCheckTest.cpp94 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_PROFILE, PROFILE); in HWTEST_F()
126 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_PROFILE, PROFILE); in HWTEST_F()
183 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_PROFILE, PROFILE); in HWTEST_F()
220 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_PROFILE, PROFILE); in HWTEST_F()
269 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_PROFILE, PROFILE); in HWTEST_F()
315 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_PROFILE, PROFILE); in HWTEST_F()
H A DNativeAVMuxerParamCheckTest.cpp182 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_PROFILE, PROFILE); in HWTEST_F()
225 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_PROFILE, PROFILE); in HWTEST_F()
285 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_PROFILE, PROFILE); in HWTEST_F()
393 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_PROFILE, PROFILE); in HWTEST_F()
454 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_PROFILE, PROFILE); in HWTEST_F()
541 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_PROFILE, PROFILE); in HWTEST_F()
595 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_PROFILE, PROFILE); in HWTEST_F()
649 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_PROFILE, PROFILE); in HWTEST_F()
703 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_PROFILE, PROFILE); in HWTEST_F()
757 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_PROFILE, PROFIL in HWTEST_F()
[all...]
H A DNativeAVMuxerFuzzTest.cpp184 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_PROFILE, 0); in HWTEST_F()
H A DNativeAVMuxerInterfaceDependCheckTest.cpp76 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_PROFILE, PROFILE); in AddTrack()
H A DNativeAVMuxerStablityTest.cpp96 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_PROFILE, PROFILE); in AddTrack()
/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_avcodec_base.cpp56 const char *OH_MD_KEY_PROFILE = "codec_profile"; variable
/foundation/multimedia/av_codec/test/unittest/key_type_test/
H A Dkey_type_test.cpp39 {OH_MD_KEY_PROFILE, FORMAT_TYPE_INT32},
125 OH_MD_KEY_PROFILE,
/foundation/multimedia/av_codec/test/fuzztest/swdecodersetparameter_fuzzer/
H A Dswdecodersetparameter_fuzzer.cpp55 OH_AVFormat_SetIntValue(format, OH_MD_KEY_PROFILE, intData); in DoSomethingInterestingWithMyAPI()
/foundation/multimedia/av_codec/test/fuzztest/hevcswdecodersetparameter_fuzzer/
H A Dhevcswdecodersetparameter_fuzzer.cpp54 OH_AVFormat_SetIntValue(format, OH_MD_KEY_PROFILE, intData); in DoSomethingInterestingWithMyAPI()
/foundation/multimedia/av_codec/test/fuzztest/encodersetparameter_fuzzer/
H A Dencodersetparameter_fuzzer.cpp59 OH_AVFormat_SetIntValue(format, OH_MD_KEY_PROFILE, intData); in DoSomethingInterestingWithMyAPI()
/foundation/multimedia/av_codec/interfaces/kits/c/
H A Dnative_avcodec_base.h311 extern const char *OH_MD_KEY_PROFILE;
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/data_producer/demuxer/
H A Ddemuxer.cpp115 OH_AVFormat_GetIntValue(trackFormat.get(), OH_MD_KEY_PROFILE, &sampleInfo_->profile); in GetVideoTrackInfo()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hdrcodec/src/
H A Dhdrcodec_ndk_sample.cpp344 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_PROFILE, DEFAULT_PROFILE); in Configure()
398 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_PROFILE, DEFAULT_PROFILE); in ReConfigure()
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dfunc_test.cpp317 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_PROFILE, AVC_PROFILE_BASELINE); in HWTEST_F()
328 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_PROFILE, AVC_PROFILE_HIGH); in HWTEST_F()
339 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_PROFILE, AVC_PROFILE_MAIN); in HWTEST_F()
350 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_PROFILE, AVC_PROFILE_MAIN + AVC_PROFILE_MAIN); in HWTEST_F()
1600 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_PROFILE, profiles[i]); in HWTEST_F()
1618 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_PROFILE, AVC_PROFILE_MAIN + AVC_PROFILE_MAIN); in HWTEST_F()
2539 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_PROFILE, profiles[i]); in HWTEST_F()
2557 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_PROFILE, illegalProfile); in HWTEST_F()
H A Dvideoenc_api11_sample.cpp192 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_PROFILE, avcProfile); in ConfigureVideoEncoder()
194 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_PROFILE, hevcProfile); in ConfigureVideoEncoder()
197 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_PROFILE, HEVC_PROFILE_MAIN_10); in ConfigureVideoEncoder()
199 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_PROFILE, HEVC_PROFILE_MAIN); in ConfigureVideoEncoder()
/foundation/multimedia/av_codec/test/moduletest/demuxer/src/
H A Dformat_test.cpp364 ASSERT_FALSE(OH_AVFormat_GetIntValue(paramFormat, OH_MD_KEY_PROFILE, &profile)); in AvcVideoParam()
412 ASSERT_TRUE(OH_AVFormat_GetIntValue(paramFormat, OH_MD_KEY_PROFILE, &profile)); in HevcVideoParam()
415 ASSERT_FALSE(OH_AVFormat_GetIntValue(paramFormat, OH_MD_KEY_PROFILE, &profile)); in HevcVideoParam()
509 ASSERT_FALSE(OH_AVFormat_GetIntValue(paramFormat, OH_MD_KEY_PROFILE, &profile)); in OtherVideoParam()
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/video_codec/video_encoder/
H A Dvideo_encoder.cpp129 OH_AVFormat_SetIntValue(format.get(), OH_MD_KEY_PROFILE, sampleInfo.profile); in Configure()
/foundation/multimedia/av_codec/test/unittest/codec_param_checker_test/
H A Dcodec_param_checker_test.cpp643 ASSERT_EQ(true, OH_AVFormat_SetIntValue(format, OH_MD_KEY_PROFILE, profiles[i])); in HWTEST_F()
660 ASSERT_EQ(true, OH_AVFormat_SetIntValue(g_format, OH_MD_KEY_PROFILE, INT32_MIN)); in HWTEST_F()
673 ASSERT_EQ(true, OH_AVFormat_SetIntValue(g_format, OH_MD_KEY_PROFILE, INT32_MAX)); in HWTEST_F()
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/InnerAPI/
H A Dvideoenc_ndk_inner_sample.cpp173 format.PutIntValue(OH_MD_KEY_PROFILE, HEVC_PROFILE_MAIN_10); in Configure()
175 format.PutIntValue(OH_MD_KEY_PROFILE, HEVC_PROFILE_MAIN); in Configure()
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtester_capi.cpp243 OH_AVFormat_SetIntValue(fmt.get(), OH_MD_KEY_PROFILE, opt_.profile.value()); in ConfigureEncoder()
/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/
H A Davdemuxer_demo_runner.cpp141 OH_AVFormat_GetIntValue(oh_trackformat, OH_MD_KEY_PROFILE, &profile); in ShowSourceDescription()
/foundation/multimedia/av_codec/test/nativedemo/avmuxer/
H A Dnative_avmuxer_demo.c96 OH_AVFormat_SetIntValue(formatAudio, OH_MD_KEY_PROFILE, AAC_PROFILE_LC); in AddTrackAudio()
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dvideodec_api11_sample.cpp230 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_PROFILE, DEFAULT_PROFILE); in ConfigureVideoDecoder()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_api11_sample.cpp338 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_PROFILE, DEFAULT_PROFILE); in ConfigureVideoDecoder()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dvideodec_api11_sample.cpp316 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_PROFILE, DEFAULT_PROFILE); in ConfigureVideoDecoder()

Completed in 32 milliseconds

12