HomeSort by relevance Sort by last modified time
    Searched defs:mFrameCount (Results 1 - 25 of 38) sorted by null

1 2

  /cts/apps/CtsVerifier/jni/audio_loopback/audio_utils/
fifo.h 35 size_t mFrameCount; // max number of significant frames to be stored in the FIFO > 0
36 size_t mFrameCountP2; // roundup(mFrameCount)
37 size_t mFudgeFactor; // mFrameCountP2 - mFrameCount, the number of "wasted" frames after
40 void *mBuffer; // pointer to caller-allocated buffer of size mFrameCount frames
  /external/drrickorang/LoopbackApp/app/src/main/jni/audio_utils/
fifo.h 35 size_t mFrameCount; // max number of significant frames to be stored in the FIFO > 0
36 size_t mFrameCountP2; // roundup(mFrameCount)
37 size_t mFudgeFactor; // mFrameCountP2 - mFrameCount, the number of "wasted" frames after
40 void *mBuffer; // pointer to caller-allocated buffer of size mFrameCount frames
  /frameworks/av/services/audioflinger/
FastCaptureDumpState.h 37 size_t mFrameCount;
FastCaptureState.h 37 size_t mFrameCount; // number of frames per fast capture buffer
FastMixerState.h 71 size_t mFrameCount; // number of frames per fast mix buffer
FastMixerDumpState.h 74 size_t mFrameCount;
TrackBase.h 194 const size_t mFrameCount;// size of track buffer given at createTrack() or
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3IOStreamBase.h 58 uint32_t mFrameCount;
  /frameworks/av/media/libstagefright/wifi-display/source/
RepeaterSource.h 58 int32_t mFrameCount;
  /cts/tests/tests/media/src/android/media/cts/
IvfWriter.java 38 private int mFrameCount;
64 mFrameCount = 0;
89 mOutputFile.write(makeIvfHeader(mFrameCount, mWidth, mHeight, mScale, mRate, mMimeType));
102 mFrameCount++;
IvfReader.java 44 private int mFrameCount;
95 return mFrameCount;
105 if (frameIndex > mFrameCount || frameIndex < 0){
159 mFrameCount = changeEndianness(mIvfFile.readInt());
162 mFrameHeads = new int[mFrameCount];
163 mFrameSizes = new int[mFrameCount];
168 for(int i = 0; i < mFrameCount; i++){
AudioTrack_ListenerTest.java 47 private int mFrameCount;
90 mFrameCount = bufferSizeInBytes * TEST_LOOP_FACTOR;
93 mFrameCount = bufferSizeInBytes;
125 int markerPeriods = Math.max(3, mFrameCount * markerPeriodsPerSecond / TEST_SR);
126 mMarkerPeriodInFrames = mFrameCount / markerPeriods;
127 markerPeriods = mFrameCount / mMarkerPeriodInFrames; // recalculate due to round-down
136 int updatePeriods = Math.max(3, mFrameCount * periodsPerSecond / TEST_SR);
137 final int updatePeriodInFrames = mFrameCount / updatePeriods;
138 updatePeriods = mFrameCount / updatePeriodInFrames; // recalculate due to round-down
159 final int trackLengthMs = (int)((double)mFrameCount * 1000 / TEST_SR / bytesPerFrame)
    [all...]
  /frameworks/av/media/libaudioclient/include/media/
AudioIoDescriptor.h 40 mFrameCount(0), mFrameCountHAL(0), mLatency(0)
66 size_t mFrameCount;
AudioRecord.h 242 size_t frameCount() const { return mFrameCount; }
609 size_t mFrameCount; // corresponds to current IAudioRecord, value is
    [all...]
  /frameworks/av/media/libstagefright/include/
AACEncoder.h 54 int32_t mFrameCount;
  /frameworks/base/graphics/java/android/graphics/
Interpolator.java 25 mFrameCount = 2;
31 mFrameCount = frameCount;
51 mFrameCount = frameCount;
56 return mFrameCount;
88 if (index < 0 || index >= mFrameCount) {
154 private int mFrameCount;
  /cts/tests/tests/media/libmediandkjni/
native_media_decoder_source.cpp 54 int mFrameCount;
78 mFrameCount(0),
155 int64_t timeStampUs = 1e6 / mFps * mFrameCount;
159 ++mFrameCount;
  /frameworks/ex/framesequence/src/android/support/rastermill/
FrameSequence.java 33 private final int mFrameCount;
39 public int getFrameCount() { return mFrameCount; }
58 mFrameCount = frameCount;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
TraceFileWriter.java 35 private int mFrameCount = 0;
145 mFrameCount++;
154 return mFrameCount;
  /frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
GraphicBufferSource.h 458 int64_t mFrameCount;
  /system/media/audio_utils/include/audio_utils/
fifo.h 54 { return mFrameCount; }
76 * \param increment Value to be added to the index <= mFrameCount.
90 * \return The zero or positive difference <= mFrameCount, or a negative error code.
106 const uint32_t mFrameCount;
107 /** Equal to roundup(mFrameCount). */
111 * Equal to mFrameCountP2 - mFrameCount, the number of "wasted" frames after the end of mBuffer.
200 // of size mFrameCount frames
394 * The default effective buffer size is mFifo.mFrameCount.
397 * \param frameCount effective buffer size in frames. Capped to range [0, mFifo.mFrameCount].
415 * The default value for \p armLevel is mFifo.mFrameCount, which means always armed
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
QCameraHAL3Base.h 147 int mFrameCount;
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
PlanetsRenderer.java 69 private int mFrameCount = 0;
154 mFrameCount++;
232 if (mFrameCount == 0) {
235 if (mFrameCount < mParam.mNumFrames) {
236 mFrameInterval[mFrameCount] = (int)(currentTime - mLastRenderingTime);
239 if ((mFrameCount == mParam.mNumFrames) && (mParam.mNumFrames > 0)) {
249 mFrameCount++; // to prevent entering here again
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3Channel.h 244 int mFrameCount;
  /frameworks/av/include/private/media/
AudioTrackShared.h 211 size_t mFrameCount; // number of frames available in this buffer
216 size_t frameCount() const { return mFrameCount; }
224 const size_t mFrameCount; // not necessarily a power of 2
226 const size_t mFrameCountP2; // mFrameCount rounded to power of 2, streaming mode
250 // buffer->mFrameCount should be initialized to maximum number of desired frames,
261 // buffer->mFrameCount has the actual number of contiguous available frames,
265 // or NULL when buffer->mFrameCount == 0.
267 // NO_ERROR Success, buffer->mFrameCount > 0.
277 // Assertion failure on entry, if buffer == NULL or buffer->mFrameCount == 0.
282 // On entry, buffer->mFrameCount should have the number of frames to release
    [all...]

Completed in 543 milliseconds

1 2