Searched refs:bitstream3 (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Ddatapart_encode.cpp53 BitstreamEncVideo *bs3 = video->bitstream3;
232 BitstreamEncVideo *bs3 = video->bitstream3;
H A Dmp4lib_int.h338 BitstreamEncVideo *bitstream3; /* intermediate storages */ member in struct:tagVideoEncData
H A Dmp4enc_api.cpp729 video->bitstream3 = BitStreamCreateEnc(2 * 4096); /*allocate working stream 3*/
730 if (video->bitstream3 == NULL) goto CLEAN_UP;
1182 if (video->bitstream3)BitstreamCloseEnc(video->bitstream3);
H A Dvlc_encode.cpp889 BitstreamEncVideo *bs3 = video->bitstream3;
977 BitstreamEncVideo *bs3 = video->bitstream3;
1135 // BitstreamEncVideo *bs3 = video->bitstream3;
1251 // BitstreamEncVideo *bs3 = video->bitstream3;

Completed in 2187 milliseconds