Home
last modified time | relevance | path

Searched refs:pps_info (Results 1 – 25 of 43) sorted by relevance

12

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/video_coding/
H A Dh264_sps_pps_tracker.cc154 NaluInfo pps_info; in CopyAndFixBitstream() local
155 pps_info.type = H264::NaluType::kPps; in CopyAndFixBitstream()
156 pps_info.sps_id = sps->first; in CopyAndFixBitstream()
157 pps_info.pps_id = pps->first; in CopyAndFixBitstream()
248 PpsInfo pps_info; in InsertSpsPpsNalus() local
249 pps_info.size = pps.size(); in InsertSpsPpsNalus()
250 pps_info.sps_id = parsed_pps->sps_id; in InsertSpsPpsNalus()
251 uint8_t* pps_data = new uint8_t[pps_info.size]; in InsertSpsPpsNalus()
252 memcpy(pps_data, pps.data(), pps_info.size); in InsertSpsPpsNalus()
253 pps_info.data.reset(pps_data); in InsertSpsPpsNalus()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/video_coding/
H A Dh264_sps_pps_tracker.cc154 NaluInfo pps_info; in CopyAndFixBitstream() local
155 pps_info.type = H264::NaluType::kPps; in CopyAndFixBitstream()
156 pps_info.sps_id = sps->first; in CopyAndFixBitstream()
157 pps_info.pps_id = pps->first; in CopyAndFixBitstream()
248 PpsInfo pps_info; in InsertSpsPpsNalus() local
249 pps_info.size = pps.size(); in InsertSpsPpsNalus()
250 pps_info.sps_id = parsed_pps->sps_id; in InsertSpsPpsNalus()
251 uint8_t* pps_data = new uint8_t[pps_info.size]; in InsertSpsPpsNalus()
252 memcpy(pps_data, pps.data(), pps_info.size); in InsertSpsPpsNalus()
253 pps_info.data.reset(pps_data); in InsertSpsPpsNalus()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/video_coding/
H A Dh264_sps_pps_tracker.cc154 NaluInfo pps_info; in CopyAndFixBitstream() local
155 pps_info.type = H264::NaluType::kPps; in CopyAndFixBitstream()
156 pps_info.sps_id = sps->first; in CopyAndFixBitstream()
157 pps_info.pps_id = pps->first; in CopyAndFixBitstream()
248 PpsInfo pps_info; in InsertSpsPpsNalus() local
249 pps_info.size = pps.size(); in InsertSpsPpsNalus()
250 pps_info.sps_id = parsed_pps->sps_id; in InsertSpsPpsNalus()
251 uint8_t* pps_data = new uint8_t[pps_info.size]; in InsertSpsPpsNalus()
252 memcpy(pps_data, pps.data(), pps_info.size); in InsertSpsPpsNalus()
253 pps_info.data.reset(pps_data); in InsertSpsPpsNalus()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/video_coding/
H A Dh264_sps_pps_tracker.cc167 NaluInfo pps_info; in CopyAndFixBitstream() local
168 pps_info.type = H264::NaluType::kPps; in CopyAndFixBitstream()
169 pps_info.sps_id = sps->first; in CopyAndFixBitstream()
170 pps_info.pps_id = pps->first; in CopyAndFixBitstream()
256 PpsInfo pps_info; in InsertSpsPpsNalus() local
257 pps_info.size = pps.size(); in InsertSpsPpsNalus()
258 pps_info.sps_id = parsed_pps->sps_id; in InsertSpsPpsNalus()
259 uint8_t* pps_data = new uint8_t[pps_info.size]; in InsertSpsPpsNalus()
260 memcpy(pps_data, pps.data(), pps_info.size); in InsertSpsPpsNalus()
261 pps_info.data.reset(pps_data); in InsertSpsPpsNalus()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/video_coding/
H A Dh264_sps_pps_tracker.cc168 NaluInfo pps_info; in CopyAndFixBitstream() local
169 pps_info.type = H264::NaluType::kPps; in CopyAndFixBitstream()
170 pps_info.sps_id = sps->first; in CopyAndFixBitstream()
171 pps_info.pps_id = pps->first; in CopyAndFixBitstream()
257 PpsInfo pps_info; in InsertSpsPpsNalus() local
258 pps_info.size = pps.size(); in InsertSpsPpsNalus()
259 pps_info.sps_id = parsed_pps->sps_id; in InsertSpsPpsNalus()
260 uint8_t* pps_data = new uint8_t[pps_info.size]; in InsertSpsPpsNalus()
261 memcpy(pps_data, pps.data(), pps_info.size); in InsertSpsPpsNalus()
262 pps_info.data.reset(pps_data); in InsertSpsPpsNalus()
[all …]
H A Dh265_vps_sps_pps_tracker.cc184 H265NaluInfo pps_info; in CopyAndFixBitstream() local
185 pps_info.type = H265::NaluType::kPps; in CopyAndFixBitstream()
186 pps_info.vps_id = vps->first; in CopyAndFixBitstream()
187 pps_info.sps_id = sps->first; in CopyAndFixBitstream()
188 pps_info.pps_id = pps->first; in CopyAndFixBitstream()
301 PpsInfo pps_info; in InsertVpsSpsPpsNalus() local
302 pps_info.size = pps.size(); in InsertVpsSpsPpsNalus()
303 pps_info.sps_id = parsed_pps->sps_id; in InsertVpsSpsPpsNalus()
304 uint8_t* pps_data = new uint8_t[pps_info.size]; in InsertVpsSpsPpsNalus()
305 memcpy(pps_data, pps.data(), pps_info.size); in InsertVpsSpsPpsNalus()
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/video_coding/
H A Dh264_sps_pps_tracker.cc168 NaluInfo pps_info; in CopyAndFixBitstream() local
169 pps_info.type = H264::NaluType::kPps; in CopyAndFixBitstream()
170 pps_info.sps_id = sps->first; in CopyAndFixBitstream()
171 pps_info.pps_id = pps->first; in CopyAndFixBitstream()
257 PpsInfo pps_info; in InsertSpsPpsNalus() local
258 pps_info.size = pps.size(); in InsertSpsPpsNalus()
259 pps_info.sps_id = parsed_pps->sps_id; in InsertSpsPpsNalus()
260 uint8_t* pps_data = new uint8_t[pps_info.size]; in InsertSpsPpsNalus()
261 memcpy(pps_data, pps.data(), pps_info.size); in InsertSpsPpsNalus()
262 pps_info.data.reset(pps_data); in InsertSpsPpsNalus()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/video_coding/
H A Dh264_sps_pps_tracker.cc168 NaluInfo pps_info; in CopyAndFixBitstream() local
169 pps_info.type = H264::NaluType::kPps; in CopyAndFixBitstream()
170 pps_info.sps_id = sps->first; in CopyAndFixBitstream()
171 pps_info.pps_id = pps->first; in CopyAndFixBitstream()
257 PpsInfo pps_info; in InsertSpsPpsNalus() local
258 pps_info.size = pps.size(); in InsertSpsPpsNalus()
259 pps_info.sps_id = parsed_pps->sps_id; in InsertSpsPpsNalus()
260 uint8_t* pps_data = new uint8_t[pps_info.size]; in InsertSpsPpsNalus()
261 memcpy(pps_data, pps.data(), pps_info.size); in InsertSpsPpsNalus()
262 pps_info.data.reset(pps_data); in InsertSpsPpsNalus()
[all …]
/dports/net/chrony-lite/chrony-4.2/
H A Drefclock_pps.c117 pps_info_t pps_info; in pps_poll() local
125 if (time_pps_fetch(pps->handle, PPS_TSFMT_TSPEC, &pps_info, &ts) < 0) { in pps_poll()
131 seq = pps_info.assert_sequence; in pps_poll()
132 ts = pps_info.assert_timestamp; in pps_poll()
134 seq = pps_info.clear_sequence; in pps_poll()
135 ts = pps_info.clear_timestamp; in pps_poll()
/dports/net/chrony/chrony-4.2/
H A Drefclock_pps.c117 pps_info_t pps_info; in pps_poll() local
125 if (time_pps_fetch(pps->handle, PPS_TSFMT_TSPEC, &pps_info, &ts) < 0) { in pps_poll()
131 seq = pps_info.assert_sequence; in pps_poll()
132 ts = pps_info.assert_timestamp; in pps_poll()
134 seq = pps_info.clear_sequence; in pps_poll()
135 ts = pps_info.clear_timestamp; in pps_poll()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/video_coding/
H A Dh264_sps_pps_tracker.cc204 PpsInfo pps_info; in InsertSpsPps() local
205 pps_info.size = pps.size(); in InsertSpsPps()
206 pps_info.sps_id = parsed_pps->sps_id; in InsertSpsPps()
207 uint8_t* pps_data = new uint8_t[pps_info.size]; in InsertSpsPps()
208 memcpy(pps_data, pps.data(), pps_info.size); in InsertSpsPps()
209 pps_info.data.reset(pps_data); in InsertSpsPps()
210 pps_data_[parsed_pps->id] = std::move(pps_info); in InsertSpsPps()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dclock.c156 pps_info); in mlx5_pps_out()
167 tstart = clock->pps_info.start[i]; in mlx5_pps_out()
168 clock->pps_info.start[i] = 0; in mlx5_pps_out()
552 clock->pps_info.enabled = !!on; in mlx5_pps_configure()
588 return !(clock->pps_info.pin_caps[pin] & in mlx5_ptp_verify()
591 return !(clock->pps_info.pin_caps[pin] & in mlx5_ptp_verify()
745 if (clock->pps_info.enabled) { in mlx5_pps_event()
758 clock->pps_info.start[pin] = ns; in mlx5_pps_event()
760 schedule_work(&clock->pps_info.out_work); in mlx5_pps_event()
885 INIT_WORK(&clock->pps_info.out_work, mlx5_pps_out); in mlx5_init_clock()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dclock.c156 pps_info); in mlx5_pps_out()
167 tstart = clock->pps_info.start[i]; in mlx5_pps_out()
168 clock->pps_info.start[i] = 0; in mlx5_pps_out()
552 clock->pps_info.enabled = !!on; in mlx5_pps_configure()
588 return !(clock->pps_info.pin_caps[pin] & in mlx5_ptp_verify()
591 return !(clock->pps_info.pin_caps[pin] & in mlx5_ptp_verify()
745 if (clock->pps_info.enabled) { in mlx5_pps_event()
758 clock->pps_info.start[pin] = ns; in mlx5_pps_event()
760 schedule_work(&clock->pps_info.out_work); in mlx5_pps_event()
885 INIT_WORK(&clock->pps_info.out_work, mlx5_pps_out); in mlx5_init_clock()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dclock.c156 pps_info); in mlx5_pps_out()
167 tstart = clock->pps_info.start[i]; in mlx5_pps_out()
168 clock->pps_info.start[i] = 0; in mlx5_pps_out()
552 clock->pps_info.enabled = !!on; in mlx5_pps_configure()
588 return !(clock->pps_info.pin_caps[pin] & in mlx5_ptp_verify()
591 return !(clock->pps_info.pin_caps[pin] & in mlx5_ptp_verify()
745 if (clock->pps_info.enabled) { in mlx5_pps_event()
758 clock->pps_info.start[pin] = ns; in mlx5_pps_event()
760 schedule_work(&clock->pps_info.out_work); in mlx5_pps_event()
885 INIT_WORK(&clock->pps_info.out_work, mlx5_pps_out); in mlx5_init_clock()
[all …]
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_core/ffmpeg_package/patches/xvba/
H A Dxvba_support_from_xbmc_xvba.patch487 + pic_descriptor->pps_info.avc.entropy_coding_mode_flag = h->pps.cabac;
740 + // pps_info
741 + pic_descriptor->pps_info.vc1.panscan_flag = v->panscanflag;
743 + pic_descriptor->pps_info.vc1.loopfilter = s->loop_filter;
744 + pic_descriptor->pps_info.vc1.fastuvmc = v->fastuvmc;
746 + pic_descriptor->pps_info.vc1.dquant = v->dquant;
748 + pic_descriptor->pps_info.vc1.overlap = v->overlap;
754 + pic_descriptor->pps_info.vc1.multires = v->multires;
755 + pic_descriptor->pps_info.vc1.reserved = 1;
757 + pic_descriptor->pps_info.vc1.range_mapy = v->range_mapy;
[all …]
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_core/ffmpeg_package/patches/xvba/
H A Dxvba_support_from_xbmc_xvba.patch487 + pic_descriptor->pps_info.avc.entropy_coding_mode_flag = h->pps.cabac;
740 + // pps_info
741 + pic_descriptor->pps_info.vc1.panscan_flag = v->panscanflag;
743 + pic_descriptor->pps_info.vc1.loopfilter = s->loop_filter;
744 + pic_descriptor->pps_info.vc1.fastuvmc = v->fastuvmc;
746 + pic_descriptor->pps_info.vc1.dquant = v->dquant;
748 + pic_descriptor->pps_info.vc1.overlap = v->overlap;
754 + pic_descriptor->pps_info.vc1.multires = v->multires;
755 + pic_descriptor->pps_info.vc1.reserved = 1;
757 + pic_descriptor->pps_info.vc1.range_mapy = v->range_mapy;
[all …]
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_core/ffmpeg_package/patches/xvba/
H A Dxvba_support_from_xbmc_xvba.patch487 + pic_descriptor->pps_info.avc.entropy_coding_mode_flag = h->pps.cabac;
740 + // pps_info
741 + pic_descriptor->pps_info.vc1.panscan_flag = v->panscanflag;
743 + pic_descriptor->pps_info.vc1.loopfilter = s->loop_filter;
744 + pic_descriptor->pps_info.vc1.fastuvmc = v->fastuvmc;
746 + pic_descriptor->pps_info.vc1.dquant = v->dquant;
748 + pic_descriptor->pps_info.vc1.overlap = v->overlap;
754 + pic_descriptor->pps_info.vc1.multires = v->multires;
755 + pic_descriptor->pps_info.vc1.reserved = 1;
757 + pic_descriptor->pps_info.vc1.range_mapy = v->range_mapy;
[all …]
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_core/ffmpeg_package/patches/xvba/
H A Dxvba_support_from_xbmc_xvba.patch487 + pic_descriptor->pps_info.avc.entropy_coding_mode_flag = h->pps.cabac;
740 + // pps_info
741 + pic_descriptor->pps_info.vc1.panscan_flag = v->panscanflag;
743 + pic_descriptor->pps_info.vc1.loopfilter = s->loop_filter;
744 + pic_descriptor->pps_info.vc1.fastuvmc = v->fastuvmc;
746 + pic_descriptor->pps_info.vc1.dquant = v->dquant;
748 + pic_descriptor->pps_info.vc1.overlap = v->overlap;
754 + pic_descriptor->pps_info.vc1.multires = v->multires;
755 + pic_descriptor->pps_info.vc1.reserved = 1;
757 + pic_descriptor->pps_info.vc1.range_mapy = v->range_mapy;
[all …]
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/common/avc/
H A Davcc.cpp84 pps_info_t pps_info; in parse_pps_list() local
89 parse_pps(pps_as_rbsp, pps_info); in parse_pps_list()
92 } else if (!parse_pps(pps_as_rbsp, pps_info)) in parse_pps_list()
95 m_pps_info_list.push_back(pps_info); in parse_pps_list()
H A Des_parser.cpp297 pps_info_t pps_info; in handle_pps_nalu() local
299 if (!parse_pps(mtx::mpeg::nalu_to_rbsp(nalu), pps_info)) in handle_pps_nalu()
304 if (m_pps_info_list[i].id == pps_info.id) in handle_pps_nalu()
309 m_pps_info_list.push_back(pps_info); in handle_pps_nalu()
314 } else if (m_pps_info_list[i].checksum != pps_info.checksum) { in handle_pps_nalu()
315 …04x} changed; checksum old {1:04x} new {2:04x}\n", pps_info.id, m_pps_info_list[i].checksum, pps_i… in handle_pps_nalu()
317 if (m_pps_info_list[i].sps_id != pps_info.sps_id) in handle_pps_nalu()
320 m_pps_info_list[i] = pps_info; in handle_pps_nalu()
/dports/net/ntp/ntp-4.2.8p15/ntpd/
H A Drefclock_jupiter.c114 pps_info_t pps_info; /* last pps data */ member
431 pps_info_t pps_info; in jupiter_pps() local
442 memcpy(&pps_info, &up->pps_info, sizeof(pps_info_t)); in jupiter_pps()
443 if (time_pps_fetch(up->pps_handle, PPS_TSFMT_TSPEC, &up->pps_info, in jupiter_pps()
447 if (pps_info.assert_sequence == in jupiter_pps()
448 up->pps_info.assert_sequence) in jupiter_pps()
450 ts = up->pps_info.assert_timestamp; in jupiter_pps()
452 if (pps_info.clear_sequence == in jupiter_pps()
453 up->pps_info.clear_sequence) in jupiter_pps()
455 ts = up->pps_info.clear_timestamp; in jupiter_pps()
H A Dntp_refclock.c1438 pps_info_t pps_info; in refclock_pps() local
1456 ZERO(pps_info); in refclock_pps()
1457 if (time_pps_fetch(ap->handle, PPS_TSFMT_TSPEC, &pps_info, in refclock_pps()
1464 ap->ts = pps_info.assert_timestamp; in refclock_pps()
1466 ap->ts = pps_info.clear_timestamp; in refclock_pps()
1585 pps_info_t pps_info; in refclock_ppsaugment() local
1601 ZERO(pps_info); in refclock_ppsaugment()
1605 &pps_info, &timeout) < 0) in refclock_ppsaugment()
1610 timeout = pps_info.assert_timestamp; in refclock_ppsaugment()
1612 timeout = pps_info.clear_timestamp; in refclock_ppsaugment()
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/common/hevc/
H A Des_parser.cpp278 pps_info_t pps_info; in handle_pps_nalu() local
280 if (!parse_pps(mpeg::nalu_to_rbsp(nalu), pps_info)) in handle_pps_nalu()
285 if (m_pps_info_list[i].id == pps_info.id) in handle_pps_nalu()
290 m_pps_info_list.push_back(pps_info); in handle_pps_nalu()
293 } else if (m_pps_info_list[i].checksum != pps_info.checksum) { in handle_pps_nalu()
294 …04x} changed; checksum old {1:04x} new {2:04x}\n", pps_info.id, m_pps_info_list[i].checksum, pps_i… in handle_pps_nalu()
296 if (m_pps_info_list[i].sps_id != pps_info.sps_id) in handle_pps_nalu()
299 m_pps_info_list[i] = pps_info; in handle_pps_nalu()
H A Dhevcc.cpp147 pps_info_t pps_info; in parse_pps_list() local
152 parse_pps(pps_as_rbsp, pps_info); in parse_pps_list()
155 } else if (!parse_pps(pps_as_rbsp, pps_info)) in parse_pps_list()
158 m_pps_info_list.push_back(pps_info); in parse_pps_list()
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/ntpd/
H A Dntp_refclock.c1026 pps_info_t pps_info; in refclock_catcher() local
1047 ZERO(pps_info); in refclock_catcher()
1048 if (time_pps_fetch(ap->handle, PPS_TSFMT_TSPEC, &pps_info, in refclock_catcher()
1055 ap->ts = pps_info.assert_timestamp; in refclock_catcher()
1056 ap->sequence = pps_info.assert_sequence; in refclock_catcher()
1058 ap->ts = pps_info.clear_timestamp; in refclock_catcher()
1059 ap->sequence = pps_info.clear_sequence; in refclock_catcher()

12