Home | History | Annotate | Download | only in src

Lines Matching refs:bitstream2

704     video->bitstream2 = BitStreamCreateEnc(2 * 4096); /*allocate working stream 2*/
705 if (video->bitstream2 == NULL) goto CLEAN_UP;
1148 if (video->bitstream2)BitstreamCloseEnc(video->bitstream2);