Searched refs:IS_EMPTY (Results 1 – 7 of 7) sorted by relevance
33 #define IS_EMPTY(pkt) (!(pkt)->data && !(pkt)->side_data_elems) macro206 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()
146 #define IS_EMPTY(pkt) (!(pkt)->data) macro165 if (IS_EMPTY(avci->last_pkt_props)) { in extract_packet_props()556 … IS_EMPTY(avci->last_pkt_props) && av_fifo_size(avci->pkt_props) >= sizeof(*avci->last_pkt_props)) in decode_receive_frame_internal()
199 IS_EMPTY, GET_LENGTH, REVERSE, COPY, in random_test() enumerator243 op = g_random_int_range (IS_EMPTY, LAST_OP); in random_test()251 case IS_EMPTY: in random_test()
78 #define IS_EMPTY(x) ((x)->code_min == EMPTY) macro