Lines Matching full:decoding
17 * enum delta_state - state of decoding instance
28 * Decoding instance is ready to decode compressed access unit.
31 * Decoding instance is waiting for EOS (End Of Stream) completion.
34 * EOS (End Of Stream) is completed (signaled to user). Decoding instance
97 * @dts: decoding timestamp of this access unit
165 * @dts: decoding timestamp of this frame
184 #define DELTA_FRAME_FREE 0x00 /* is free and can be used for decoding */
193 * struct delta_dts - decoding timestamp.
363 * with next frame decoding.
366 * of available frames to proceed with decoding (starvation).
380 * decoding logic.
413 * @nb_of_frames: number of frames available for decoding
414 * @frames: array of decoding frames to keep track of frame
423 * @dts: FIFO of decoding timestamp.
427 * @run_work: decoding work
428 * @lock: lock for decoding work serialization
487 * @work_queue: decoding job work queue