Searched refs:chromaSize (Results 1 – 11 of 11) sorted by relevance
58 unsigned int chromaSize = c_size * 2; in convertYV12toYCrCb420SP() local68 unsigned char * t3 = t2 + chromaSize/2; in convertYV12toYCrCb420SP()69 for(unsigned int i=0; i < (chromaSize/2)>>3; i++) { in convertYV12toYCrCb420SP()83 for(unsigned int i = 0; i< chromaSize/2; i++) { in convertYV12toYCrCb420SP()85 newChroma[i*2+1] = oldChroma[i+chromaSize/2]; in convertYV12toYCrCb420SP()
477 size_t chromaSize = ALIGN((alignedw * height)/2, ALIGN2K); in calcSize() local478 size = ALIGN(lumaSize + chromaSize, ALIGN4K); in calcSize()
535 size_t chromaSize = ALIGN((alignedw * height)/2, ALIGN2K); in calcSize() local536 size = ALIGN(lumaSize + chromaSize, ALIGN4K); in calcSize()
528 size_t chromaSize = ALIGN((alignedw * height)/2, ALIGN2K); in calcSize() local529 size = ALIGN(lumaSize + chromaSize, ALIGN4K); in calcSize()
3454 OMX_U32 chromaSize = (width * height)/2; in empty_this_buffer_proxy() local3456 if (buffer->nAllocLen >= chromaOffset + chromaSize) { in empty_this_buffer_proxy()3458 memmove(buf + chromaOffset, buf + (width*height), chromaSize); in empty_this_buffer_proxy()3463 chromaOffset+chromaSize); in empty_this_buffer_proxy()