HomeSort by relevance Sort by last modified time
    Searched refs:overrunBuffer (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
bitstream_io.cpp 77 stream->overrunBuffer = NULL;
776 Void BitstreamSetOverrunBuffer(BitstreamEncVideo* stream, UChar* overrunBuffer, Int oBSize, VideoEncData *video)
778 stream->overrunBuffer = overrunBuffer;
791 if (stream->overrunBuffer != NULL) // overrunBuffer is set
793 if (stream->bitstreamBuffer != stream->overrunBuffer) // not already used
801 if (video->overrunBuffer)
803 M4VENC_FREE(video->overrunBuffer);
806 video->overrunBuffer = (UChar*) M4VENC_MALLOC(sizeof(UChar) * stream->oBSize)
    [all...]
bitstream_io.h 49 Void BitstreamSetOverrunBuffer(BitstreamEncVideo *stream, UChar *overrunBuffer, Int oBSize, VideoEncData *video);
mp4lib_int.h 35 UChar* overrunBuffer; /* pointer to overrun buffer */
340 UChar *overrunBuffer; /* extra output buffer to prevent current skip due to output buffer overrun*/
mp4enc_api.cpp 748 video->overrunBuffer = (UChar*) M4VENC_MALLOC(sizeof(UChar) * video->oBSize);
749 if (video->overrunBuffer == NULL) goto CLEAN_UP;
    [all...]

Completed in 83 milliseconds