Home
last modified time | relevance | path

Searched refs:GetQp (Results 1 – 13 of 13) sorted by relevance

/external/webrtc/test/fuzzers/
Dvp9_qp_parser_fuzzer.cc16 vp9::GetQp(data, size, &qp); in FuzzOneInput()
Dvp8_qp_parser_fuzzer.cc15 vp8::GetQp(data, size, &qp); in FuzzOneInput()
/external/webrtc/modules/video_coding/utility/
Dvp8_header_parser.h34 bool GetQp(const uint8_t* buf, size_t length, int* qp);
Dvp9_uncompressed_header_parser.h24 bool GetQp(const uint8_t* buf, size_t length, int* qp);
Dvp8_header_parser.cc157 bool GetQp(const uint8_t* buf, size_t length, int* qp) { in GetQp() function
Dvp9_uncompressed_header_parser.cc313 bool GetQp(const uint8_t* buf, size_t length, int* qp) { in GetQp() function
/external/webrtc/sdk/android/src/jni/
Dvideo_decoder_wrapper.cc239 if (vp8::GetQp(input_image.data(), input_image.size(), &qp_int)) { in ParseQP()
246 if (vp9::GetQp(input_image.data(), input_image.size(), &qp_int)) { in ParseQP()
Dvideo_encoder_wrapper.cc326 success = vp8::GetQp(buffer.data(), buffer.size(), &qp); in ParseQp()
329 success = vp9::GetQp(buffer.data(), buffer.size(), &qp); in ParseQp()
/external/webrtc/modules/video_coding/codecs/test/
Dvideocodec_test_libvpx.cc48 EXPECT_TRUE(vp8::GetQp(encoded_frame.data(), encoded_frame.size(), &qp)); in CheckEncodedFrame()
50 EXPECT_TRUE(vp9::GetQp(encoded_frame.data(), encoded_frame.size(), &qp)); in CheckEncodedFrame()
/external/webrtc/video/
Dvideo_receive_stream.cc661 if (!vp8::GetQp(frame->data(), frame->size(), &qp)) { in HandleEncodedFrame()
Dvideo_receive_stream2.cc648 if (!vp8::GetQp(frame->data(), frame->size(), &qp)) { in HandleEncodedFrame()
/external/webrtc/modules/video_coding/codecs/vp8/test/
Dvp8_impl_unittest.cc114 ASSERT_TRUE(vp8::GetQp(encoded_frame.data(), encoded_frame.size(), &qp)); in VerifyQpParser()
/external/webrtc/modules/video_coding/codecs/vp9/test/
Dvp9_impl_unittest.cc170 ASSERT_TRUE(vp9::GetQp(encoded_frame.data(), encoded_frame.size(), &qp)); in TEST_F()