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/glib/glib/tests/
Dqueue.c199 IS_EMPTY, GET_LENGTH, REVERSE, COPY, in random_test() enumerator
243 op = g_random_int_range (IS_EMPTY, LAST_OP); in random_test()
251 case IS_EMPTY: in random_test()
/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/porting/uniproton/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