Home | History | Annotate | Download | only in libmedia

Lines Matching defs:numFrames

216             int frameIndex, int numFrames, int colorFormat, bool metaOnly)
218 ALOGV("getFrameAtIndex: frameIndex(%d), numFrames(%d), colorFormat(%d) metaOnly(%d)",
219 frameIndex, numFrames, colorFormat, metaOnly);
223 data.writeInt32(numFrames);
235 if (retNumFrames < numFrames) {
236 numFrames = retNumFrames;
238 for (int i = 0; i < numFrames; i++) {
434 int numFrames = data.readInt32();
437 ALOGV("getFrameAtIndex: frameIndex(%d), numFrames(%d), colorFormat(%d), metaOnly(%d)",
438 frameIndex, numFrames, colorFormat, metaOnly);
444 &frames, frameIndex, numFrames, colorFormat, metaOnly);