Home
last modified time | relevance | path

Searched refs:videoRotation (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder.cpp1421 int32_t videoRotation = 0; in SwitchBetweenSurface() local
1422 format_.GetIntValue(MediaDescriptionKey::MD_KEY_ROTATION_ANGLE, videoRotation); in SwitchBetweenSurface()
1423 newSurface->SetTransform(TranslateSurfaceRotation(static_cast<VideoRotation>(videoRotation))); in SwitchBetweenSurface()
/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H A Dfcodec.cpp1290 int32_t videoRotation = 0; in SwitchBetweenSurface() local
1291 format_.GetIntValue(MediaDescriptionKey::MD_KEY_ROTATION_ANGLE, videoRotation); in SwitchBetweenSurface()
1292 sInfo_.surface->SetTransform(TranslateSurfaceRotation(static_cast<VideoRotation>(videoRotation))); in SwitchBetweenSurface()
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp12687 int32_t videoRotation = videoOutput_1->GetVideoRotation(PhotoCaptureSetting::RotationConfig::Rotation_90); in HWTEST_F() local
12688 EXPECT_EQ(videoRotation, PhotoCaptureSetting::RotationConfig::Rotation_180); in HWTEST_F()

Completed in 22 milliseconds