Searched refs:yFrameSize (Results 1 – 4 of 4) 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()
144 size_t yFrameSize = sizeof(uint8) * mDecHandle->size; in decodeFrames() local145 if (outputBufferSize < yFrameSize * 3 / 2) { in decodeFrames()
236 uint32_t yFrameSize = sizeof(uint8) * mDecHandle->size; in processMpeg4H263Decoder() local237 ASSERT_GE(outputBufferSize, yFrameSize * 3 / 2) in processMpeg4H263Decoder()
538 uint32_t yFrameSize = sizeof(uint8) * mVideoDecControls.size; in process() local539 if (mOutputBufferSize < yFrameSize * 3 / 2){ in process()