Searched refs:copyPos (Results 1 - 3 of 3) sorted by relevance
/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/ |
H A D | videodec_ndk_sample.cpp | 775 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 D | videodec_api11_sample.cpp | 918 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 D | videodec_api11_sample.cpp | 905 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 5 milliseconds