/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/ |
H A D | av_common.h | 68 VIDEO_ROTATION_90 = 90, enumerator
|
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/ |
H A D | av_common.h | 122 VIDEO_ROTATION_90 = 90, enumerator
|
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/format/ |
H A D | avformat_unit_test.cpp | 511 …ECT_EQ(iter->second.val.int32Val, static_cast<int32_t>(Plugins::VideoRotation::VIDEO_ROTATION_90)); in CheckFormatMap() 540 meta->SetData(INT_ENUM_TESTKEY, Plugins::VideoRotation::VIDEO_ROTATION_90); 571 meta->SetData(INT_ENUM_TESTKEY, Plugins::VideoRotation::VIDEO_ROTATION_90); 628 meta->SetData(INT_ENUM_TESTKEY, Plugins::VideoRotation::VIDEO_ROTATION_90); 658 meta->SetData(INT_ENUM_TESTKEY, Plugins::VideoRotation::VIDEO_ROTATION_90);
|
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/meta/ |
H A D | video_types.h | 161 VIDEO_ROTATION_90 = 90, enumerator
|
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/meta/ |
H A D | meta_func_unit_test.cpp | 287 int32_t valueIn = static_cast<int32_t>(Plugins::VideoRotation::VIDEO_ROTATION_90); 320 int32_t valueIn = static_cast<int32_t>(Plugins::VideoRotation::VIDEO_ROTATION_90); 460 {Tag::VIDEO_ROTATION, static_cast<int32_t>(Plugins::VideoRotation::VIDEO_ROTATION_90)},
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/common/ |
H A D | codec_utils.cpp | 221 case VideoRotation::VIDEO_ROTATION_90: { in TranslateSurfaceRotation()
|
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/server/post_processing/ |
H A D | post_processing.h | 328 case VIDEO_ROTATION_90: in SetOutputSurfaceTransform()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/ |
H A D | ffmpeg_format_helper.cpp | 229 {"90", VIDEO_ROTATION_90}, 607 case VIDEO_ROTATION_90: in ParseRotationFromMatrix()
|
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/recorder/ |
H A D | hirecorder_impl.cpp | 801 } else if (rotationAngle.rotation == Plugins::VideoRotation::VIDEO_ROTATION_90) { in ConfigureRotation() 802 muxerFormat_->Set<Tag::VIDEO_ROTATION>(Plugins::VideoRotation::VIDEO_ROTATION_90); in ConfigureRotation()
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | type_converter.cpp | 323 { VIDEO_ROTATION_90, GRAPHIC_ROTATE_270 }, in InnerRotateToDisplayRotate()
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/ |
H A D | avrecorder_napi.cpp | 1538 case VIDEO_ROTATION_90: in ConfigAVBufferMeta() 1539 MEDIA_LOGI("rotation %{public}d", VIDEO_ROTATION_90); in ConfigAVBufferMeta() 1564 pixelMap->rotate(VIDEO_ROTATION_90); in ConfigAVBufferMeta() 1866 …CK_AND_RETURN_RET((config->rotation == VIDEO_ROTATION_0 || config->rotation == VIDEO_ROTATION_90 || in GetConfig() 1900 …CK_AND_RETURN_RET((config->rotation == VIDEO_ROTATION_0 || config->rotation == VIDEO_ROTATION_90 || in GetRotation() 1913 …CK_AND_RETURN_RET((config->rotation == VIDEO_ROTATION_0 || config->rotation == VIDEO_ROTATION_90 || in GetRotation()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/muxer/ |
H A D | ffmpeg_muxer_plugin.cpp | 305 if (rotation_ != VIDEO_ROTATION_0 && rotation_ != VIDEO_ROTATION_90 && in SetRotation() 581 if (rotation_ == VIDEO_ROTATION_90) { in SetDisplayMatrix()
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/ |
H A D | fcodec.cpp | 186 …K_AND_RETURN_LOG(sr == VideoRotation::VIDEO_ROTATION_0 || sr == VideoRotation::VIDEO_ROTATION_90 || in ConfigureSurface() 545 …K_AND_RETURN_LOG(sr == VideoRotation::VIDEO_ROTATION_0 || sr == VideoRotation::VIDEO_ROTATION_90 || in SetSurfaceParameter()
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/ |
H A D | hevc_decoder.cpp | 260 …K_AND_RETURN_LOG(sr == VideoRotation::VIDEO_ROTATION_0 || sr == VideoRotation::VIDEO_ROTATION_90 || in ConfigureSurface() 578 …K_AND_RETURN_LOG(sr == VideoRotation::VIDEO_ROTATION_0 || sr == VideoRotation::VIDEO_ROTATION_90 || in SetSurfaceParameter()
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/unittest/ |
H A D | hdecoder_unit_test.cpp | 555 format.PutIntValue(MediaDescriptionKey::MD_KEY_ROTATION_ANGLE, VIDEO_ROTATION_90);
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/avmuxer_test/ |
H A D | avmuxer_unit_test.cpp | 2117 param->Set<Tag::VIDEO_ROTATION>(Plugins::VideoRotation::VIDEO_ROTATION_90);
|