Home
last modified time | relevance | path

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 Dav_common.h72 VIDEO_ROTATION_180 = 180, enumerator
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Dav_common.h126 VIDEO_ROTATION_180 = 180, enumerator
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/meta/
H A Dvideo_types.h162 VIDEO_ROTATION_180 = 180, enumerator
/ohos5.0/foundation/multimedia/av_codec/services/engine/common/
H A Dcodec_utils.cpp224 case VideoRotation::VIDEO_ROTATION_180: { in TranslateSurfaceRotation()
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/server/post_processing/
H A Dpost_processing.h331 case VIDEO_ROTATION_180: in SetOutputSurfaceTransform()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_format_helper.cpp230 {"180", VIDEO_ROTATION_180},
610 case VIDEO_ROTATION_180: in ParseRotationFromMatrix()
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/recorder/
H A Dhirecorder_impl.cpp803 } 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 Dtype_converter.cpp324 { VIDEO_ROTATION_180, GRAPHIC_ROTATE_180 }, in InnerRotateToDisplayRotate()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.cpp1548 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 Dffmpeg_muxer_plugin.cpp306 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 Dfcodec.cpp187 … 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 Dhevc_decoder.cpp261 … 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()