OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BitstreamPut1Bits
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vop.cpp
294
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
(stream, 0)
[
all
...]
bitstream_io.h
21
#define
BitstreamPut1Bits
(x,y) BitstreamPutBits(x,1,y)
mp4enc_api.cpp
[
all
...]
vlc_encode.cpp
231
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 */
[
all
...]
Completed in 86 milliseconds