Home
last modified time | relevance | path

Searched refs:IS_EMPTY (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dbsf.c33 #define IS_EMPTY(pkt) (!(pkt)->data && !(pkt)->side_data_elems) macro
206 if (!pkt || IS_EMPTY(pkt)) { in av_bsf_send_packet()
216 if (!IS_EMPTY(bsfi->buffer_pkt)) in av_bsf_send_packet()
240 if (IS_EMPTY(bsfi->buffer_pkt)) in ff_bsf_get_packet()
260 if (IS_EMPTY(bsfi->buffer_pkt)) in ff_bsf_get_packet_ref()
Ddecode.c146 #define IS_EMPTY(pkt) (!(pkt)->data) macro
165 if (IS_EMPTY(avci->last_pkt_props)) { in extract_packet_props()
556IS_EMPTY(avci->last_pkt_props) && av_fifo_size(avci->pkt_props) >= sizeof(*avci->last_pkt_props)) in decode_receive_frame_internal()
/third_party/musl/porting/liteos_m/kernel/src/regex/
Dregcomp.c78 #define IS_EMPTY(x) ((x)->code_min == EMPTY) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
Dregcomp.c78 #define IS_EMPTY(x) ((x)->code_min == EMPTY) macro
/third_party/musl/src/regex/
Dregcomp.c78 #define IS_EMPTY(x) ((x)->code_min == EMPTY) macro
/third_party/musl/porting/uniproton/kernel/src/regex/
Dregcomp.c78 #define IS_EMPTY(x) ((x)->code_min == EMPTY) macro
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs34309 const IS_EMPTY: bool = SET.is_empty(); constant
37350 const IS_EMPTY: bool = MAP.is_empty(); constant