/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/ |
D | mpegtspacketizer.c | 57 MpegTSPCR * pcr, guint64 pcrtime, GstClockTime time); 60 guint64 pcr, guint64 offset); 334 guint64 pcr, pcr_ext; in mpegts_packetizer_compute_pcr() local 338 pcr = ((guint64) pcr1) << 1; in mpegts_packetizer_compute_pcr() 339 pcr |= (pcr2 & 0x8000) >> 15; in mpegts_packetizer_compute_pcr() 341 return pcr * 300 + pcr_ext % 300; in mpegts_packetizer_compute_pcr() 416 packet->pcr = mpegts_packetizer_compute_pcr (data); in mpegts_packetizer_parse_adaptation_field_control() 419 ") offset:%" G_GUINT64_FORMAT, packet->pid, packet->pcr, in mpegts_packetizer_parse_adaptation_field_control() 420 GST_TIME_ARGS (PCRTIME_TO_GSTTIME (packet->pcr)), packet->offset); in mpegts_packetizer_parse_adaptation_field_control() 426 calculate_skew (packetizer, pcrtable, packet->pcr, in mpegts_packetizer_parse_adaptation_field_control() [all …]
|
D | mpegtsparse.c | 883 packet->pcr); in mpegts_parse_inspect_packet() 894 PCRTIME_TO_GSTTIME (packet->pcr), parse->pcr_pid); in mpegts_parse_inspect_packet() 896 GST_TIME_ARGS (parse->current_pcr), packet->pcr); in mpegts_parse_inspect_packet() 931 GstClockTime pcr = GST_CLOCK_TIME_NONE; in drain_pending_buffers() local 964 pcr = parse->current_pcr; in drain_pending_buffers() 993 if (GST_CLOCK_TIME_IS_VALID (pcr) && pcr > start_ts) in drain_pending_buffers() 994 pcr_diff = GST_CLOCK_DIFF (start_ts, pcr); in drain_pending_buffers() 1046 parse->previous_pcr = pcr; in drain_pending_buffers()
|
D | mpegtspacketizer.h | 102 guint64 pcr; member 317 guint64 pcr; member
|
/third_party/ltp/testcases/kernel/security/integrity/ima/src/ |
D | ima_boot_aggregate.c | 40 u_int32_t pcr; member 50 } pcr[NUM_PCRS]; variable 52 static void display_sha1_digest(unsigned char *pcr) in display_sha1_digest() argument 57 printf("%02x", *(pcr + i) & 0xff); in display_sha1_digest() 74 memset(&pcr[i].digest, 0, SHA_DIGEST_LENGTH); in do_test() 83 printf("%03u ", event.header.pcr); in do_test() 87 if (event.header.pcr < NUM_PCRS) { in do_test() 89 SHA1_Update(&c, pcr[event.header.pcr].digest, in do_test() 93 SHA1_Final(pcr[event.header.pcr].digest, &c); in do_test() 114 display_sha1_digest(pcr[i].digest); in do_test() [all …]
|
/third_party/ltp/testcases/kernel/security/integrity/ima/tests/ |
D | ima_tpm.sh | 96 local hash pcr 111 pcr="$(echo $line | cut -d':' -f1)" 113 echo "$pcr: $hash" 125 local i pcr 133 pcr=$($pcrread -ha "$i" -ns) 135 echo "tsspcrread failed: $pcr" 138 printf "PCR-%02d: %s\n" $i "$pcr" 149 local pcr ret 169 pcr=$(grep -E "^($ALGORITHM: )*PCRAgg(.*10)*:" hash.txt | tail -1 \ 172 if [ -z "$pcr" ]; then [all …]
|
/third_party/gstreamer/gstplugins_bad/gst/librfb/ |
D | d3des.c | 92 unsigned char pc1m[56], pcr[56]; in deskey() local 110 pcr[j] = pc1m[l]; in deskey() 112 pcr[j] = pc1m[l - 28]; in deskey() 117 pcr[j] = pc1m[l]; in deskey() 119 pcr[j] = pc1m[l - 28]; in deskey() 122 if (pcr[pc2[j]]) in deskey() 124 if (pcr[pc2[j + 24]]) in deskey()
|
/third_party/lwip/src/core/ipv4/ |
D | ip4_frag.c | 717 struct pbuf_custom_ref *pcr = (struct pbuf_custom_ref *)p; in ipfrag_free_pbuf_custom() local 718 LWIP_ASSERT("pcr != NULL", pcr != NULL); in ipfrag_free_pbuf_custom() 719 LWIP_ASSERT("pcr == p", (void *)pcr == (void *)p); in ipfrag_free_pbuf_custom() 720 if (pcr->original != NULL) { in ipfrag_free_pbuf_custom() 721 pbuf_free(pcr->original); in ipfrag_free_pbuf_custom() 723 ip_frag_free_pbuf_custom_ref(pcr); in ipfrag_free_pbuf_custom() 811 struct pbuf_custom_ref *pcr; in ip4_frag() local 821 pcr = ip_frag_alloc_pbuf_custom_ref(); in ip4_frag() 822 if (pcr == NULL) { in ip4_frag() 827 newpbuf = pbuf_alloced_custom(PBUF_RAW, newpbuflen, PBUF_REF, &pcr->pc, in ip4_frag() [all …]
|
/third_party/lwip/src/core/ipv6/ |
D | ip6_frag.c | 697 struct pbuf_custom_ref *pcr = (struct pbuf_custom_ref*)p; in ip6_frag_free_pbuf_custom() local 698 LWIP_ASSERT("pcr != NULL", pcr != NULL); in ip6_frag_free_pbuf_custom() 699 LWIP_ASSERT("pcr == p", (void*)pcr == (void*)p); in ip6_frag_free_pbuf_custom() 700 if (pcr->original != NULL) { in ip6_frag_free_pbuf_custom() 701 pbuf_free(pcr->original); in ip6_frag_free_pbuf_custom() 703 ip6_frag_free_pbuf_custom_ref(pcr); in ip6_frag_free_pbuf_custom() 796 struct pbuf_custom_ref *pcr; in ip6_frag() local 803 pcr = ip6_frag_alloc_pbuf_custom_ref(); in ip6_frag() 804 if (pcr == NULL) { in ip6_frag() 810 … newpbuf = pbuf_alloced_custom(PBUF_RAW, newpbuflen, PBUF_REF, &pcr->pc, p->payload, newpbuflen); in ip6_frag() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | des-internal.c | 276 u8 pc1m[56], pcr[56]; in deskey() local 295 pcr[j] = pc1m[l]; in deskey() 297 pcr[j] = pc1m[l - 28]; in deskey() 302 pcr[j] = pc1m[l]; in deskey() 304 pcr[j] = pc1m[l - 28]; in deskey() 307 if ((int) pcr[(int) pc2[j]] != 0) in deskey() 309 if ((int) pcr[(int) pc2[j + 24]] != 0) in deskey()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | des-internal.c | 276 u8 pc1m[56], pcr[56]; in deskey() local 295 pcr[j] = pc1m[l]; in deskey() 297 pcr[j] = pc1m[l - 28]; in deskey() 302 pcr[j] = pc1m[l]; in deskey() 304 pcr[j] = pc1m[l - 28]; in deskey() 307 if ((int) pcr[(int) pc2[j]] != 0) in deskey() 309 if ((int) pcr[(int) pc2[j + 24]] != 0) in deskey()
|
/third_party/ffmpeg/libavformat/ |
D | mpegtsenc.c | 846 int64_t pcr = get_pcr(s->priv_data); in write_packet() local 847 uint32_t tp_extra_header = pcr % 0x3fffffff; in write_packet() 1163 static void retransmit_si_info(AVFormatContext *s, int force_pat, int force_sdt, int64_t pcr) in retransmit_si_info() argument 1168 if ((pcr != AV_NOPTS_VALUE && ts->last_sdt_ts == AV_NOPTS_VALUE) || in retransmit_si_info() 1169 (pcr != AV_NOPTS_VALUE && pcr - ts->last_sdt_ts >= ts->sdt_period) || in retransmit_si_info() 1172 if (pcr != AV_NOPTS_VALUE) in retransmit_si_info() 1173 ts->last_sdt_ts = FFMAX(pcr, ts->last_sdt_ts); in retransmit_si_info() 1176 if ((pcr != AV_NOPTS_VALUE && ts->last_pat_ts == AV_NOPTS_VALUE) || in retransmit_si_info() 1177 (pcr != AV_NOPTS_VALUE && pcr - ts->last_pat_ts >= ts->pat_period) || in retransmit_si_info() 1179 if (pcr != AV_NOPTS_VALUE) in retransmit_si_info() [all …]
|
/third_party/mesa3d/src/gallium/targets/libgl-gdi/ |
D | stw_wgl.c | 344 CONST COLORREF *pcr ) in wglSetLayerPaletteEntries() argument 346 return DrvSetLayerPaletteEntries(hdc, iLayerPlane, iStart, cEntries, pcr); in wglSetLayerPaletteEntries() 355 COLORREF *pcr ) in wglGetLayerPaletteEntries() argument 357 return DrvGetLayerPaletteEntries(hdc, iLayerPlane, iStart, cEntries, pcr); in wglGetLayerPaletteEntries()
|
/third_party/gstreamer/gstplugins_bad/ext/hls/ |
D | gsthlsdemux-util.c | 86 guint64 pcr_base, pcr_ext, pcr, ts; in handle_pcr() local 103 pcr = pcr_base * 300 + pcr_ext; in handle_pcr() 104 ts = PCRTIME_TO_GSTTIME (pcr); in handle_pcr() 106 pcr, GST_TIME_ARGS (ts)); in handle_pcr()
|
/third_party/gstreamer/gstplugins_good/gst/smpte/ |
D | paint.c | 157 gint sdxr, sdyr, sdcr, dxrabs, dyrabs, dcrabs, xrr, yrr, crr, pxr, pyr, pcr; in gst_smpte_paint_triangle_linear() local 180 dxrabs, dyrabs, dcrabs, sdxr, sdyr, sdcr, xrr, yrr, crr, pxr, pyr, pcr); in gst_smpte_paint_triangle_linear() 189 gint s = pxl, e = pxr, sc = pcl, ec = pcr; in gst_smpte_paint_triangle_linear() 199 xrr, yrr, crr, pxr, pyr, pcr); in gst_smpte_paint_triangle_linear() 209 dxrabs, dyrabs, dcrabs, sdxr, sdyr, sdcr, xrr, yrr, crr, pxr, pyr, pcr); in gst_smpte_paint_triangle_linear()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_program.c | 256 VkPushConstantRange pcr[2] = {0}; in zink_pipeline_layout_create() local 259 pcr[0].stageFlags = VK_SHADER_STAGE_COMPUTE_BIT; in zink_pipeline_layout_create() 260 pcr[0].offset = 0; in zink_pipeline_layout_create() 261 pcr[0].size = sizeof(struct zink_cs_push_constant); in zink_pipeline_layout_create() 265 pcr[0].stageFlags = VK_SHADER_STAGE_VERTEX_BIT; in zink_pipeline_layout_create() 266 pcr[0].offset = offsetof(struct zink_gfx_push_constant, draw_mode_is_indexed); in zink_pipeline_layout_create() 267 pcr[0].size = 2 * sizeof(unsigned); in zink_pipeline_layout_create() 268 pcr[1].stageFlags = VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT; in zink_pipeline_layout_create() 269 pcr[1].offset = offsetof(struct zink_gfx_push_constant, default_inner_level); in zink_pipeline_layout_create() 270 pcr[1].size = sizeof(float) * 6; in zink_pipeline_layout_create() [all …]
|
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/tsmux/ |
D | tsmuxcommon.h | 131 guint64 pcr; member
|
D | tsmux.c | 835 tsmux_packet_out (TsMux * mux, GstBuffer * buf, gint64 pcr) in tsmux_packet_out() argument 889 return mux->write_func (buf, mux->write_func_data, pcr); in tsmux_packet_out() 983 pcr_base = (pi->pcr / 300); in tsmux_write_adaptation_field() 984 pcr_ext = (pi->pcr % 300); in tsmux_write_adaptation_field() 1377 stream->pi.pcr = cur_pcr; in write_new_pcr()
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_wgl.cpp | 217 wglGetLayerPaletteEntries(HDC hdc, int iLayerPlane, int iStart, int cEntries, COLORREF *pcr) in wglGetLayerPaletteEntries() argument 287 wglSetLayerPaletteEntries(HDC hdc, int iLayerPlane, int iStart, int cEntries, const COLORREF *pcr) in wglSetLayerPaletteEntries() argument
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_wgl.cpp | 213 wglGetLayerPaletteEntries(HDC hdc, int iLayerPlane, int iStart, int cEntries, COLORREF *pcr) in wglGetLayerPaletteEntries() argument 283 wglSetLayerPaletteEntries(HDC hdc, int iLayerPlane, int iStart, int cEntries, const COLORREF *pcr) in wglSetLayerPaletteEntries() argument
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
D | stw_pixelformat.c | 416 INT cEntries, COLORREF *pcr) in DrvGetLayerPaletteEntries() argument 425 INT cEntries, CONST COLORREF *pcr) in DrvSetLayerPaletteEntries() argument
|
/third_party/f2fs-tools/tools/sg_write_buffer/include/ |
D | sg_cmds_basic.h | 60 int sg_ll_log_select(int sg_fd, bool pcr, bool sp, int pc, int pg_code,
|
/third_party/skia/third_party/externals/angle2/include/WGL/ |
D | wgl.h | 101 …LAYERPALETTEENTRIESPROC) (HDC hdc, int iLayerPlane, int iStart, int cEntries, const COLORREF *pcr); 105 …LAYERPALETTEENTRIESPROC) (HDC hdc, int iLayerPlane, int iStart, int cEntries, const COLORREF *pcr); 128 …glGetLayerPaletteEntries (HDC hdc, int iLayerPlane, int iStart, int cEntries, const COLORREF *pcr); 132 …glSetLayerPaletteEntries (HDC hdc, int iLayerPlane, int iStart, int cEntries, const COLORREF *pcr);
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
D | wgl.h | 101 …LAYERPALETTEENTRIESPROC) (HDC hdc, int iLayerPlane, int iStart, int cEntries, const COLORREF *pcr); 105 …LAYERPALETTEENTRIESPROC) (HDC hdc, int iLayerPlane, int iStart, int cEntries, const COLORREF *pcr); 128 …glGetLayerPaletteEntries (HDC hdc, int iLayerPlane, int iStart, int cEntries, const COLORREF *pcr); 132 …glSetLayerPaletteEntries (HDC hdc, int iLayerPlane, int iStart, int cEntries, const COLORREF *pcr);
|
/third_party/openGLES/api/GL/ |
D | wgl.h | 82 …LAYERPALETTEENTRIESPROC) (HDC hdc, int iLayerPlane, int iStart, int cEntries, const COLORREF *pcr); 86 …LAYERPALETTEENTRIESPROC) (HDC hdc, int iLayerPlane, int iStart, int cEntries, const COLORREF *pcr); 109 …glGetLayerPaletteEntries (HDC hdc, int iLayerPlane, int iStart, int cEntries, const COLORREF *pcr); 113 …glSetLayerPaletteEntries (HDC hdc, int iLayerPlane, int iStart, int cEntries, const COLORREF *pcr);
|
/third_party/flutter/skia/third_party/externals/angle2/include/WGL/ |
D | wgl.h | 101 …LAYERPALETTEENTRIESPROC) (HDC hdc, int iLayerPlane, int iStart, int cEntries, const COLORREF *pcr); 105 …LAYERPALETTEENTRIESPROC) (HDC hdc, int iLayerPlane, int iStart, int cEntries, const COLORREF *pcr); 128 …glGetLayerPaletteEntries (HDC hdc, int iLayerPlane, int iStart, int cEntries, const COLORREF *pcr); 132 …glSetLayerPaletteEntries (HDC hdc, int iLayerPlane, int iStart, int cEntries, const COLORREF *pcr);
|