Home
last modified time | relevance | path

Searched refs:expectCropBottom (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dfunc_test.cpp568 vDecSample->expectCropBottom = DEFAULT_HEIGHT - 1;
597 vDecSample->expectCropBottom = DEFAULT_HEIGHT - 1;
626 vDecSample->expectCropBottom = UHD_RESOLUTION[1] - 1;
655 vDecSample->expectCropBottom = UHD_RESOLUTION[1] - 1;
684 vDecSample->expectCropBottom = HD_RESOLUTION[1] - 1;
713 vDecSample->expectCropBottom = HD_RESOLUTION[1] - 1;
742 vDecSample->expectCropBottom = HD_RESOLUTION[1] - 1;
H A Dvideodec_ndk_sample.cpp637 … if (cropTop != expectCropTop || cropBottom != expectCropBottom || cropLeft != expectCropLeft) { in CheckOutputDescription()
H A Dvideodec_api11_sample.cpp760 … if (cropTop != expectCropTop || cropBottom != expectCropBottom || cropLeft != expectCropLeft) { in CheckOutputDescription()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/include/
H A Dvideodec_sample.h83 uint32_t expectCropBottom = 0; variable
H A Dvideodec_api11_sample.h89 uint32_t expectCropBottom = 0; variable
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/include/
H A Dvideodec_api11_sample.h86 uint32_t expectCropBottom = 0; variable
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/include/
H A Dvideodec_api11_sample.h87 uint32_t expectCropBottom = 0; variable
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dvideodec_api11_sample.cpp637 … if (cropTop != expectCropTop || cropBottom != expectCropBottom || cropLeft != expectCropLeft) { in CheckOutputDescription()