Searched defs:mFrameCount (Results 1 - 17 of 17) sorted by relevance

/frameworks/av/services/audioflinger/
H A DFastCaptureDumpState.h37 size_t mFrameCount; member in struct:android::FastCaptureDumpState
H A DFastCaptureState.h37 size_t mFrameCount; // number of frames per fast capture buffer member in struct:android::FastCaptureState
H A DFastMixerState.h71 size_t mFrameCount; // number of frames per fast mix buffer member in struct:android::FastMixerState
H A DFastMixerDumpState.h74 size_t mFrameCount; member in struct:android::FastMixerDumpState
H A DTrackBase.h152 const size_t mFrameCount;// size of track buffer given at createTrack() or member in class:TrackBase
H A DThreads.h252 size_t frameCountHAL() const { return mFrameCount; }
441 size_t mFrameCount; // output HAL, direct output, record member in class:ThreadBase
1339 virtual size_t frameCount() const { return mFrameCount; }
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3IOStreamBase.h58 uint32_t mFrameCount; member in class:android::camera3::Camera3IOStreamBase
/frameworks/av/media/libstagefright/wifi-display/source/
H A DRepeaterSource.h58 int32_t mFrameCount; member in struct:android::RepeaterSource
/frameworks/av/include/media/
H A DAudioIoDescriptor.h38 mFrameCount(0), mFrameCountHAL(0), mLatency(0)
64 size_t mFrameCount; member in class:android::AudioIoDescriptor
H A DAudioRecord.h242 size_t frameCount() const { return mFrameCount; }
585 size_t mFrameCount; // corresponds to current IAudioRecord, value is member in class:android::AudioRecord
H A DAudioTrack.h349 size_t frameCount() const { return mFrameCount; }
949 size_t mFrameCount; // maximum size of buffer member in class:android::AudioTrack
/frameworks/av/media/libstagefright/include/
H A DAACEncoder.h54 int32_t mFrameCount; member in class:android::AACEncoder
/frameworks/base/graphics/java/android/graphics/
H A DInterpolator.java25 mFrameCount = 2;
31 mFrameCount = frameCount;
51 mFrameCount = frameCount;
56 return mFrameCount;
88 if (index < 0 || index >= mFrameCount) {
154 private int mFrameCount; field in class:Interpolator
/frameworks/ex/framesequence/src/android/support/rastermill/
H A DFrameSequence.java33 private final int mFrameCount; field in class:FrameSequence
39 public int getFrameCount() { return mFrameCount; }
58 mFrameCount = frameCount;
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DRequestThreadManager.java134 private int mFrameCount = 0; field in class:RequestThreadManager.FpsCounter
146 mFrameCount++;
153 mLastFps = mFrameCount * (NANO_PER_SECOND / (double) elapsed);
154 mFrameCount = 0;
/frameworks/av/include/private/media/
H A DAudioTrackShared.h211 size_t mFrameCount; // number of frames available in this buffer member in struct:android::Proxy::Buffer
216 size_t frameCount() const { return mFrameCount; }
224 const size_t mFrameCount; // not necessarily a power of 2 member in class:android::Proxy
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 shoul
[all...]
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
H A DBackDropperFilter.java493 private int mFrameCount; field in class:BackDropperFilter
693 mFrameCount = 0;
710 mFrameCount = 0;
755 if (mFrameCount <= mLearningDuration) {
759 if (mFrameCount == mLearningDuration - mLearningVerifyDuration) {
768 } else if (mFrameCount > mLearningDuration - mLearningVerifyDuration) {
778 if (mFrameCount == mLearningDuration) {
810 if (mFrameCount < mLearningDuration - mLearningVerifyDuration ||
840 mFrameCount++;
843 if (mFrameCount
[all...]

Completed in 326 milliseconds