NAL_unit         1148 libde265/decctx.cc     NAL_unit* nal = ctx->nal_parser.pop_from_NAL_queue();
NAL_unit          139 libde265/decctx.h   NAL_unit* nal;   // we are the owner
NAL_unit          224 libde265/decctx.h   de265_error decode_NAL(NAL_unit* nal);
NAL_unit          298 libde265/decctx.h   de265_error read_slice_NAL(bitreader&, NAL_unit* nal, nal_header& nal_hdr);
NAL_unit           33 libde265/nal-parser.cc NAL_unit::NAL_unit()
NAL_unit           44 libde265/nal-parser.cc NAL_unit::~NAL_unit()
NAL_unit           49 libde265/nal-parser.cc void NAL_unit::clear()
NAL_unit           61 libde265/nal-parser.cc void NAL_unit::resize(int new_size)
NAL_unit           76 libde265/nal-parser.cc void NAL_unit::append(const unsigned char* in_data, int n)
NAL_unit           83 libde265/nal-parser.cc void NAL_unit::set_data(const unsigned char* in_data, int n)
NAL_unit           90 libde265/nal-parser.cc void NAL_unit::insert_skipped_byte(int pos)
NAL_unit           95 libde265/nal-parser.cc int NAL_unit::num_skipped_bytes_before(int byte_position, int headerLength) const
NAL_unit          105 libde265/nal-parser.cc void NAL_unit::remove_stuffing_bytes()
NAL_unit          161 libde265/nal-parser.cc   NAL_unit* nal;
NAL_unit          180 libde265/nal-parser.cc NAL_unit* NAL_Parser::alloc_NAL_unit(int size)
NAL_unit          182 libde265/nal-parser.cc   NAL_unit* nal;
NAL_unit          191 libde265/nal-parser.cc     nal = new NAL_unit;
NAL_unit          210 libde265/nal-parser.cc NAL_unit* NAL_Parser::pop_from_NAL_queue()
NAL_unit          216 libde265/nal-parser.cc     NAL_unit* nal = NAL_queue.front();
NAL_unit          242 libde265/nal-parser.cc   NAL_unit* nal = pending_input_NAL; // shortcut
NAL_unit          354 libde265/nal-parser.cc   NAL_unit* nal = alloc_NAL_unit(len);
NAL_unit          370 libde265/nal-parser.cc     NAL_unit* nal = pending_input_NAL;
NAL_unit          403 libde265/nal-parser.cc     NAL_unit* nal = pop_from_NAL_queue();
NAL_unit           35 libde265/nal-parser.h class NAL_unit {
NAL_unit           37 libde265/nal-parser.h   NAL_unit();
NAL_unit           38 libde265/nal-parser.h   ~NAL_unit();
NAL_unit           98 libde265/nal-parser.h   NAL_unit*   pop_from_NAL_queue();
NAL_unit           99 libde265/nal-parser.h   void        push_to_NAL_queue(NAL_unit*);
NAL_unit          117 libde265/nal-parser.h   void free_NAL_unit(NAL_unit*);
NAL_unit          131 libde265/nal-parser.h   NAL_unit* pending_input_NAL;
NAL_unit          136 libde265/nal-parser.h   std::queue<NAL_unit*> NAL_queue;  // enqueued NALs have suffing bytes removed
NAL_unit          142 libde265/nal-parser.h   std::vector<NAL_unit*> NAL_free_list;  // maximum size: DE265_NAL_FREE_LIST_SIZE
NAL_unit          144 libde265/nal-parser.h   NAL_unit* alloc_NAL_unit(int size);