Lines Matching refs:frame
262 const uint8_t *frame, unsigned buf_size)
270 dsf = (frame[3] & 0x80) >> 7;
271 stype = frame[80 * 5 + 48 + 3] & 0x1f;
272 pal = !!(frame[80 * 5 + 48 + 3] & 0x20);
275 if ((dsf == 1 && stype == 0 && frame[4] & 0x07 /* the APT field */) ||
292 if ((frame[3] & 0x7f) == 0x3f && frame[80 * 5 + 48 + 3] == 0xff)
300 const uint8_t *frame, unsigned buf_size)
302 return ff_dv_frame_profile(NULL, sys, frame, buf_size);
322 /* frame rate is necessary to select between 720p50 and 720p60 profiles */