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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
datapart_encode.cpp 53 BitstreamEncVideo *bs3 = video->bitstream3;
232 BitstreamEncVideo *bs3 = video->bitstream3;
mp4lib_int.h 337 BitstreamEncVideo *bitstream3; /* intermediate storages */ member in struct:tagVideoEncData
mp4enc_api.cpp 706 video->bitstream3 = BitStreamCreateEnc(2 * 4096); /*allocate working stream 3*/
707 if (video->bitstream3 == NULL) goto CLEAN_UP;
    [all...]
vlc_encode.cpp 889 BitstreamEncVideo *bs3 = video->bitstream3;
977 BitstreamEncVideo *bs3 = video->bitstream3;
    [all...]

Completed in 429 milliseconds