OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BitstreamPutGT16Bits
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
datapart_encode.cpp
152
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*/
bitstream_io.h
33
PV_STATUS
BitstreamPutGT16Bits
(BitstreamEncVideo *stream, Int Length, ULong Value);
vop.cpp
286
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 */
bitstream_io.cpp
157
/* Function :
BitstreamPutGT16Bits
(BitstreamEncVideo *stream, Int Length, UInt32 Value) */
168
PV_STATUS
BitstreamPutGT16Bits
(BitstreamEncVideo *stream, Int Length, ULong Value)
combined_encode.cpp
686
status =
BitstreamPutGT16Bits
(stream, 17, GOB_RESYNC_MARKER); /* gob_resync_marker */
mp4enc_api.cpp
[
all
...]
Completed in 534 milliseconds