Home
last modified time | relevance | path

Searched refs:yFrameSize (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
DSoftMPEG4.cpp209 OMX_U32 yFrameSize = sizeof(uint8) * mHandle->size; in onQueueFilled() local
210 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() local
239 if (yFrameSize > ((OMX_U64)UINT32_MAX / 3) * 2) { in onQueueFilled()
245 frameSize = (OMX_U32)(yFrameSize + (yFrameSize / 2)); in onQueueFilled()
/frameworks/av/media/module/codecs/m4v_h263/fuzzer/
Dmpeg4_h263_dec_fuzzer.cpp144 size_t yFrameSize = sizeof(uint8) * mDecHandle->size; in decodeFrames() local
145 if (outputBufferSize < yFrameSize * 3 / 2) { in decodeFrames()
/frameworks/av/media/module/codecs/m4v_h263/dec/test/
DMpeg4H263DecoderTest.cpp236 uint32_t yFrameSize = sizeof(uint8) * mDecHandle->size; in processMpeg4H263Decoder() local
237 ASSERT_GE(outputBufferSize, yFrameSize * 3 / 2) in processMpeg4H263Decoder()
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Dec.cpp538 uint32_t yFrameSize = sizeof(uint8) * mVideoDecControls.size; in process() local
539 if (mOutputBufferSize < yFrameSize * 3 / 2){ in process()