Home
last modified time | relevance | path

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

/external/webrtc/common_video/h264/
Dh264_bitstream_parser_unittest.cc50 EXPECT_FALSE(h264_parser.GetLastSliceQp(&qp)); in TEST()
57 EXPECT_FALSE(h264_parser.GetLastSliceQp(&qp)); in TEST()
64 ASSERT_TRUE(h264_parser.GetLastSliceQp(&qp)); in TEST()
70 ASSERT_TRUE(h264_parser.GetLastSliceQp(&qp)); in TEST()
79 EXPECT_FALSE(h264_parser.GetLastSliceQp(&qp)); in TEST()
84 ASSERT_TRUE(h264_parser.GetLastSliceQp(&qp)); in TEST()
Dh264_bitstream_parser.h36 bool GetLastSliceQp(int* qp) const;
40 absl::optional<int> GetLastSliceQp() const override;
Dh264_bitstream_parser.cc307 bool H264BitstreamParser::GetLastSliceQp(int* qp) const { in GetLastSliceQp() function in webrtc::H264BitstreamParser
324 absl::optional<int> H264BitstreamParser::GetLastSliceQp() const { in GetLastSliceQp() function in webrtc::H264BitstreamParser
326 bool success = GetLastSliceQp(&qp); in GetLastSliceQp()
/external/webrtc/test/fuzzers/
Dh264_bitstream_parser_fuzzer.cc19 h264_bitstream_parser.GetLastSliceQp(&qp); in FuzzOneInput()
/external/webrtc/api/video_codecs/
Dbitstream_parser.h30 virtual absl::optional<int> GetLastSliceQp() const = 0;
/external/webrtc/sdk/android/src/jni/
Dvideo_decoder_wrapper.cc255 if (h264_bitstream_parser_.GetLastSliceQp(&qp_int)) { in ParseQP()
Dvideo_encoder_wrapper.cc332 success = h264_bitstream_parser_.GetLastSliceQp(&qp); in ParseQp()
/external/webrtc/modules/video_coding/codecs/h264/
Dh264_decoder_impl.cc296 if (h264_bitstream_parser_.GetLastSliceQp(&qp_int)) { in Decode()
Dh264_encoder_impl.cc497 h264_bitstream_parser_.GetLastSliceQp(&encoded_images_[i].qp_); in Encode()
/external/webrtc/sdk/objc/components/video_codec/
DRTCVideoEncoderH264.mm818 _h264BitstreamParser.GetLastSliceQp(&qp);