Searched refs:h264_bitstream_parser_ (Results 1 – 8 of 8) sorted by relevance
104 webrtc::H264BitstreamParser h264_bitstream_parser_; variable
90 webrtc::H264BitstreamParser h264_bitstream_parser_; variable
294 h264_bitstream_parser_.ParseBitstream(input_image.data(), input_image.size()); in Decode()296 if (h264_bitstream_parser_.GetLastSliceQp(&qp_int)) { in Decode()
495 h264_bitstream_parser_.ParseBitstream(encoded_images_[i].data(), in Encode()497 h264_bitstream_parser_.GetLastSliceQp(&encoded_images_[i].qp_); in Encode()
252 h264_bitstream_parser_.ParseBitstream(input_image.data(), in ParseQP()255 if (h264_bitstream_parser_.GetLastSliceQp(&qp_int)) { in ParseQP()
101 H264BitstreamParser h264_bitstream_parser_
95 H264BitstreamParser h264_bitstream_parser_; variable
296 h264_bitstream_parser_.ParseBitstream(buffer.data(), buffer.size()); in ParseFragmentationHeader()332 success = h264_bitstream_parser_.GetLastSliceQp(&qp); in ParseQp()