HomeSort by relevance Sort by last modified time
    Searched refs:BitstreamRead1Bit (Results 1 - 5 of 5) sorted by null

  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
header.cpp 37 BitstreamRead1Bit(stream, &constrained_set0_flag);
42 BitstreamRead1Bit(stream, &constrained_set1_flag);
43 BitstreamRead1Bit(stream, &constrained_set2_flag);
102 BitstreamRead1Bit(stream, (uint*)&(seqParam->delta_pic_order_always_zero_flag));
122 BitstreamRead1Bit(stream, (uint*)&(seqParam->gaps_in_frame_num_value_allowed_flag));
131 BitstreamRead1Bit(stream, (uint*)&(seqParam->frame_mbs_only_flag));
136 BitstreamRead1Bit(stream, (uint*)&(seqParam->mb_adaptive_frame_field_flag));
141 BitstreamRead1Bit(stream, (uint*)&(seqParam->direct_8x8_inference_flag));
145 BitstreamRead1Bit(stream, (uint*)&(seqParam->frame_cropping_flag));
160 BitstreamRead1Bit(stream, (uint*)&(seqParam->vui_parameters_present_flag))
    [all...]
avcdec_bitstream.h 104 AVCDec_Status BitstreamRead1Bit(AVCDecBitstream *stream, uint *code);
vlc.cpp 180 BitstreamRead1Bit(bitstream, value);
197 BitstreamRead1Bit(bitstream, (uint*)&bit_value);
202 BitstreamRead1Bit(bitstream, (uint*)&bit_value);
avc_bitstream.cpp 208 /* Function : BitstreamRead1Bit() */
218 AVCDec_Status BitstreamRead1Bit(AVCDecBitstream *stream, uint *code)
slice.cpp 633 BitstreamRead1Bit(stream, &(prev_intra4x4_pred_mode_flag[bindx]));

Completed in 299 milliseconds