Searched refs:frames (Results 1 - 17 of 17) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
H A DARTPAssembler.h53 const List<sp<ABuffer> > &frames);
56 const List<sp<ABuffer> > &frames);
H A DARTPAssembler.cpp76 const List<sp<ABuffer> > &frames) {
78 for (List<sp<ABuffer> >::const_iterator it = frames.begin();
79 it != frames.end(); ++it) {
86 for (List<sp<ABuffer> >::const_iterator it = frames.begin();
87 it != frames.end(); ++it) {
116 CopyTimes(accessUnit, *frames.begin());
72 MakeADTSCompoundFromAACFrames( unsigned profile, unsigned samplingFreqIndex, unsigned channelConfig, const List<sp<ABuffer> > &frames) argument
/frameworks/wilhelm/tools/permute/
H A Dpermute.c75 /** Split the specified range of frames, using the allowed budget of segments.
202 switch (sfinfo_in.frames) {
205 fprintf(stderr, "%s: unsupported frames %d\n", path_in, (int) sfinfo_in.frames);
212 double durationSeconds = (double) sfinfo_in.frames / (double) sfinfo_in.samplerate;
224 used = split(&s, 0, sfinfo_in.frames, s.mSegmentMax);
241 void *ptr = malloc(sfinfo_in.frames * frameSizeRead);
244 count = sf_readf_short(sf_in, ptr, sfinfo_in.frames);
245 if (count != sfinfo_in.frames) {
246 fprintf(stderr, "%s: expected to read %d frames bu
[all...]
/frameworks/native/opengl/tests/hwc/
H A DhwcStress.cpp199 static vector <vector <sp<GraphicBuffer> > > frames; variable
396 // Regenerate a new set of test frames when this pass is
413 list = hwcTestCreateLayerList(testRandMod(frames.size()) + 1);
419 // Prandomly select a subset of frames to be used by this pass.
421 selectedFrames = vectorRandSelect(frames, list->numHwLayers);
545 * named frames. The graphic buffers are contained within a vector of
562 frames.clear();
563 frames.resize(rows);
566 // All frames within a row have to have the same format and
591 frames[ro
[all...]
/frameworks/av/media/libstagefright/
H A DXINGSeeker.cpp139 int32_t frames = U32_AT(buffer); local
144 if (frames) {
145 seeker->mDurationUs = (int64_t)frames * samples_per_frame * 1000000LL / sampling_rate;
/frameworks/av/media/libnbaio/
H A DLibsndfileSource.cpp29 mEstimatedFramesUntilEOF(sfinfo.frames),
55 // Detect EOF by zero frames read, not by mFramesUntilEOF as it could be inaccurate
62 // We didn't read any frames during the current loop cycle, so disable
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h72 SortedVector<Frame> frames; member in struct:android::BootAnimation::Animation::Part
H A DBootAnimation.cpp461 part.frames.add(frame);
499 const size_t fcount = part.frames.size();
508 const Animation::Frame& frame(part.frames[j]);
568 const Animation::Frame& frame(part.frames[j]);
/frameworks/av/services/audioflinger/
H A DTrackBase.h84 // Parameter 'frames' is the requested length, also in frame units.
87 // function with invalid 'offset' or 'frames' is undefined.
88 void* getBuffer(uint32_t offset, uint32_t frames) const;
H A DTracks.cpp871 // a track is considered presented when the total number of frames written to audio HAL
872 // corresponds to the number of frames written when presentationComplete() is called for the
875 // to detect when all frames have been played. In this case framesWritten isn't
1160 "Bad bookkeeping while updating frames pending. Timed buffer is"
1167 "Bad bookkeeping while updating frames pending. Should have at"
1168 " least %u queued frames, but we think we have only %u. (update"
1455 " least %u queued frames, but we think we have only %u",
1551 bool AudioFlinger::PlaybackThread::OutputTrack::write(int16_t* data, uint32_t frames) argument
1557 inBuffer.frameCount = frames;
1562 if (!mActive && frames !
[all...]
H A DPlaybackTracks.h136 size_t mPresentationCompleteFrames; // number of frames written to the
269 bool write(int16_t* data, uint32_t frames);
/frameworks/av/include/media/
H A DMediaProfiles.h54 * Set default maximum prefetch YUV frames to 6, which means video editor can
55 * queue up to 6 YUV frames in the video encoder source.
57 * engine when the encoder consumes YUV frames at a lower speed
134 * enc.vid.fps.min - min frame rate in frames per second
135 * enc.vid.fps.max - max frame rate in frames per second
147 * maxPrefetchYUVFrames - max prefetch YUV frames in video editor engine. This value is used
368 int outFrameWidth, int outFrameHeight, int frames)
373 mMaxPrefetchYUVFrames(frames) {}
367 VideoEditorCap(int inFrameWidth, int inFrameHeight, int outFrameWidth, int outFrameHeight, int frames) argument
/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodUtils.java67 final StackTraceElement[] frames = e.getStackTrace();
69 for (int j = 1; j < frames.length; ++j) {
70 sb.append(frames[j].toString() + "\n");
81 final StackTraceElement[] frames = e.getStackTrace();
82 for (int j = 1; j < frames.length; ++j) {
83 final String tempCallStack = frames[j].toString();
/frameworks/wilhelm/src/desktop/
H A DSndFile.c261 thiz->mPlay.mDuration = (SLmillisecond) (((long long) thiz->mSndFile.mSfInfo.frames *
/frameworks/wilhelm/tests/sandbox/
H A Dplaybq.c220 fprintf(stderr, " -f# frames per buffer (default 512)\n");
430 sf_count_t frames = framesPerBuffer; local
432 count = sf_readf_short(sndfile, buffer, frames);
H A Dplaybq.cpp220 fprintf(stderr, " -f# frames per buffer (default 512)\n");
430 sf_count_t frames = framesPerBuffer; local
432 count = sf_readf_short(sndfile, buffer, frames);
/frameworks/base/services/java/com/android/server/
H A DTextServicesManagerService.java975 final StackTraceElement[] frames = e.getStackTrace();
977 for (int j = 1; j < frames.length; ++j) {
978 sb.append(frames[j].toString() + "\n");

Completed in 418 milliseconds