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

  /external/v4l2_codec2/vda/
bit_reader.h 43 return initial_size_ * 8 - bits_read();
46 int bits_read() const { function in class:media::BitReader
47 return bit_reader_core_.bits_read();
vp9_raw_bits_reader.cc 53 return (reader_->bits_read() + 7) / 8;
58 int bits_left = GetBytesRead() * 8 - reader_->bits_read();
bit_reader_core.h 87 int bits_read() const;
bit_reader_core.cc 100 int BitReaderCore::bits_read() const { function in class:media::BitReaderCore
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
h264_utils.cpp 550 bits_read = 0;
570 bits_read = 0;
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
h264_utils.cpp 508 bits_read = 0;
528 bits_read = 0;
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
h264_utils.cpp 508 bits_read = 0;
528 bits_read = 0;
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
h264_utils.cpp 508 bits_read = 0;
528 bits_read = 0;
    [all...]
  /external/libxaac/decoder/
ixheaacd_drc_freq_dec.c 765 WORD32 bits_read = 0; local
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
h264_utils.h 459 OMX_U32 bits_read; member in class:h264_stream_parser
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h 459 OMX_U32 bits_read; member in class:h264_stream_parser
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h 459 OMX_U32 bits_read; member in class:h264_stream_parser
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h 459 OMX_U32 bits_read; member in class:h264_stream_parser

Completed in 894 milliseconds