Searched refs:BitstreamPutGT16Bits (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Ddatapart_encode.cpp152 BitstreamPutGT16Bits(bs1, 19, DC_MARKER); /* Add dc_marker */
154 BitstreamPutGT16Bits(bs1, 17, MOTION_MARKER_COMB); /*Add motion_marker*/
178 BitstreamPutGT16Bits(bs1, 19, DC_MARKER); /* Add dc_marker */
183 BitstreamPutGT16Bits(bs1, 17, MOTION_MARKER_COMB); /* Add motion_marker */
386 BitstreamPutGT16Bits(bs1, 19, DC_MARKER); /* Add dc_marker */
391 BitstreamPutGT16Bits(bs1, 17, MOTION_MARKER_COMB); /*Add motion_marker*/
444 BitstreamPutGT16Bits(bs1, 19, DC_MARKER); /* Add dc_marker */
449 BitstreamPutGT16Bits(bs1, 17, MOTION_MARKER_COMB); /*Add motion_marker*/
H A Dbitstream_io.h33 PV_STATUS BitstreamPutGT16Bits(BitstreamEncVideo *stream, Int Length, ULong Value);
H A Dvop.cpp286 status = BitstreamPutGT16Bits(stream, 32, GROUP_START_CODE);
322 status = BitstreamPutGT16Bits(stream, 32, VOP_START_CODE); /*Start Code for VOP*/
363 status = BitstreamPutGT16Bits(stream, 32, VOP_START_CODE); /*Start Code for VOP*/
417 status = BitstreamPutGT16Bits(stream, 22, SHORT_VIDEO_START_MARKER); /* Short_video_start_marker */
526 BitstreamPutGT16Bits(bs, 17, 1); /* resync_marker I_VOP */
530 BitstreamPutGT16Bits(bs, 16 + fcode, 1); /* resync_marker P_VOP */
538 BitstreamPutGT16Bits(bs, 16 + fcode, 1); /* resync_marker B_VOP */
H A Dbitstream_io.cpp157 /* Function : BitstreamPutGT16Bits(BitstreamEncVideo *stream, Int Length, UInt32 Value) */
168 PV_STATUS BitstreamPutGT16Bits(BitstreamEncVideo *stream, Int Length, ULong Value) function
H A Dcombined_encode.cpp686 status = BitstreamPutGT16Bits(stream, 17, GOB_RESYNC_MARKER); /* gob_resync_marker */
H A Dmp4enc_api.cpp2453 status = BitstreamPutGT16Bits(stream, 32, SESSION_START_CODE);
2461 status = BitstreamPutGT16Bits(stream, 32, VISUAL_OBJECT_START_CODE);
2470 status = BitstreamPutGT16Bits(stream, 27, VO_START_CODE);/* byte align: should be 2 bits */
2480 status = BitstreamPutGT16Bits(stream, VOL_START_CODE_LENGTH, VOL_START_CODE);

Completed in 141 milliseconds