/third_party/rust/crates/rustix/src/backend/linux_raw/io/ |
H A D | epoll.rs | 149 event_flags: EventFlags, in add() 161 events: event_flags.bits(), in add() 177 event_flags: EventFlags, in mod_() 188 events: event_flags.bits(), in mod_() 308 (event.event_flags, decoded) in next() 321 event_flags: EventFlags,
|
/third_party/rust/crates/rustix/src/backend/libc/io/ |
H A D | epoll.rs | 151 event_flags: EventFlags, in add() 164 events: event_flags.bits(), in add() 180 event_flags: EventFlags, in mod_() 192 events: event_flags.bits(), in mod_() 315 (event.event_flags, unsafe { in next() 339 event_flags: EventFlags,
|
/third_party/alsa-lib/src/topology/ |
H A D | dapm.c | 636 if (strcmp(id, "event_flags") == 0) { in tplg_parse_dapm_widget() 640 widget->event_flags = ival; in tplg_parse_dapm_widget() 641 tplg_dbg("\t%s: %d", id, widget->event_flags); in tplg_parse_dapm_widget() 722 if (err >= 0 && widget->event_flags) in tplg_save_dapm_widget() 724 widget->event_flags); in tplg_save_dapm_widget() 807 w->event_flags = wt->event_flags; in tplg_add_widget_object() 930 wt->event_flags = w->event_flags; in tplg_decode_dapm_widget()
|
/third_party/ffmpeg/libavcodec/ |
H A D | libdav1d.c | 299 enum Dav1dEventFlags event_flags = 0; in libdav1d_receive_frame() local 384 dav1d_get_event_flags(dav1d->c, &event_flags); in libdav1d_receive_frame() 386 event_flags & DAV1D_EVENT_FLAG_NEW_SEQUENCE) in libdav1d_receive_frame()
|
/third_party/ffmpeg/libavformat/ |
H A D | nutdec.c | 513 int *event_flags = NULL; in decode_info_header() local 542 event_flags = &st->event_flags; in decode_info_header() 546 event_flags = &s->event_flags; in decode_info_header() 611 if (event_flags) in decode_info_header() 612 *event_flags |= metadata_flag; in decode_info_header()
|
H A D | avformat.h | 371 * call to av_read_frame(), AVFormatContext.event_flags or AVStream.event_flags 374 * and check their individual event_flags. 1086 int event_flags; member 1548 int event_flags; member
|
H A D | aacdec.c | 309 s->event_flags |= AVFMT_EVENT_FLAG_METADATA_UPDATED; in handle_id3()
|
H A D | flacdec.c | 183 s->event_flags |= AVFMT_EVENT_FLAG_METADATA_UPDATED; in flac_read_header()
|
H A D | oggparsevorbis.c | 79 st->event_flags |= AVSTREAM_EVENT_FLAG_METADATA_UPDATED; in ff_vorbis_stream_comment()
|
H A D | flvenc.c | 872 if (s->event_flags & AVSTREAM_EVENT_FLAG_METADATA_UPDATED) { in flv_write_packet() 874 s->event_flags &= ~AVSTREAM_EVENT_FLAG_METADATA_UPDATED; in flv_write_packet()
|
H A D | hls.c | 2379 if (pls->ctx->event_flags & AVFMT_EVENT_FLAG_METADATA_UPDATED) { in hls_read_packet() 2383 st->event_flags |= AVSTREAM_EVENT_FLAG_METADATA_UPDATED; in hls_read_packet() 2385 pls->ctx->event_flags &= ~AVFMT_EVENT_FLAG_METADATA_UPDATED; in hls_read_packet()
|
H A D | mov.c | 108 c->fc->event_flags |= AVFMT_EVENT_FLAG_METADATA_UPDATED; in mov_metadata_track_or_disc_number() 122 c->fc->event_flags |= AVFMT_EVENT_FLAG_METADATA_UPDATED; in mov_metadata_int8_bypass_padding() 131 c->fc->event_flags |= AVFMT_EVENT_FLAG_METADATA_UPDATED; in mov_metadata_int8_no_padding() 147 c->fc->event_flags |= AVFMT_EVENT_FLAG_METADATA_UPDATED; in mov_metadata_gnre() 281 c->fc->event_flags |= AVFMT_EVENT_FLAG_METADATA_UPDATED; in mov_metadata_loci() 538 c->fc->event_flags |= AVFMT_EVENT_FLAG_METADATA_UPDATED; in mov_read_udta_string()
|
H A D | demux.c | 1276 st->event_flags |= AVSTREAM_EVENT_FLAG_NEW_PACKETS; in read_frame_internal() 1426 s->event_flags |= AVFMT_EVENT_FLAG_METADATA_UPDATED; in read_frame_internal()
|
H A D | flvdec.c | 721 s->event_flags |= AVFMT_EVENT_FLAG_METADATA_UPDATED; in amf_parse_object()
|
/third_party/alsa-lib/include/ |
H A D | topology.h | 509 * event_flags "1" # DAPM widget event flags 961 unsigned short event_flags; /*!< PM event sequence flags */ member
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_fence.c | 58 * \param event_flags Optional cache flush flags (TC) 68 unsigned event_flags, unsigned dst_sel, unsigned int_sel, unsigned data_sel, in si_cp_release_mem() 74 event_flags; in si_cp_release_mem() 67 si_cp_release_mem(struct si_context *ctx, struct radeon_cmdbuf *cs, unsigned event, unsigned event_flags, unsigned dst_sel, unsigned int_sel, unsigned data_sel, struct si_resource *buf, uint64_t va, uint32_t new_fence, unsigned query_type) si_cp_release_mem() argument
|
H A D | si_pipe.h | 1478 unsigned event_flags, unsigned dst_sel, unsigned int_sel, unsigned data_sel,
|
/third_party/alsa-lib/include/sound/uapi/ |
H A D | asoc.h | 497 __le16 event_flags; member
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_pipe_common.c | 68 * \param event_flags Optional cache flush flags (TC) 76 unsigned event, unsigned event_flags, in r600_gfx_write_event_eop() 84 event_flags; in r600_gfx_write_event_eop() 75 r600_gfx_write_event_eop(struct r600_common_context *ctx, unsigned event, unsigned event_flags, unsigned data_sel, struct r600_resource *buf, uint64_t va, uint32_t new_fence, unsigned query_type) r600_gfx_write_event_eop() argument
|
H A D | r600_pipe_common.h | 672 unsigned event, unsigned event_flags,
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | si_cmd_buffer.c | 928 unsigned event, unsigned event_flags, unsigned dst_sel, in si_cs_emit_write_event_eop() 934 event_flags; in si_cs_emit_write_event_eop() 971 assert(event_flags == 0 && dst_sel == EOP_DST_SEL_MEM && in si_cs_emit_write_event_eop() 927 si_cs_emit_write_event_eop(struct radeon_cmdbuf *cs, enum amd_gfx_level gfx_level, bool is_mec, unsigned event, unsigned event_flags, unsigned dst_sel, unsigned data_sel, uint64_t va, uint32_t new_fence, uint64_t gfx9_eop_bug_va) si_cs_emit_write_event_eop() argument
|
H A D | radv_private.h | 1684 unsigned event, unsigned event_flags, unsigned dst_sel,
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg_opt.c | 2506 + 100000000 * !!(ist->st->event_flags & AVSTREAM_EVENT_FLAG_NEW_PACKETS) in open_output_file() 2543 + 100000000 * !!(ist->st->event_flags & AVSTREAM_EVENT_FLAG_NEW_PACKETS) in open_output_file()
|