HomeSort by relevance Sort by last modified time
    Searched refs:pSrc_v (Results 1 - 2 of 2) sorted by null

  /hardware/ti/omap4-aah/libI420colorconvert/
ColorConvert.cpp 77 uint8_t* pSrc_v = (uint8_t*)pSrc_u + (srcWidth / 2) * (srcHeight / 2);
83 pDst_uv[k+1] = pSrc_v[j];
87 pSrc_v += srcWidth / 2;
  /hardware/ti/omap4xxx/libI420colorconvert/
ColorConvert.cpp 77 uint8_t* pSrc_v = (uint8_t*)pSrc_u + (srcWidth / 2) * (srcHeight / 2);
83 pDst_uv[k+1] = pSrc_v[j];
87 pSrc_v += srcWidth / 2;

Completed in 94 milliseconds