Lines Matching defs:frame
12 * merely parroted back to the host at the start of each frame.
158 /* MPEG blank frame generation tables */
417 int modulo, int pict_struct, enum mpeg_frame_type frame)
423 switch (frame) {
445 CODE_ADD(c, frame == PFRAME ? 0x2 : 0x3, 13);
448 if (frame != PFRAME)
462 CODE_ADD(c, frame == PFRAME ? 0xff : 0x44, 8);
489 if (frame == BFRAME_BIDIR) {
503 if (frame == BFRAME_BIDIR) {
718 int modulo, enum mpeg_frame_type frame)
724 CODE_ADD(c, frame == PFRAME ? 0x1 : 0x2, 2);
730 if (frame == PFRAME)
733 if (frame != PFRAME)
735 if (frame != BFRAME_EMPTY) {
737 switch (frame) {
1547 int framelen[8] = { }; /* holds the lengths of empty frame templates */