Searched defs:timings (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContextRecorder.cpp123 OwnPtr<GraphicsContextSnapshot::Timings> timings = adoptPtr(new GraphicsContextSnapshot::Timings()); local
124 timings->reserveCapacity(minRepeatCount);
132 timings->append(Vector<double>());
133 Vector<double>* currentTimings = &timings->last();
134 if (timings->size() > 1)
135 currentTimings->reserveCapacity(timings->begin()->size());
142 return timings.release();
H A DProfilingCanvas.cpp67 void ProfilingCanvas::setTimings(Vector<double>* timings) argument
69 m_timings = timings;
/external/kernel-headers/original/uapi/linux/
H A Dvideodev2.h991 * A note regarding vertical interlaced timings: height refers to the total
992 * height of the active video frame (= two fields). The blanking timings refer
1071 /** struct v4l2_dv_timings - DV timings
1072 * @type: the type of the timings
1073 * @bt: BT656/1120 timings
1087 /** struct v4l2_enum_dv_timings - DV timings enumeration
1090 * @timings: the timings for the given index
1095 struct v4l2_dv_timings timings; member in struct:v4l2_enum_dv_timings
1130 /** struct v4l2_dv_timings_cap - DV timings capabilitie
[all...]

Completed in 1036 milliseconds