Searched refs:bitstream2 (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | bitstream_io.cpp | 416 PV_STATUS BitstreamAppendEnc(BitstreamEncVideo *bitstream1, BitstreamEncVideo *bitstream2) in BitstreamAppendEnc() argument 431 status = BitstreamSavePartial(bitstream2, &fraction); in BitstreamAppendEnc() 439 return BitstreamAppendPacket(bitstream1, bitstream2); in BitstreamAppendEnc() 446 if (bitstream1->byteCount + bitstream2->byteCount + offset > bitstream1->bufferSize) in BitstreamAppendEnc() 448 if (PV_SUCCESS != BitstreamUseOverrunBuffer(bitstream1, bitstream2->byteCount + offset)) in BitstreamAppendEnc() 450 bitstream1->byteCount += (bitstream2->byteCount + offset); in BitstreamAppendEnc() 456 ptrBS2 = bitstream2->bitstreamBuffer; in BitstreamAppendEnc() 461 numbyte2 = bitstream2->byteCount; /* number of byte to copy from bs2 */ in BitstreamAppendEnc() 478 status = BitstreamPutBits(bitstream1, (WORD_SIZE << 3) - bitstream2->bitLeft, bitstream2->word); in BitstreamAppendEnc() 493 PV_STATUS BitstreamAppendPacket(BitstreamEncVideo *bitstream1, BitstreamEncVideo *bitstream2) in BitstreamAppendPacket() argument [all …]
|
D | bitstream_io.h | 41 PV_STATUS BitstreamAppendEnc(BitstreamEncVideo *bitstream1, BitstreamEncVideo *bitstream2); 42 PV_STATUS BitstreamAppendPacket(BitstreamEncVideo *bitstream1, BitstreamEncVideo *bitstream2); 43 …STATUS BitstreamAppendPacketNoOffset(BitstreamEncVideo *bitstream1, BitstreamEncVideo *bitstream2); 46 PV_STATUS BitstreamPrependPacket(BitstreamEncVideo *bitstream1, BitstreamEncVideo *bitstream2);
|
D | datapart_encode.cpp | 52 BitstreamEncVideo *bs2 = video->bitstream2; in EncodeFrameDataPartMode() 231 BitstreamEncVideo *bs2 = video->bitstream2; in EncodeSliceDataPartMode()
|
D | mp4lib_int.h | 336 BitstreamEncVideo *bitstream2; /* and combined modes as */ member
|
D | mp4enc_api.cpp | 727 video->bitstream2 = BitStreamCreateEnc(2 * 4096); /*allocate working stream 2*/ in PVInitVideoEncoder() 728 if (video->bitstream2 == NULL) goto CLEAN_UP; in PVInitVideoEncoder() 1181 if (video->bitstream2)BitstreamCloseEnc(video->bitstream2); in PVCleanUpVideoEncoder()
|
D | vlc_encode.cpp | 888 BitstreamEncVideo *bs2 = video->bitstream2; in MBVlcEncodeDataPar_I_VOP() 976 BitstreamEncVideo *bs2 = video->bitstream2; in MBVlcEncodeDataPar_P_VOP()
|