Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/include/
H A Dvideodec_api11_sample.h69 uint32_t originalWidth = 0; member in OHOS::Media::VDecAPI11Sample
H A Dvideodec_sample.h65 uint32_t originalWidth = 0; member in OHOS::Media::VDecNdkSample
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/include/
H A Dvideodec_api11_sample.h65 uint32_t originalWidth = 0; member in OHOS::Media::VDecAPI11Sample
H A Dvideodec_sample.h63 uint32_t originalWidth = 0; member in OHOS::Media::VDecNdkSample
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dvideodec_ndk_sample.cpp246 originalWidth = DEFAULT_WIDTH; in ConfigureVideoDecoder()
658 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()
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dvideodec_api11_sample.cpp223 originalWidth = DEFAULT_WIDTH; in ConfigureVideoDecoder()
646 if (picWidth != originalWidth || picHeight != originalHeight) { in CheckOutputDescription()
H A Dvideodec_ndk_sample.cpp177 originalWidth = DEFAULT_WIDTH; in ConfigureVideoDecoder()
194 if (picWidth != originalWidth || picHeight != originalHeight) { in CheckOutputDescription()

Completed in 8 milliseconds