Home
last modified time | relevance | path

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

12

/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/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/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/services/audioflinger/
DTracks.cpp1551 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()
DTrackBase.h88 void* getBuffer(uint32_t offset, uint32_t frames) const;
DPlaybackTracks.h269 bool write(int16_t* data, uint32_t frames);
/frameworks/base/core/java/com/android/internal/inputmethod/
DInputMethodUtils.java67 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/
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/Camera2Tests/SmartCamera/
DREADME.txt54 determine whether an image is better or worse than the previous few frames,
/frameworks/wilhelm/tests/sandbox/
Dplaybq.cpp430 sf_count_t frames = framesPerBuffer; in main() local
432 count = sf_readf_short(sndfile, buffer, frames); in main()
Dplaybq.c430 sf_count_t frames = framesPerBuffer; in main() local
432 count = sf_readf_short(sndfile, buffer, frames); in main()
/frameworks/wilhelm/src/desktop/
DSndFile.c261 thiz->mPlay.mDuration = (SLmillisecond) (((long long) thiz->mSndFile.mSfInfo.frames * in SndFile_Realize()
/frameworks/base/docs/html/tools/debugging/
Dsystrace.jd198 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/
DTextServicesManagerService.java975 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/
DEGL_ANDROID_presentation_time.txt84 first frame may be arbitrarily chosen and those of subsequent frames
/frameworks/base/docs/html/guide/webapps/
Dbest-practices.jd40 not allow HTML frames or nested tables, which perform poorly on mobile devices. Along with the
/frameworks/base/docs/html/tools/help/
Dgltracer.jd53 frames generated by those commands to enable you to perform logical and visual analysis of your

12