Searched refs:GetLastSliceQp (Results 1 – 4 of 4) sorted by relevance
38 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()
35 bool GetLastSliceQp(int* qp) const;
558 bool H264BitstreamParser::GetLastSliceQp(int* qp) const { in GetLastSliceQp() function in webrtc::H264BitstreamParser
976 if (h264_bitstream_parser_.GetLastSliceQp(&qp)) in DeliverPendingOutputs()