Searched refs:yFrameSize (Results 1 – 3 of 3) sorted by relevance
209 OMX_U32 yFrameSize = sizeof(uint8) * mHandle->size; in onQueueFilled() local210 if ((outHeader->nAllocLen < yFrameSize) || in onQueueFilled()211 (outHeader->nAllocLen - yFrameSize < yFrameSize / 2)) { in onQueueFilled()238 OMX_U64 yFrameSize = (OMX_U64)mWidth * (OMX_U64)mHeight; in onQueueFilled() local239 if (yFrameSize > ((OMX_U64)UINT32_MAX / 3) * 2) { in onQueueFilled()245 frameSize = (OMX_U32)(yFrameSize + (yFrameSize / 2)); in onQueueFilled()
236 uint32_t yFrameSize = sizeof(uint8) * mDecHandle->size; in processMpeg4H263Decoder() local237 ASSERT_GE(outputBufferSize, yFrameSize * 3 / 2) in processMpeg4H263Decoder()
610 uint32_t yFrameSize = sizeof(uint8) * mDecHandle->size; in process() local611 if (mOutputBufferSize < yFrameSize * 3 / 2){ in process()