Searched refs:bitstream1 (Results 1 - 8 of 8) 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 Dbitstream_io.h41 PV_STATUS BitstreamAppendEnc(BitstreamEncVideo *bitstream1, BitstreamEncVideo *bitstream2);
42 PV_STATUS BitstreamAppendPacket(BitstreamEncVideo *bitstream1, BitstreamEncVideo *bitstream2);
43 PV_STATUS BitstreamAppendPacketNoOffset(BitstreamEncVideo *bitstream1, BitstreamEncVideo *bitstream2);
45 PV_STATUS BitstreamFlushBits(BitstreamEncVideo *bitstream1, Int num_bit_left);
46 PV_STATUS BitstreamPrependPacket(BitstreamEncVideo *bitstream1, BitstreamEncVideo *bitstream2);
H A Dvop.cpp46 // BitstreamEncVideo *stream=video->bitstream1;
128 BitstreamEncVideo *stream = video->bitstream1;
197 BitstreamEncVideo *stream = video->bitstream1; /* different from frame-based */
522 bs = video->bitstream1;
573 BitstreamPrependPacket(video->bitstream1, bs);
H A Dcombined_encode.cpp53 BitstreamEncVideo *bs1 = video->bitstream1;
284 BitstreamEncVideo *bs1 = video->bitstream1;
684 BitstreamEncVideo *stream = (bs1stream ? video->bitstream1 : video->vol[video->currLayer]->stream);
H A Ddatapart_encode.cpp51 BitstreamEncVideo *bs1 = video->bitstream1;
230 BitstreamEncVideo *bs1 = video->bitstream1;
H A Dmp4enc_api.cpp725 video->bitstream1 = BitStreamCreateEnc(2 * 4096); /*allocate working stream 1*/
726 if (video->bitstream1 == NULL) goto CLEAN_UP;
1180 if (video->bitstream1)BitstreamCloseEnc(video->bitstream1);
1332 if (*size > encData->bitstream1->byteCount)
1334 *size = encData->bitstream1->byteCount;
1335 M4VENC_MEMCPY(volHeader, encData->bitstream1->bitstreamBuffer, *size);
1340 /* Reset bitstream1 buffer parameters */
1341 BitstreamEncReset(encData->bitstream1);
2438 BitstreamEncVideo *stream = video->bitstream1;
[all...]
H A Dmp4lib_int.h336 BitstreamEncVideo *bitstream1; /* Used for data partitioning */ member in struct:tagVideoEncData
H A Dvlc_encode.cpp887 BitstreamEncVideo *bs1 = video->bitstream1;
975 BitstreamEncVideo *bs1 = video->bitstream1;
1133 BitstreamEncVideo *bs1 = video->bitstream1;
1249 BitstreamEncVideo *bs1 = video->bitstream1;

Completed in 287 milliseconds