/external/webrtc/modules/rtp_rtcp/source/ |
D | video_rtp_depacketizer_h264_unittest.cc | 40 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()
|
D | video_rtp_depacketizer_h264.cc | 127 case H264::NaluType::kSps: { in ProcessStapAOrSingleNalu()
|
D | rtp_format_h264_unittest.cc | 44 kSps = 7, enumerator
|
/external/webrtc/modules/video_coding/ |
D | h264_sps_pps_tracker_unittest.cc | 45 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()
|
D | h264_sps_pps_tracker.cc | 64 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()
|
D | decoding_state.cc | 90 } else if (nalu.type == H264::NaluType::kSps) { in SetState() 337 case H264::NaluType::kSps: in HaveSpsAndPps()
|
D | packet_buffer_unittest.cc | 416 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()
|
D | packet_buffer.cc | 293 if (h264_header->nalus[j].type == H264::NaluType::kSps) { in FindFrames()
|
D | jitter_buffer_unittest.cc | 928 h264_header.nalus[0].type = H264::NaluType::kSps; in TEST_F()
|
/external/webrtc/sdk/objc/components/video_codec/ |
D | nalu_rewriter.cc | 24 using H264::kSps; 169 if (reader.SeekToNextNaluOfType(kSps)) { in H264AnnexBBufferToCMSampleBuffer() 258 if (!reader.SeekToNextNaluOfType(kSps)) { in CreateVideoFormatDescription()
|
/external/webrtc/common_video/h264/ |
D | h264_common.h | 39 kSps = 7, enumerator
|
D | h264_bitstream_parser.cc | 274 case H264::NaluType::kSps: { in ParseSlice()
|
D | sps_vui_rewriter_unittest.cc | 39 static const uint8_t kSpsNaluType[] = {H264::NaluType::kSps};
|
D | sps_vui_rewriter.cc | 240 if (H264::ParseNaluType(nalu_ptr[0]) == H264::NaluType::kSps) { in ParseOutgoingBitstreamAndRewriteSps()
|
/external/webrtc/video/ |
D | frame_encode_metadata_writer_unittest.cc | 510 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()
|
D | rtp_video_stream_receiver2_unittest.cc | 202 info.type = H264::NaluType::kSps; in AddSps() 205 data->AppendData({H264::NaluType::kSps, sps_id}); in AddSps()
|
D | rtp_video_stream_receiver_unittest.cc | 200 info.type = H264::NaluType::kSps; in AddSps() 203 data->AppendData({H264::NaluType::kSps, sps_id}); in AddSps()
|
D | video_stream_encoder_unittest.cc | 91 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/ |
D | videocodec_test_fixture_impl.cc | 328 if (nalu_type == webrtc::H264::NaluType::kSps) { in CheckEncodedFrame()
|