Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/include/
H A Dvideodec_sample.h63 uint32_t originalWidth = 0; variable
H A Dvideodec_api11_sample.h65 uint32_t originalWidth = 0; variable
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/include/
H A Dvideodec_sample.h65 uint32_t originalWidth = 0; variable
H A Dvideodec_api11_sample.h69 uint32_t originalWidth = 0; variable
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dvideodec_ndk_sample.cpp177 originalWidth = DEFAULT_WIDTH; in ConfigureVideoDecoder()
194 if (picWidth != originalWidth || picHeight != originalHeight) { in CheckOutputDescription()
H A Dvideodec_api11_sample.cpp223 originalWidth = DEFAULT_WIDTH; in ConfigureVideoDecoder()
646 if (picWidth != originalWidth || picHeight != originalHeight) { in CheckOutputDescription()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dvideodec_ndk_sample.cpp234 originalWidth = DEFAULT_WIDTH; in ConfigureVideoDecoder()
646 if (picWidth != originalWidth || picHeight != originalHeight) { in CheckOutputDescription()
H A Dvideodec_api11_sample.cpp309 originalWidth = DEFAULT_WIDTH; in ConfigureVideoDecoder()
769 if (picWidth != originalWidth || picHeight != originalHeight) { in CheckOutputDescription()