Home
last modified time | relevance | path

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 Dav_common.h76 VIDEO_ROTATION_270 = 270, enumerator
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Dav_common.h130 VIDEO_ROTATION_270 = 270, enumerator
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/meta/
H A Dvideo_types.h163 VIDEO_ROTATION_270 = 270, enumerator
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/unittest/
H A Dhcodec_type_converter_unit_test.cpp118 …optional<GraphicTransformType> ret = TypeConverter::InnerRotateToDisplayRotate(VIDEO_ROTATION_270);
/ohos5.0/foundation/multimedia/av_codec/services/engine/common/
H A Dcodec_utils.cpp227 case VideoRotation::VIDEO_ROTATION_270: { in TranslateSurfaceRotation()
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/server/post_processing/
H A Dpost_processing.h334 case VIDEO_ROTATION_270: in SetOutputSurfaceTransform()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_format_helper.cpp231 {"270", VIDEO_ROTATION_270},
613 case VIDEO_ROTATION_270: in ParseRotationFromMatrix()
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/recorder/
H A Dhirecorder_impl.cpp805 } 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 Dtype_converter.cpp325 { VIDEO_ROTATION_270, GRAPHIC_ROTATE_90 }, in InnerRotateToDisplayRotate()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.cpp1542 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 Dffmpeg_muxer_plugin.cpp306 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 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()