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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
bitstream_io.cpp 61 stream->bitstreamBuffer = (UChar *) M4VENC_MALLOC(stream->bufferSize * sizeof(UChar));
62 if (stream->bitstreamBuffer == NULL)
68 M4VENC_MEMSET(stream->bitstreamBuffer, 0, stream->bufferSize*sizeof(UChar));
97 if (stream->bitstreamBuffer)
99 M4VENC_FREE(stream->bitstreamBuffer);
222 ptr = stream->bitstreamBuffer + stream->byteCount;
276 ptr = stream->bitstreamBuffer + stream->byteCount;
455 ptrBS1 = bitstream1->bitstreamBuffer + bitstream1->byteCount; /* move ptr bs1*/
456 ptrBS2 = bitstream2->bitstreamBuffer;
507 ptrBS1 = bitstream1->bitstreamBuffer + bitstream1->byteCount; /* move ptr bs1*
    [all...]
vop.cpp 318 stream->bitstreamBuffer = bstream;
516 tmp.bitstreamBuffer = buffer; /* use temporary buffer */
mp4lib_int.h 30 UChar *bitstreamBuffer; /*buffer to hold one video packet*/
mp4enc_api.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
bitstream_io.cpp 37 bitstreamBuffer <--------->
53 stream->bitstreamBuffer = buffer;
100 write_pnt = stream->bitstreamBuffer + stream->write_pos;
271 if (stream->bitstreamBuffer != stream->overrunBuffer) // not already used
297 memcpy(stream->overrunBuffer, stream->bitstreamBuffer, stream->write_pos);
298 stream->bitstreamBuffer = stream->overrunBuffer;
325 stream->bitstreamBuffer = stream->overrunBuffer;
avcenc_int.h 127 bitstreamBuffer will be in EBSP format as the emulation prevention codes are
133 uint8 *bitstreamBuffer; /* pointer to buffer memory */
135 int write_pos; /* next position to write to bitstreamBuffer */
avcenc_api.cpp 526 if (bitstream->overrunBuffer == bitstream->bitstreamBuffer) /* OB is used */
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
bitstream.cpp 51 uint8 *bitstreamBuffer = stream->bitstreamBuffer;
66 v = bitstreamBuffer + stream->read_point;
129 stream->bitstreamBuffer = buffer;
610 ptr = stream->bitstreamBuffer + initial_byte_aligned_position;
639 ptr = stream->bitstreamBuffer + initial_byte_aligned_position;
658 ptr = stream->bitstreamBuffer + byte_pos;
669 ptr = stream->bitstreamBuffer + byte_pos;
    [all...]
mp4lib_int.h 38 uint8 *bitstreamBuffer; /* pointer to buffer memory */
  /external/aac/libSBRenc/src/
sbr_encoder.cpp     [all...]

Completed in 196 milliseconds