Home | History | Annotate | Download | only in src

Lines Matching refs:overrunBuffer

725     video->overrunBuffer = (UChar*) M4VENC_MALLOC(sizeof(UChar) * video->oBSize);
726 if (video->overrunBuffer == NULL) goto CLEAN_UP;
1151 if (video->overrunBuffer) M4VENC_FREE(video->overrunBuffer);
1331 if (currVol->stream->bitstreamBuffer != video->overrunBuffer) // not used
1336 return video->overrunBuffer;
1436 BitstreamSetOverrunBuffer(currVol->stream, video->overrunBuffer, video->oBSize, video);