Home
last modified time | relevance | path

Searched refs:pSrc_v (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/libI420colorconvert/
DColorConvert.cpp77 uint8_t* pSrc_v = (uint8_t*)pSrc_u + (srcWidth / 2) * (srcHeight / 2); in convertI420ToEncoderInput() local
83 pDst_uv[k+1] = pSrc_v[j]; in convertI420ToEncoderInput()
87 pSrc_v += srcWidth / 2; in convertI420ToEncoderInput()
/hardware/ti/omap4-aah/libI420colorconvert/
DColorConvert.cpp77 uint8_t* pSrc_v = (uint8_t*)pSrc_u + (srcWidth / 2) * (srcHeight / 2); in convertI420ToEncoderInput() local
83 pDst_uv[k+1] = pSrc_v[j]; in convertI420ToEncoderInput()
87 pSrc_v += srcWidth / 2; in convertI420ToEncoderInput()