Home
last modified time | relevance | path

Searched refs:cropSize (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_ndk_sample.cpp773 uint32_t cropSize = (picWidth_ * picHeight_ * THREE) >> 1; in ProcessOutputData() local
774 uint8_t *cropBuffer = new uint8_t[cropSize]; in ProcessOutputData()
789 SHA512_Update(&c, cropBuffer, cropSize); in ProcessOutputData()
H A Dvideodec_api11_sample.cpp916 uint32_t cropSize = (picWidth_ * picHeight_ * THREE) >> 1; in ProcessOutputData() local
917 uint8_t *cropBuffer = new uint8_t[cropSize]; in ProcessOutputData()
932 SHA512_Update(&g_c, cropBuffer, cropSize); in ProcessOutputData()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dvideodec_api11_sample.cpp903 uint32_t cropSize = (picWidth_ * picHeight_ * THREE) >> 1; in ProcessOutputData() local
904 uint8_t *cropBuffer = new uint8_t[cropSize]; in ProcessOutputData()
919 SHA512_Update(&g_c, cropBuffer, cropSize); in ProcessOutputData()

Completed in 5 milliseconds