Searched refs:BitstreamPut1Bits (Results 1 - 4 of 4) sorted by path

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dbitstream_io.h21 #define BitstreamPut1Bits(x,y) BitstreamPutBits(x,1,y) macro
H A Dmp4enc_api.cpp2462 status = BitstreamPut1Bits(stream, 0x00); /* visual object identifier */
2464 status = BitstreamPut1Bits(stream, 0x00); /* no video signal type */
2482 status = BitstreamPut1Bits(stream, 0x00);/* Random Access = 0 */
2489 status = BitstreamPut1Bits(stream, 0x00);/* is_object_layer_identifer = 0 */
2493 status = BitstreamPut1Bits(stream, 0x00);/* vol_control_parameters = 0 */
2495 status = BitstreamPut1Bits(stream, 0x01);/* marker bit */
2497 status = BitstreamPut1Bits(stream, 0x01);/* marker bit */
2498 status = BitstreamPut1Bits(stream, currVol->fixedVopRate);/* fixed_vop_rate = 0 */
2501 status = BitstreamPut1Bits(stream, 0x01);/* marker bit */
2503 status = BitstreamPut1Bits(strea
[all...]
H A Dvlc_encode.cpp231 BitstreamPut1Bits(bitstream, sign);
948 BitstreamPut1Bits(bs2, video->acPredFlag[video->mbnum]); /* ac_pred_flag */
1040 BitstreamPut1Bits(bs1, 1); /* not_coded = 1 */
1044 BitstreamPut1Bits(bs1, 0); /* not_coded =0 */
1075 BitstreamPut1Bits(bs2, video->acPredFlag[video->mbnum]); /* ac_pred_flag */
1184 BitstreamPut1Bits(bs1, video->acPredFlag[video->mbnum]); /* ac_pred_flag */
1313 BitstreamPut1Bits(bs1, 1); /* not_coded = 1 */
1317 BitstreamPut1Bits(bs1, 0); /* not_coded =0 */
1326 BitstreamPut1Bits(bs1, video->acPredFlag[video->mbnum]); /* ac_pred_flag */
1495 BitstreamPut1Bits(b
[all...]
H A Dvop.cpp294 status = BitstreamPut1Bits(stream, 1); /* Marker*/
299 status = BitstreamPut1Bits(stream, 1); /* closed_gov */
300 status = BitstreamPut1Bits(stream, 0); /* broken_link */
330 status = BitstreamPut1Bits(stream, 1);
333 status = BitstreamPut1Bits(stream, 0);
334 status = BitstreamPut1Bits(stream, 1); /* marker bit */
336 status = BitstreamPut1Bits(stream, 1); /* marker bit */
337 status = BitstreamPut1Bits(stream, 0); /* vop_coded bit */
370 status = BitstreamPut1Bits(stream, 1);
373 status = BitstreamPut1Bits(strea
[all...]

Completed in 1470 milliseconds