Home
last modified time | relevance | path

Searched refs:orientationType (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/unittest/avsource_test/
H A Davsource_unit_test.h88 int32_t orientationType = 0; member
H A Davsource_unit_test.cpp170 formatVal_.orientationType = 0; in ResetFormatValue()
2060 … ASSERT_TRUE(format_->GetIntValue(Media::Tag::VIDEO_ORIENTATION_TYPE, formatVal_.orientationType));
2061 ASSERT_EQ(formatVal_.orientationType, 0);
2078 … ASSERT_TRUE(format_->GetIntValue(Media::Tag::VIDEO_ORIENTATION_TYPE, formatVal_.orientationType));
2079 ASSERT_EQ(formatVal_.orientationType, 3);
2096 … ASSERT_TRUE(format_->GetIntValue(Media::Tag::VIDEO_ORIENTATION_TYPE, formatVal_.orientationType));
2097 ASSERT_EQ(formatVal_.orientationType, 5);
2114 … ASSERT_TRUE(format_->GetIntValue(Media::Tag::VIDEO_ORIENTATION_TYPE, formatVal_.orientationType));
2115 ASSERT_EQ(formatVal_.orientationType, 7);
2132 …ASSERT_FALSE(format_->GetIntValue(Media::Tag::VIDEO_ORIENTATION_TYPE, formatVal_.orientationType));
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_format_helper.cpp636 VideoOrientationType orientationType = VideoOrientationType::ROTATE_NONE; in ParseOrientationFromMatrix() local
649 orientationType = GetMatrixType(ConvertArrayToString(convertedMatrix, CONVERT_MATRIX_SIZE)); in ParseOrientationFromMatrix()
653 format.Set<Tag::VIDEO_ORIENTATION_TYPE>(orientationType); in ParseOrientationFromMatrix()
654 MEDIA_LOG_D("Type of matrix is: " PUBLIC_LOG_D32, static_cast<int>(orientationType)); in ParseOrientationFromMatrix()