Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_ndk_sample.cpp775 uint8_t *copyPos = cropBuffer; in ProcessOutputData() local
778 memcpy_s(copyPos, picWidth_, bufferAddr, picWidth_); in ProcessOutputData()
780 copyPos += picWidth_; in ProcessOutputData()
785 memcpy_s(copyPos, picWidth_, bufferAddr, picWidth_); in ProcessOutputData()
787 copyPos += picWidth_; in ProcessOutputData()
H A Dvideodec_api11_sample.cpp918 uint8_t *copyPos = cropBuffer; in ProcessOutputData() local
921 memcpy_s(copyPos, picWidth_, bufferAddr, picWidth_); in ProcessOutputData()
923 copyPos += picWidth_; in ProcessOutputData()
928 memcpy_s(copyPos, picWidth_, bufferAddr, picWidth_); in ProcessOutputData()
930 copyPos += picWidth_; in ProcessOutputData()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dvideodec_api11_sample.cpp905 uint8_t *copyPos = cropBuffer; in ProcessOutputData() local
908 memcpy_s(copyPos, picWidth_, bufferAddr, picWidth_); in ProcessOutputData()
910 copyPos += picWidth_; in ProcessOutputData()
915 memcpy_s(copyPos, picWidth_, bufferAddr, picWidth_); in ProcessOutputData()
917 copyPos += picWidth_; in ProcessOutputData()

Completed in 6 milliseconds