Home
last modified time | relevance | path

Searched refs:frames (Results 1 – 25 of 49) sorted by relevance

12

/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
DRunData.java23 public TileData[][] frames; field in RunData
26 public RunData(int frames) { in RunData() argument
27 this.frames = new TileData[frames][]; in RunData()
DPlaybackView.java150 if (mProfData == null || mProfData.frames.length == 0) { in setFrame()
159 for (TileData t : mProfData.frames[frame]) { in setFrame()
160 if (t == mProfData.frames[frame][0]){ in setFrame()
185 for (TileData t : mProfData.frames[frame]) { in setFrame()
186 if (t.level == INVAL_FLAG && t != mProfData.frames[frame][0]) { in setFrame()
212 TileDrawable viewShape = new TileDrawable(mProfData.frames[frame][0], in setFrame()
DProfiledWebView.java211 for (int frame = 0; frame < data.frames.length; frame++) { in stopScrollTest()
212 data.frames[frame] = new TileData[ in stopScrollTest()
214 for (int tile = 0; tile < data.frames[frame].length; tile++) { in stopScrollTest()
226 data.frames[frame][tile] = data.new TileData(left, top, right, bottom, in stopScrollTest()
DPlaybackGraphs.java216 for (int frameIndex = 0; frameIndex < data.frames.length; frameIndex++) { in gatherFrameMetric()
217 TileData frame[] = data.frames[frameIndex]; in gatherFrameMetric()
240 double metricValues[] = new double[data.frames.length]; in setData()
244 if (data.frames.length == 0) { in setData()
DPlaybackActivity.java113 mFrameMax = data.frames.length - 1; in onPostExecute()
/frameworks/av/media/libstagefright/rtsp/
DARTPAssembler.cpp76 const List<sp<ABuffer> > &frames) { in MakeADTSCompoundFromAACFrames()
78 for (List<sp<ABuffer> >::const_iterator it = frames.begin(); in MakeADTSCompoundFromAACFrames()
79 it != frames.end(); ++it) { in MakeADTSCompoundFromAACFrames()
86 for (List<sp<ABuffer> >::const_iterator it = frames.begin(); in MakeADTSCompoundFromAACFrames()
87 it != frames.end(); ++it) { in MakeADTSCompoundFromAACFrames()
116 CopyTimes(accessUnit, *frames.begin()); in MakeADTSCompoundFromAACFrames()
DARTPAssembler.h53 const List<sp<ABuffer> > &frames);
56 const List<sp<ABuffer> > &frames);
/frameworks/wilhelm/tools/permute/
Dpermute.c202 switch (sfinfo_in.frames) { in permute()
205 fprintf(stderr, "%s: unsupported frames %d\n", path_in, (int) sfinfo_in.frames); in permute()
212 double durationSeconds = (double) sfinfo_in.frames / (double) sfinfo_in.samplerate; in permute()
224 used = split(&s, 0, sfinfo_in.frames, s.mSegmentMax); in permute()
241 void *ptr = malloc(sfinfo_in.frames * frameSizeRead); in permute()
244 count = sf_readf_short(sf_in, ptr, sfinfo_in.frames); in permute()
245 if (count != sfinfo_in.frames) { in permute()
247 (int) sfinfo_in.frames, (int) count); in permute()
279 assert(permutedStart == sfinfo_in.frames); in permute()
/frameworks/native/opengl/tests/hwc/
DhwcStress.cpp199 static vector <vector <sp<GraphicBuffer> > > frames; variable
413 list = hwcTestCreateLayerList(testRandMod(frames.size()) + 1); in main()
421 selectedFrames = vectorRandSelect(frames, list->numHwLayers); in main()
562 frames.clear(); in initFrames()
563 frames.resize(rows); in initFrames()
591 frames[row].resize(cols); in initFrames()
596 frames[row][col] = new GraphicBuffer(w, h, format, texUsage); in initFrames()
597 if ((rv = frames[row][col]->initCheck()) != NO_ERROR) { in initFrames()
604 hwcTestFillColor(frames[row][col].get(), color, alpha); in initFrames()
607 frames[row][col].get(), frames[row][col]->handle, in initFrames()
/frameworks/av/media/libstagefright/
DXINGSeeker.cpp139 int32_t frames = U32_AT(buffer); in CreateFromSource() local
144 if (frames) { in CreateFromSource()
145 seeker->mDurationUs = (int64_t)frames * samples_per_frame * 1000000LL / sampling_rate; in CreateFromSource()
/frameworks/av/media/libmedia/
DAudioTrackShared.cpp165 uint32_t frames = UINT_MAX; in framesReady() local
167 frames = (loopEnd - loopStart)*loopCount + u - s; in framesReady()
170 return frames; in framesReady()
DAudioTrack.cpp1220 uint32_t frames; in processAudioBuffer() local
1295 frames = 0; in processAudioBuffer()
1297 frames = mRemainingFrames; in processAudioBuffer()
1310 audioBuffer.frameCount = frames; in processAudioBuffer()
1362 frames -= audioBuffer.frameCount; in processAudioBuffer()
1366 while (frames); in processAudioBuffer()
1368 if (frames == 0) { in processAudioBuffer()
1371 mRemainingFrames = frames; in processAudioBuffer()
1421 size_t frames = 0; in restoreTrack_l() local
1428 frames = ((user - server) > mFrameCount) ? in restoreTrack_l()
[all …]
DAudioRecord.cpp686 uint32_t frames = mRemainingFrames; in processAudioBuffer() local
724 audioBuffer.frameCount = frames; in processAudioBuffer()
756 frames -= audioBuffer.frameCount; in processAudioBuffer()
760 } while (frames); in processAudioBuffer()
773 if (frames == 0) { in processAudioBuffer()
776 mRemainingFrames = frames; in processAudioBuffer()
/frameworks/av/media/libnbaio/
DREADME.txt7 transferred frames is less than the requested number of frames.
DLibsndfileSource.cpp29 mEstimatedFramesUntilEOF(sfinfo.frames), in LibsndfileSource()
/frameworks/base/docs/html/guide/topics/graphics/
Ddrawable-animation.jd11 <p>While you can define the frames of an animation in your code, using the {@link
13 single XML file that lists the frames that compose the animation. The XML file for this kind
30 <p>This animation runs for just three frames. By setting the <code>android:oneshot</code>
/frameworks/av/services/audioflinger/
DTracks.cpp233 void* AudioFlinger::ThreadBase::TrackBase::getBuffer(uint32_t offset, uint32_t frames) const { in getBuffer()
236 int8_t *bufferEnd = bufferStart + frames * mFrameSize; in getBuffer()
1454 bool AudioFlinger::PlaybackThread::OutputTrack::write(int16_t* data, uint32_t frames) in write() argument
1460 inBuffer.frameCount = frames; in write()
1465 if (!mActive && frames != 0) { in write()
1470 if (mFrameCount > frames) { in write()
1472 uint32_t startFrames = (mFrameCount - frames); in write()
1561 if (frames == 0 && mBufferQueue.size() == 0) { in write()
1563 frames = mFrameCount - mCblk->user; in write()
1565 pInBuffer->mBuffer = new int16_t[frames * channelCount]; in write()
[all …]
DTrackBase.h86 void* getBuffer(uint32_t offset, uint32_t frames) const;
/frameworks/base/cmds/bootanimation/
DBootAnimation.h72 SortedVector<Frame> frames; member
DBootAnimation.cpp461 part.frames.add(frame); in movie()
499 const size_t fcount = part.frames.size(); in movie()
508 const Animation::Frame& frame(part.frames[j]); in movie()
568 const Animation::Frame& frame(part.frames[j]); in movie()
/frameworks/av/include/media/
DMediaProfiles.h368 int outFrameWidth, int outFrameHeight, int frames) in VideoEditorCap()
373 mMaxPrefetchYUVFrames(frames) {} in VideoEditorCap()
/frameworks/native/cmds/flatland/
DREADME.txt57 fast - This indicates that frames of the scenario completed too fast to be
62 slow - This indicates that frames of the scenario took too long to
/frameworks/base/tests/DumpRenderTree/assets/results/
Dlayout_tests_failed.txt177 /sdcard/android/layout_tests/fast/events/drag-in-frames.html
513 /sdcard/android/layout_tests/fast/frames/viewsource-empty-attribute-value.html
514 /sdcard/android/layout_tests/fast/frames/location-put-after-removal.html
515 /sdcard/android/layout_tests/fast/frames/frame-deep-nested-resize.html
516 /sdcard/android/layout_tests/fast/frames/iframe-window-focus.html
517 /sdcard/android/layout_tests/fast/frames/frame-dead-region.html
518 /sdcard/android/layout_tests/fast/frames/frameElement-widthheight.html
519 /sdcard/android/layout_tests/fast/frames/removal-before-attach-crash.html
520 /sdcard/android/layout_tests/fast/frames/frame-unload-crash.html
521 /sdcard/android/layout_tests/fast/frames/frame-js-url-clientWidth.html
[all …]
/frameworks/wilhelm/tests/sandbox/
Dplaybq.c430 sf_count_t frames = framesPerBuffer; in main() local
432 count = sf_readf_short(sndfile, buffer, frames); in main()
Dplaybq.cpp430 sf_count_t frames = framesPerBuffer; in main() local
432 count = sf_readf_short(sndfile, buffer, frames); in main()

12