/frameworks/av/media/libstagefright/rtsp/ |
D | ARTPAssembler.cpp | 76 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()
|
D | ARTPAssembler.h | 53 const List<sp<ABuffer> > &frames); 56 const List<sp<ABuffer> > &frames);
|
/frameworks/wilhelm/tools/permute/ |
D | permute.c | 202 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/ |
D | hwcStress.cpp | 199 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/ |
D | XINGSeeker.cpp | 139 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/libnbaio/ |
D | README.txt | 7 transferred frames is less than the requested number of frames.
|
D | LibsndfileSource.cpp | 29 mEstimatedFramesUntilEOF(sfinfo.frames), in LibsndfileSource()
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | drawable-animation.jd | 11 <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/base/cmds/bootanimation/ |
D | BootAnimation.h | 72 SortedVector<Frame> frames; member
|
D | BootAnimation.cpp | 461 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/services/audioflinger/ |
D | Tracks.cpp | 1551 bool AudioFlinger::PlaybackThread::OutputTrack::write(int16_t* data, uint32_t frames) in write() argument 1557 inBuffer.frameCount = frames; in write() 1562 if (!mActive && frames != 0) { in write() 1567 if (mFrameCount > frames) { in write() 1569 uint32_t startFrames = (mFrameCount - frames); in write() 1662 if (frames == 0 && mBufferQueue.size() == 0) { in write() 1666 frames = mFrameCount - user; in write() 1668 pInBuffer->mBuffer = new int16_t[frames * channelCount]; in write() 1669 pInBuffer->frameCount = frames; in write() 1671 memset(pInBuffer->raw, 0, frames * channelCount * sizeof(int16_t)); in write()
|
D | TrackBase.h | 88 void* getBuffer(uint32_t offset, uint32_t frames) const;
|
D | PlaybackTracks.h | 269 bool write(int16_t* data, uint32_t frames);
|
/frameworks/base/core/java/com/android/internal/inputmethod/ |
D | InputMethodUtils.java | 67 final StackTraceElement[] frames = e.getStackTrace(); in getStackTrace() 69 for (int j = 1; j < frames.length; ++j) { in getStackTrace() 70 sb.append(frames[j].toString() + "\n"); in getStackTrace() 81 final StackTraceElement[] frames = e.getStackTrace(); in getApiCallStack() 82 for (int j = 1; j < frames.length; ++j) { in getApiCallStack() 83 final String tempCallStack = frames[j].toString(); in getApiCallStack()
|
/frameworks/av/include/media/ |
D | MediaProfiles.h | 368 int outFrameWidth, int outFrameHeight, int frames) in VideoEditorCap() 373 mMaxPrefetchYUVFrames(frames) {} in VideoEditorCap()
|
/frameworks/native/cmds/flatland/ |
D | README.txt | 57 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/Camera2Tests/SmartCamera/ |
D | README.txt | 54 determine whether an image is better or worse than the previous few frames,
|
/frameworks/wilhelm/tests/sandbox/ |
D | playbq.cpp | 430 sf_count_t frames = framesPerBuffer; in main() local 432 count = sf_readf_short(sndfile, buffer, frames); in main()
|
D | playbq.c | 430 sf_count_t frames = framesPerBuffer; in main() local 432 count = sf_readf_short(sndfile, buffer, frames); in main()
|
/frameworks/wilhelm/src/desktop/ |
D | SndFile.c | 261 thiz->mPlay.mDuration = (SLmillisecond) (((long long) thiz->mSndFile.mSfInfo.frames * in SndFile_Realize()
|
/frameworks/base/docs/html/tools/debugging/ |
D | systrace.jd | 198 system processes. With display execution, drawing screen frames with a regular rhythm is essential 216 indicated by (1), shows that display frames are being missed. These 217 dropped frames are potentially causing the display to stutter or halt. Zooming into this problem
|
/frameworks/base/services/java/com/android/server/ |
D | TextServicesManagerService.java | 975 final StackTraceElement[] frames = e.getStackTrace(); in getStackTrace() 977 for (int j = 1; j < frames.length; ++j) { in getStackTrace() 978 sb.append(frames[j].toString() + "\n"); in getStackTrace()
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_presentation_time.txt | 84 first frame may be arbitrarily chosen and those of subsequent frames
|
/frameworks/base/docs/html/guide/webapps/ |
D | best-practices.jd | 40 not allow HTML frames or nested tables, which perform poorly on mobile devices. Along with the
|
/frameworks/base/docs/html/tools/help/ |
D | gltracer.jd | 53 frames generated by those commands to enable you to perform logical and visual analysis of your
|