Searched refs:pgroup (Results 1 – 9 of 9) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpvrawdepay.c | 191 gint format, width, height, depth, pgroup, xinc, yinc; in gst_rtp_vraw_depay_setcaps() local 228 pgroup = 3; in gst_rtp_vraw_depay_setcaps() 231 pgroup = 4; in gst_rtp_vraw_depay_setcaps() 234 pgroup = 3; in gst_rtp_vraw_depay_setcaps() 237 pgroup = 4; in gst_rtp_vraw_depay_setcaps() 240 pgroup = 3; in gst_rtp_vraw_depay_setcaps() 244 pgroup = 4; in gst_rtp_vraw_depay_setcaps() 247 pgroup = 5; in gst_rtp_vraw_depay_setcaps() 253 pgroup = 6; in gst_rtp_vraw_depay_setcaps() 257 pgroup = 6; in gst_rtp_vraw_depay_setcaps() [all …]
|
D | gstrtpvrawpay.c | 142 gint pgroup, xinc, yinc; in gst_rtp_vraw_pay_setcaps() local 175 pgroup = 4; in gst_rtp_vraw_pay_setcaps() 179 pgroup = 4; in gst_rtp_vraw_pay_setcaps() 183 pgroup = 3; in gst_rtp_vraw_pay_setcaps() 187 pgroup = 3; in gst_rtp_vraw_pay_setcaps() 191 pgroup = 3; in gst_rtp_vraw_pay_setcaps() 195 pgroup = 4; in gst_rtp_vraw_pay_setcaps() 200 pgroup = 6; in gst_rtp_vraw_pay_setcaps() 205 pgroup = 6; in gst_rtp_vraw_pay_setcaps() 210 pgroup = 5; in gst_rtp_vraw_pay_setcaps() [all …]
|
D | gstrtpvrawpay.h | 49 gint pgroup; member
|
D | gstrtpvrawdepay.h | 56 gint pgroup; member
|
/third_party/ffmpeg/libavformat/ |
D | rtpdec_rfc4175.c | 37 unsigned int pgroup; /* size of the pixel group in bytes */ member 54 data->pgroup = 4; in rfc4175_parse_format() 58 data->pgroup = 5; in rfc4175_parse_format() 71 data->frame_size = data->width * data->height * data->pgroup / data->xinc; in rfc4175_parse_format() 193 if (payload_len < data->pgroup) in rfc4175_handle_packet() 202 if (length % data->pgroup) in rfc4175_handle_packet() 209 copy_offset = (line * data->width + offset) * data->pgroup / data->xinc; in rfc4175_handle_packet()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_bc_parser.cpp | 481 unsigned pgroup = !cgroup, prev_slot = src.sel == ALU_SRC_PS ? in prepare_alu_group() local 488 alu_node *prev_alu = slots[pgroup][prev_slot]; in prepare_alu_group()
|
/third_party/ntfs-3g/libntfs-3g/ |
D | security.c | 4720 const SID *pgroup; in mergesecurityattr() local 4838 pgroup = (const SID*)&newattr[offgroup]; in mergesecurityattr() 4843 pgroup = (const SID*)&oldattr[offgroup]; in mergesecurityattr() 4847 size = ntfs_sid_size(pgroup); in mergesecurityattr() 4848 memcpy(&target[pos], pgroup, size); in mergesecurityattr()
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 1963 pub fn posix_spawnattr_setpgroup(attr: *mut posix_spawnattr_t, pgroup: ::pid_t) -> ::c_int; in posix_spawnattr_setpgroup()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-converter.c | 6663 gint i, out_x, out_y, out_width, out_height, pstride, pgroup; in convert_fill_border() local 6688 pgroup = 42; in convert_fill_border() 6692 pgroup = pstride; in convert_fill_border() 6702 switch (pgroup) { in convert_fill_border()
|