Searched defs:bitstream1 (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dbitstream_io.cpp405 /* Function : BitstreamAppendEnc( BitstreamEncVideo *bitstream1, */
409 /* output bitstream(bitstream1) */
416 PV_STATUS BitstreamAppendEnc(BitstreamEncVideo *bitstream1, BitstreamEncVideo *bitstream2) argument
424 status = BitstreamSavePartial(bitstream1, &fraction);
437 if (!offset) /* bitstream1 is byte-aligned */
439 return BitstreamAppendPacket(bitstream1, bitstream2);
444 /* since bitstream1 doesn't have to be byte-aligned, we have to process byte by byte */
446 if (bitstream1->byteCount + bitstream2->byteCount + offset > bitstream1->bufferSize)
448 if (PV_SUCCESS != BitstreamUseOverrunBuffer(bitstream1, bitstream
493 BitstreamAppendPacket(BitstreamEncVideo *bitstream1, BitstreamEncVideo *bitstream2) argument
532 BitstreamAppendPacketNoOffset(BitstreamEncVideo *bitstream1, BitstreamEncVideo *bitstream2) argument
625 BitstreamFlushBits(BitstreamEncVideo *bitstream1, Int num_bit_left) argument
681 BitstreamPrependPacket(BitstreamEncVideo *bitstream1, BitstreamEncVideo *bitstream2) argument
[all...]
H A Dmp4lib_int.h335 BitstreamEncVideo *bitstream1; /* Used for data partitioning */ member in struct:tagVideoEncData

Completed in 129 milliseconds