Lines Matching refs:frame
24 * just one frame, plus any leading and trailing OBUs that may be present at
27 * Temporal Units already containing only one frame will be passed through
30 * one after the last successfully split frame.
91 AV1RawFrameHeader *frame = NULL;
101 if (frame) {
103 "previous frame was expected.\n");
107 frame = &obu->obu.frame.header;
113 // split here unless it's the last frame, in which case
120 if (frame) {
122 "previous frame was expected.\n");
126 frame = &obu->obu.frame_header;
132 // frame, in which case include every trailing OBU
133 if (frame->show_existing_frame &&
142 if (!frame || cur_frame_type != AV1_OBU_FRAME_HEADER) {
148 if ((group->tg_end == (frame->tile_cols * frame->tile_rows) - 1) &&
149 // include every trailing OBU with the last frame
156 av_assert0(frame && s->cur_frame <= s->nb_frames);
165 // skip the frame in the buffer packet if it's split successfully, so it's not present
166 // if the packet is passed through in case of failure when splitting another frame.
170 if (!frame->show_existing_frame && !frame->show_frame)