/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/ |
H A D | native_avcodec_base.cpp | 60 const char *OH_MD_KEY_ROTATION = "rotation_angle"; variable
|
/foundation/multimedia/av_codec/test/unittest/key_type_test/ |
H A D | key_type_test.cpp | 43 {OH_MD_KEY_ROTATION, FORMAT_TYPE_INT32}, 163 OH_MD_KEY_ROTATION,
|
/foundation/multimedia/av_codec/test/fuzztest/swdecodersetparameter_fuzzer/ |
H A D | swdecodersetparameter_fuzzer.cpp | 57 OH_AVFormat_SetIntValue(format, OH_MD_KEY_ROTATION, intData); in DoSomethingInterestingWithMyAPI()
|
/foundation/multimedia/av_codec/test/fuzztest/hevcswdecodersetparameter_fuzzer/ |
H A D | hevcswdecodersetparameter_fuzzer.cpp | 56 OH_AVFormat_SetIntValue(format, OH_MD_KEY_ROTATION, intData); in DoSomethingInterestingWithMyAPI()
|
/foundation/multimedia/av_codec/test/fuzztest/encodersetparameter_fuzzer/ |
H A D | encodersetparameter_fuzzer.cpp | 61 OH_AVFormat_SetIntValue(format, OH_MD_KEY_ROTATION, intData); in DoSomethingInterestingWithMyAPI()
|
/foundation/multimedia/av_codec/interfaces/kits/c/ |
H A D | native_avcodec_base.h | 325 extern const char *OH_MD_KEY_ROTATION;
|
/foundation/multimedia/av_codec/test/moduletest/demuxer/src/ |
H A D | format_test.cpp | 191 ASSERT_TRUE(OH_AVFormat_GetIntValue(trackFormat, OH_MD_KEY_ROTATION, &rotation)); in CheckVideoKey() 272 ASSERT_TRUE(OH_AVFormat_GetIntValue(trackFormat, OH_MD_KEY_ROTATION, &rotation)); in CheckAudioKeyVvc() 362 ASSERT_TRUE(OH_AVFormat_GetIntValue(paramFormat, OH_MD_KEY_ROTATION, &rotation)); in AvcVideoParam() 400 ASSERT_TRUE(OH_AVFormat_GetIntValue(paramFormat, OH_MD_KEY_ROTATION, &rotation)); in HevcVideoParam() 507 ASSERT_TRUE(OH_AVFormat_GetIntValue(paramFormat, OH_MD_KEY_ROTATION, &rotation)); in OtherVideoParam()
|
H A D | net2_test.cpp | 147 ASSERT_TRUE(OH_AVFormat_GetIntValue(trackFormat, OH_MD_KEY_ROTATION, &rotation)); in CheckVideoKey() 226 ASSERT_TRUE(OH_AVFormat_GetIntValue(trackFormat, OH_MD_KEY_ROTATION, &rotation)); in CheckAudioKeyVVC()
|
H A D | proc_test.cpp | 1134 ASSERT_TRUE(OH_AVFormat_GetIntValue(trackFormatSecond, OH_MD_KEY_ROTATION, &rotation)); in HWTEST_F() 1420 ASSERT_TRUE(OH_AVFormat_GetIntValue(trackFormat, OH_MD_KEY_ROTATION, &rotation)); in HWTEST_F() 1474 ASSERT_TRUE(OH_AVFormat_GetIntValue(trackFormat, OH_MD_KEY_ROTATION, &rotation)); in HWTEST_F()
|
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/video_codec/video_decoder/ |
H A D | video_decoder.cpp | 128 OH_AVFormat_SetIntValue(format.get(), OH_MD_KEY_ROTATION, 270); // rotate 270°
in Configure()
|
/foundation/multimedia/av_codec/test/nativedemo/e2e_demo/ |
H A D | avcodec_e2e_demo_api10.cpp | 175 OH_AVFormat_GetIntValue(trackFormat, OH_MD_KEY_ROTATION, &rotation); in AVCodecE2EDemoAPI10()
|
H A D | avcodec_e2e_demo.cpp | 153 OH_AVFormat_GetIntValue(trackFormat, OH_MD_KEY_ROTATION, &rotation); in AVCodecE2EDemo()
|
/foundation/multimedia/av_codec/test/fuzztest/hevcswdecoderconfigure_fuzzer/ |
H A D | videodec_sample.cpp | 163 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_ROTATION, defaultRotation); in ConfigureVideoDecoder()
|
/foundation/multimedia/av_codec/test/fuzztest/hwdecoderapi11_fuzzer/ |
H A D | videodec_api11_sample.cpp | 136 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_ROTATION, 0); in ConfigureVideoDecoder()
|
/foundation/multimedia/av_codec/test/fuzztest/swdecoderconfigure_fuzzer/ |
H A D | videodec_sample.cpp | 163 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_ROTATION, defaultRotation); in ConfigureVideoDecoder()
|
/foundation/multimedia/av_codec/test/fuzztest/hwdecoder_fuzzer/ |
H A D | videodec_sample.cpp | 137 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_ROTATION, defaultRotation); in ConfigureVideoDecoder()
|
/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/ |
H A D | video_encoder.cpp | 349 OH_AVFormat_SetIntValue(format, OH_MD_KEY_ROTATION, rotation_); in Configure()
|
/foundation/multimedia/av_codec/test/fuzztest/hevcswdecoderapi11_fuzzer/ |
H A D | videodec_api11_sample.cpp | 136 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_ROTATION, 0); in ConfigureVideoDecoder()
|
/foundation/multimedia/av_codec/test/unittest/codec_param_checker_test/ |
H A D | codec_param_checker_test.cpp | 1046 ASSERT_EQ(true, OH_AVFormat_SetIntValue(format, OH_MD_KEY_ROTATION, rotationAngle)); in HWTEST_F() 1077 ASSERT_EQ(true, OH_AVFormat_SetIntValue(format, OH_MD_KEY_ROTATION, rotationAngle)); in HWTEST_F()
|
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/ |
H A D | tester_capi.cpp | 596 OH_AVFormat_SetIntValue(fmt.get(), OH_MD_KEY_ROTATION, opt_.rotation); in ConfigureDecoder()
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/ |
H A D | videodec_ndk_sample.cpp | 718 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_ROTATION, angle); in AutoSwitchSurface()
|
H A D | videodec_api11_sample.cpp | 800 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_ROTATION, angle); in AutoSwitchSurface()
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/ |
H A D | videodec_ndk_sample.cpp | 677 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_ROTATION, angle); in AutoSwitchSurface()
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/ |
H A D | videodec_api11_sample.cpp | 665 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_ROTATION, angle); in AutoSwitchSurface()
|
H A D | videodec_ndk_sample.cpp | 179 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_ROTATION, DEFAULT_ROTATION); in ConfigureVideoDecoder()
|