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

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
h264_bitstream_parser_unittest.cc 38 EXPECT_FALSE(h264_parser.GetLastSliceQp(&qp));
45 EXPECT_FALSE(h264_parser.GetLastSliceQp(&qp));
52 ASSERT_TRUE(h264_parser.GetLastSliceQp(&qp));
58 ASSERT_TRUE(h264_parser.GetLastSliceQp(&qp));
h264_bitstream_parser.h 35 bool GetLastSliceQp(int* qp) const;
h264_bitstream_parser.cc 558 bool H264BitstreamParser::GetLastSliceQp(int* qp) const {
  /external/webrtc/talk/app/webrtc/java/jni/
androidmediaencoder_jni.cc     [all...]

Completed in 105 milliseconds