Home | History | Annotate | Download | only in primitives

Lines Matching defs:frames

44   std::vector<Frame*> frames;
53 frames.push_back(&first_frame);
54 frames.push_back(&second_frame);
55 frames.push_back(&third_frame);
56 frames.push_back(&fourth_frame);
58 // Prepare data for the first and third frames:
64 // Write the first and third frames to the temporary file. This means the fix
65 // method should add two frames of data by filling the file with data from
66 // the first and third frames after executing.
75 FixOutputFileForComparison(kOutputFilename, kFrameLength, frames);