Home
last modified time | relevance | path

Searched refs:h264_bitstream_parser_ (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/modules/video_coding/codecs/h264/
Dh264_decoder_impl.h104 webrtc::H264BitstreamParser h264_bitstream_parser_; variable
Dh264_encoder_impl.h90 webrtc::H264BitstreamParser h264_bitstream_parser_; variable
Dh264_decoder_impl.cc294 h264_bitstream_parser_.ParseBitstream(input_image.data(), input_image.size()); in Decode()
296 if (h264_bitstream_parser_.GetLastSliceQp(&qp_int)) { in Decode()
Dh264_encoder_impl.cc495 h264_bitstream_parser_.ParseBitstream(encoded_images_[i].data(), in Encode()
497 h264_bitstream_parser_.GetLastSliceQp(&encoded_images_[i].qp_); in Encode()
/external/webrtc/sdk/android/src/jni/
Dvideo_decoder_wrapper.cc252 h264_bitstream_parser_.ParseBitstream(input_image.data(), in ParseQP()
255 if (h264_bitstream_parser_.GetLastSliceQp(&qp_int)) { in ParseQP()
Dvideo_decoder_wrapper.h101 H264BitstreamParser h264_bitstream_parser_
Dvideo_encoder_wrapper.h95 H264BitstreamParser h264_bitstream_parser_; variable
Dvideo_encoder_wrapper.cc296 h264_bitstream_parser_.ParseBitstream(buffer.data(), buffer.size()); in ParseFragmentationHeader()
332 success = h264_bitstream_parser_.GetLastSliceQp(&qp); in ParseQp()