Home | History | Annotate | Download | only in src

Lines Matching refs:overrunBuffer

748     video->overrunBuffer = (UChar*) M4VENC_MALLOC(sizeof(UChar) * video->oBSize);
749 if (video->overrunBuffer == NULL) goto CLEAN_UP;
1184 if (video->overrunBuffer) M4VENC_FREE(video->overrunBuffer);
1360 if (currVol->stream->bitstreamBuffer != video->overrunBuffer) // not used
1365 return video->overrunBuffer;
1465 BitstreamSetOverrunBuffer(currVol->stream, video->overrunBuffer, video->oBSize, video);