Home
last modified time | relevance | path

Searched refs:kSps (Results 1 – 19 of 19) sorted by relevance

/external/webrtc/modules/rtp_rtcp/source/
Dvideo_rtp_depacketizer_h264_unittest.cc40 kSps = 7, enumerator
52 constexpr uint8_t kOriginalSps[] = {kSps, 0x00, 0x00, 0x03, 0x03,
54 constexpr uint8_t kRewrittenSps[] = {kSps, 0x00, 0x00, 0x03, 0x03,
80 uint8_t packet[] = {kSps, 0x7A, 0x00, 0x1F, 0xBC, 0xD9, 0x40, 0x50, in TEST()
103 const NaluInfo kExpectedNalus[] = { {H264::kSps, 0, -1}, in TEST()
133 EXPECT_EQ(h264.nalu_type, kSps); in TEST()
148 0x00, 0x19, kSps, 0x7A, 0x00, 0x1F, 0xBC, 0xD9, 0x40, in TEST()
Dvideo_rtp_depacketizer_h264.cc127 case H264::NaluType::kSps: { in ProcessStapAOrSingleNalu()
Drtp_format_h264_unittest.cc44 kSps = 7, enumerator
/external/webrtc/modules/video_coding/
Dh264_sps_pps_tracker_unittest.cc45 if (nalu.type == H264::NaluType::kSps) { in ExpectSpsPpsIdr()
85 info.type = H264::NaluType::kSps; in AddSps()
88 data->push_back(H264::NaluType::kSps); in AddSps()
269 expected.insert(expected.end(), {H264::NaluType::kSps, 13}); in TEST_F()
Dh264_sps_pps_tracker.cc64 case H264::NaluType::kSps: { in CopyAndFixBitstream()
165 sps_info.type = H264::NaluType::kSps; in CopyAndFixBitstream()
218 if ((sps[0] & 0x1f) != H264::NaluType::kSps) { in InsertSpsPpsNalus()
Ddecoding_state.cc90 } else if (nalu.type == H264::NaluType::kSps) { in SetState()
337 case H264::NaluType::kSps: in HaveSpsAndPps()
Dpacket_buffer_unittest.cc416 h264_header.nalus[0].type = H264::NaluType::kSps;
821 h264_header.nalus[0].type = H264::NaluType::kSps; in TEST_F()
852 h264_header.nalus[0].type = H264::NaluType::kSps; in TEST_F()
864 h264_header.nalus[0].type = H264::NaluType::kSps; in TEST_F()
Dpacket_buffer.cc293 if (h264_header->nalus[j].type == H264::NaluType::kSps) { in FindFrames()
Djitter_buffer_unittest.cc928 h264_header.nalus[0].type = H264::NaluType::kSps; in TEST_F()
/external/webrtc/sdk/objc/components/video_codec/
Dnalu_rewriter.cc24 using H264::kSps;
169 if (reader.SeekToNextNaluOfType(kSps)) { in H264AnnexBBufferToCMSampleBuffer()
258 if (!reader.SeekToNextNaluOfType(kSps)) { in CreateVideoFormatDescription()
/external/webrtc/common_video/h264/
Dh264_common.h39 kSps = 7, enumerator
Dh264_bitstream_parser.cc274 case H264::NaluType::kSps: { in ParseSlice()
Dsps_vui_rewriter_unittest.cc39 static const uint8_t kSpsNaluType[] = {H264::NaluType::kSps};
Dsps_vui_rewriter.cc240 if (H264::ParseNaluType(nalu_ptr[0]) == H264::NaluType::kSps) { in ParseOutgoingBitstreamAndRewriteSps()
/external/webrtc/video/
Dframe_encode_metadata_writer_unittest.cc510 uint8_t original_sps[] = {0, 0, 0, 1, H264::NaluType::kSps, in TEST()
513 const uint8_t kRewrittenSps[] = {0, 0, 0, 1, H264::NaluType::kSps, in TEST()
Drtp_video_stream_receiver2_unittest.cc202 info.type = H264::NaluType::kSps; in AddSps()
205 data->AppendData({H264::NaluType::kSps, sps_id}); in AddSps()
Drtp_video_stream_receiver_unittest.cc200 info.type = H264::NaluType::kSps; in AddSps()
203 data->AppendData({H264::NaluType::kSps, sps_id}); in AddSps()
Dvideo_stream_encoder_unittest.cc91 uint8_t optimal_sps[] = {0, 0, 0, 1, H264::NaluType::kSps,
5460 uint8_t original_sps[] = {0, 0, 0, 1, H264::NaluType::kSps, in TEST_F()
/external/webrtc/modules/video_coding/codecs/test/
Dvideocodec_test_fixture_impl.cc328 if (nalu_type == webrtc::H264::NaluType::kSps) { in CheckEncodedFrame()