Searched refs:VIDEO_ROTATION_270 (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/ |
H A D | av_common.h | 76 VIDEO_ROTATION_270 = 270, enumerator
|
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/ |
H A D | av_common.h | 130 VIDEO_ROTATION_270 = 270, enumerator
|
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/meta/ |
H A D | video_types.h | 163 VIDEO_ROTATION_270 = 270, enumerator
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/unittest/ |
H A D | hcodec_type_converter_unit_test.cpp | 118 …optional<GraphicTransformType> ret = TypeConverter::InnerRotateToDisplayRotate(VIDEO_ROTATION_270);
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/common/ |
H A D | codec_utils.cpp | 227 case VideoRotation::VIDEO_ROTATION_270: { in TranslateSurfaceRotation()
|
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/server/post_processing/ |
H A D | post_processing.h | 334 case VIDEO_ROTATION_270: in SetOutputSurfaceTransform()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/ |
H A D | ffmpeg_format_helper.cpp | 231 {"270", VIDEO_ROTATION_270}, 613 case VIDEO_ROTATION_270: in ParseRotationFromMatrix()
|
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/recorder/ |
H A D | hirecorder_impl.cpp | 805 } else if (rotationAngle.rotation == Plugins::VideoRotation::VIDEO_ROTATION_270) { in ConfigureRotation() 806 muxerFormat_->Set<Tag::VIDEO_ROTATION>(Plugins::VideoRotation::VIDEO_ROTATION_270); in ConfigureRotation()
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | type_converter.cpp | 325 { VIDEO_ROTATION_270, GRAPHIC_ROTATE_90 }, in InnerRotateToDisplayRotate()
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/ |
H A D | avrecorder_napi.cpp | 1542 pixelMap->rotate(VIDEO_ROTATION_270); in ConfigAVBufferMeta() 1560 case VIDEO_ROTATION_270: in ConfigAVBufferMeta() 1561 MEDIA_LOGI("rotation %{public}d", VIDEO_ROTATION_270); in ConfigAVBufferMeta() 1867 config->rotation == VIDEO_ROTATION_180 || config->rotation == VIDEO_ROTATION_270), in GetConfig() 1901 … config->rotation == VIDEO_ROTATION_180 || config->rotation == VIDEO_ROTATION_270), in GetRotation() 1914 config->rotation == VIDEO_ROTATION_180 || config->rotation == VIDEO_ROTATION_270), in GetRotation()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/muxer/ |
H A D | ffmpeg_muxer_plugin.cpp | 306 rotation_ != VIDEO_ROTATION_180 && rotation_ != VIDEO_ROTATION_270) { in SetRotation() 592 } else if (rotation_ == VIDEO_ROTATION_270) { in SetDisplayMatrix()
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/ |
H A D | fcodec.cpp | 187 … sr == VideoRotation::VIDEO_ROTATION_180 || sr == VideoRotation::VIDEO_ROTATION_270, in ConfigureSurface() 546 … sr == VideoRotation::VIDEO_ROTATION_180 || sr == VideoRotation::VIDEO_ROTATION_270, in SetSurfaceParameter()
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/ |
H A D | hevc_decoder.cpp | 261 … sr == VideoRotation::VIDEO_ROTATION_180 || sr == VideoRotation::VIDEO_ROTATION_270, in ConfigureSurface() 579 … sr == VideoRotation::VIDEO_ROTATION_180 || sr == VideoRotation::VIDEO_ROTATION_270, in SetSurfaceParameter()
|