Searched refs:VIDEO_ROTATION_180 (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/ |
H A D | av_common.h | 72 VIDEO_ROTATION_180 = 180, enumerator
|
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/ |
H A D | av_common.h | 126 VIDEO_ROTATION_180 = 180, enumerator
|
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/meta/ |
H A D | video_types.h | 162 VIDEO_ROTATION_180 = 180, enumerator
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/common/ |
H A D | codec_utils.cpp | 224 case VideoRotation::VIDEO_ROTATION_180: { in TranslateSurfaceRotation()
|
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/server/post_processing/ |
H A D | post_processing.h | 331 case VIDEO_ROTATION_180: in SetOutputSurfaceTransform()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/ |
H A D | ffmpeg_format_helper.cpp | 230 {"180", VIDEO_ROTATION_180}, 610 case VIDEO_ROTATION_180: in ParseRotationFromMatrix()
|
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/recorder/ |
H A D | hirecorder_impl.cpp | 803 } else if (rotationAngle.rotation == Plugins::VideoRotation::VIDEO_ROTATION_180) { in ConfigureRotation() 804 muxerFormat_->Set<Tag::VIDEO_ROTATION>(Plugins::VideoRotation::VIDEO_ROTATION_180); in ConfigureRotation()
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | type_converter.cpp | 324 { VIDEO_ROTATION_180, GRAPHIC_ROTATE_180 }, in InnerRotateToDisplayRotate()
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/ |
H A D | avrecorder_napi.cpp | 1548 case VIDEO_ROTATION_180: in ConfigAVBufferMeta() 1549 MEDIA_LOGI("rotation %{public}d", VIDEO_ROTATION_180); in ConfigAVBufferMeta() 1554 pixelMap->rotate(VIDEO_ROTATION_180); 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() 587 } else if (rotation_ == VIDEO_ROTATION_180) { 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()
|