Home | History | Annotate | Download | only in src

Lines Matching refs:bitstream3

706     video->bitstream3 = BitStreamCreateEnc(2 * 4096); /*allocate working stream 3*/
707 if (video->bitstream3 == NULL) goto CLEAN_UP;
1149 if (video->bitstream3)BitstreamCloseEnc(video->bitstream3);