Home
last modified time | relevance | path

Searched refs:GetLastSliceQp (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dh264_bitstream_parser_unittest.cc38 EXPECT_FALSE(h264_parser.GetLastSliceQp(&qp)); in TEST()
45 EXPECT_FALSE(h264_parser.GetLastSliceQp(&qp)); in TEST()
52 ASSERT_TRUE(h264_parser.GetLastSliceQp(&qp)); in TEST()
58 ASSERT_TRUE(h264_parser.GetLastSliceQp(&qp)); in TEST()
Dh264_bitstream_parser.h35 bool GetLastSliceQp(int* qp) const;
Dh264_bitstream_parser.cc558 bool H264BitstreamParser::GetLastSliceQp(int* qp) const { in GetLastSliceQp() function in webrtc::H264BitstreamParser
/external/webrtc/talk/app/webrtc/java/jni/
Dandroidmediaencoder_jni.cc976 if (h264_bitstream_parser_.GetLastSliceQp(&qp)) in DeliverPendingOutputs()