Searched refs:cropBottom (Results 1 - 6 of 6) sorted by relevance
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/ |
H A D | videodec_ndk_sample.cpp | 113 int32_t cropBottom = 0; in VdecFormatChanged() local 117 OH_AVFormat_GetIntValue(format, OH_MD_KEY_VIDEO_CROP_BOTTOM, &cropBottom); in VdecFormatChanged() 121 if (cropBottom != CROP_INFO[resCount][CROP_BOTTOM] || cropRight != CROP_INFO[resCount][CROP_RIGHT]) { in VdecFormatChanged() 634 int32_t cropBottom = 0; in CheckOutputDescription() local 642 OH_AVFormat_GetIntValue(newFormat, OH_MD_KEY_VIDEO_CROP_BOTTOM, &cropBottom); in CheckOutputDescription() 649 if (cropTop != expectCropTop || cropBottom != expectCropBottom || cropLeft != expectCropLeft) { in CheckOutputDescription() 650 std::cout << "cropTop:" << cropTop << " cropBottom:" << cropBottom << " cropLeft:" << cropLeft <<std::endl; in CheckOutputDescription()
|
H A D | videodec_api11_sample.cpp | 138 int32_t cropBottom = 0; in VdecAPI11FormatChanged() local 140 OH_AVFormat_GetIntValue(format, OH_MD_KEY_VIDEO_CROP_BOTTOM, &cropBottom); in VdecAPI11FormatChanged() 142 if (cropBottom != CROP_INFO[resCount][CROP_BOTTOM] || cropRight != CROP_INFO[resCount][CROP_RIGHT]) { in VdecAPI11FormatChanged() 745 int32_t cropBottom = 0; in CheckOutputDescription() local 753 OH_AVFormat_GetIntValue(newFormat, OH_MD_KEY_VIDEO_CROP_BOTTOM, &cropBottom); in CheckOutputDescription() 760 if (cropTop != expectCropTop || cropBottom != expectCropBottom || cropLeft != expectCropLeft) { in CheckOutputDescription() 761 std::cout << "cropTop:" << cropTop << " cropBottom:" << cropBottom << " cropLeft:" << cropLeft <<std::endl; in CheckOutputDescription()
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/ |
H A D | videodec_api11_sample.cpp | 108 int32_t cropBottom = 0; in VdecAPI11FormatChanged() local 112 OH_AVFormat_GetIntValue(format, OH_MD_KEY_VIDEO_CROP_BOTTOM, &cropBottom); in VdecAPI11FormatChanged() 116 if (cropBottom != CROP_INFO[resCount][CROP_BOTTOM] || cropRight != CROP_INFO[resCount][CROP_RIGHT]) { in VdecAPI11FormatChanged() 622 int32_t cropBottom = 0; in CheckOutputDescription() local 630 OH_AVFormat_GetIntValue(newFormat, OH_MD_KEY_VIDEO_CROP_BOTTOM, &cropBottom); in CheckOutputDescription() 637 if (cropTop != expectCropTop || cropBottom != expectCropBottom || cropLeft != expectCropLeft) { in CheckOutputDescription() 638 std::cout << "cropTop:" << cropTop << " cropBottom:" << cropBottom << " cropLeft:" << cropLeft <<std::endl; in CheckOutputDescription()
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/ |
H A D | videodec_api11_sample.cpp | 132 int32_t cropBottom = 0; in VdecAPI11FormatChanged() local 134 OH_AVFormat_GetIntValue(format, OH_MD_KEY_VIDEO_CROP_BOTTOM, &cropBottom); in VdecAPI11FormatChanged() 136 if (cropBottom != CROP_INFO[resCount][CROP_BOTTOM] || cropRight != CROP_INFO[resCount][CROP_RIGHT]) { in VdecAPI11FormatChanged() 757 int32_t cropBottom = 0; in CheckOutputDescription() local 765 OH_AVFormat_GetIntValue(newFormat, OH_MD_KEY_VIDEO_CROP_BOTTOM, &cropBottom); in CheckOutputDescription() 773 std::cout << "cropTop:" << cropTop << " cropBottom:" << cropBottom << " cropLeft:" << cropLeft <<std::endl; in CheckOutputDescription()
|
H A D | videodec_ndk_sample.cpp | 127 int32_t cropBottom = 0; in VdecFormatChanged() local 129 OH_AVFormat_GetIntValue(format, OH_MD_KEY_VIDEO_CROP_BOTTOM, &cropBottom); in VdecFormatChanged() 132 if (cropBottom != CROP_INFO[resCount][CROP_BOTTOM] || cropRight != CROP_INFO[resCount][CROP_RIGHT]) { in VdecFormatChanged()
|
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/ |
H A D | videodec_func_unit_test.cpp | 1234 int32_t cropBottom = 0; in HWTEST_F() local 1238 EXPECT_TRUE(format_->GetIntValue(Media::Tag::VIDEO_CROP_BOTTOM, cropBottom)); in HWTEST_F() 1242 EXPECT_GE(cropBottom, DEFAULT_HEIGHT - 1); in HWTEST_F()
|
Completed in 9 milliseconds