Lines Matching full:picture
5 // This file contains an implementation of an H.264 Decoded Picture Buffer
25 // A picture (a frame or a field) in the H.264 spec sense.
63 bool idr; // IDR picture?
65 bool ref; // reference picture?
66 bool long_term; // long term reference picture?
69 // picture has finished decoding?
79 // memory management after finishing this picture.
87 // The visible size of picture. This could be either parsed from SPS, or set
99 // DPB - Decoded Picture Buffer.
114 // Remove a picture by its pic_order_cnt and free it.
120 // Store picture in DPB. DPB takes ownership of its resources.
129 // Return a short-term reference picture by its pic_num.
132 // Return a long-term reference picture by its long_term_pic_num.
135 // Return the short reference picture with lowest frame_num. Used for sliding