Searched refs:ifilter (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/qrtr/ |
H A D | ns.c | 46 unsigned int ifilter; member 99 unsigned int ifilter = f->ifilter; in server_match() local 103 if (!ifilter && f->instance) in server_match() 104 ifilter = ~0; in server_match() 106 return (srv->instance & ifilter) == f->instance; in server_match()
|
/openbmc/qemu/docs/about/ |
H A D | emulation.rst | 670 addresses using the ``ifilter`` or ``afilter`` options. You can stack the 674 -plugin ./contrib/plugins/libexeclog.so,ifilter=st1w,afilter=0x40001808 -d plugin 687 instructions. You can use the ifilter to catch these cases:: 690 -plugin ./contrib/plugins/libexeclog.so,ifilter=msr,ifilter=blr,reg=x30,reg=\*_el1,rdisas=on
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 174 av_channel_layout_compare(&ifilter->ch_layout, &frame->ch_layout); 177 - need_reinit |= ifilter->width != frame->width || 178 - ifilter->height != frame->height; 179 + need_reinit |= ifilter->width != av_frame_cropped_width(frame) || 180 + ifilter->height != av_frame_cropped_height(frame); 185 (ifilter->hw_frames_ctx && ifilter->hw_frames_ctx->data != frame->hw_frames_ctx->data)) 192 … if (!ifilter->displaymatrix || memcmp(sd->data, ifilter->displaymatrix, sizeof(int32_t) * 9)) 250 ifilter->format = frame->format; 252 - ifilter->width = frame->width; 253 - ifilter->height = frame->height; [all …]
|