Home
last modified time | relevance | path

Searched refs:VIDEO_ROTATION_90 (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Dav_common.h68 VIDEO_ROTATION_90 = 90, enumerator
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Dav_common.h122 VIDEO_ROTATION_90 = 90, enumerator
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/format/
H A Davformat_unit_test.cpp511 …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 Dvideo_types.h161 VIDEO_ROTATION_90 = 90, enumerator
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/meta/
H A Dmeta_func_unit_test.cpp287 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 Dcodec_utils.cpp221 case VideoRotation::VIDEO_ROTATION_90: { in TranslateSurfaceRotation()
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/server/post_processing/
H A Dpost_processing.h328 case VIDEO_ROTATION_90: in SetOutputSurfaceTransform()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_format_helper.cpp229 {"90", VIDEO_ROTATION_90},
607 case VIDEO_ROTATION_90: in ParseRotationFromMatrix()
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/recorder/
H A Dhirecorder_impl.cpp801 } 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 Dtype_converter.cpp323 { VIDEO_ROTATION_90, GRAPHIC_ROTATE_270 }, in InnerRotateToDisplayRotate()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.cpp1538 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 Dffmpeg_muxer_plugin.cpp305 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 Dfcodec.cpp186 …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 Dhevc_decoder.cpp260 …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 Dhdecoder_unit_test.cpp555 format.PutIntValue(MediaDescriptionKey::MD_KEY_ROTATION_ANGLE, VIDEO_ROTATION_90);
/ohos5.0/foundation/multimedia/av_codec/test/unittest/avmuxer_test/
H A Davmuxer_unit_test.cpp2117 param->Set<Tag::VIDEO_ROTATION>(Plugins::VideoRotation::VIDEO_ROTATION_90);