HomeSort by relevance Sort by last modified time
    Searched refs:mFrameCount (Results 26 - 50 of 70) sorted by null

12 3

  /frameworks/av/media/libstagefright/include/
AACEncoder.h 54 int32_t mFrameCount;
  /frameworks/av/services/audioflinger/
FastCapture.cpp 92 const size_t frameCount = current->mFrameCount;
128 if ((!Format_isEqual(mFormat, previousFormat)) || (frameCount != previous->mFrameCount)) {
154 dumpState->mFrameCount = frameCount;
164 const size_t frameCount = current->mFrameCount;
FastMixerState.cpp 35 mFrameCount(0), mTeeSink(NULL)
Tracks.cpp 93 mFrameCount(frameCount),
254 buf.mFrameCount = buffer->frameCount;
538 mFrameCount,
562 buf.mFrameCount = desiredFrames;
564 buffer->frameCount = buf.mFrameCount;
566 if (buf.mFrameCount == 0) {
700 buffer.mFrameCount = 1;
    [all...]
FastMixerDumpState.cpp 36 mSampleRate(0), mFrameCount(0),
67 double mixPeriodSec = (double) mFrameCount / mSampleRate;
74 mSampleRate, mFrameCount, measuredWarmupMs, mWarmupCycles,
FastMixer.cpp 141 const size_t frameCount = current->mFrameCount;
174 if ((!Format_isEqual(mFormat, previousFormat)) || (frameCount != previous->mFrameCount)) {
224 dumpState->mFrameCount = frameCount;
336 const size_t frameCount = current->mFrameCount;
TrackBase.h 152 const size_t mFrameCount;// size of track buffer given at createTrack() or
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3IOStreamBase.h 58 uint32_t mFrameCount;
Camera3IOStreamBase.cpp 40 mFrameCount(0),
84 mFrameCount, mLastTimestamp);
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
PlanetsRenderer.java 68 private int mFrameCount = 0;
153 mFrameCount++;
231 if (mFrameCount == 0) {
234 if (mFrameCount < mParam.mNumFrames) {
235 mFrameInterval[mFrameCount] = (int)(currentTime - mLastRenderingTime);
238 if ((mFrameCount == mParam.mNumFrames) && (mParam.mNumFrames > 0)) {
248 mFrameCount++; // to prevent entering here again
  /hardware/qcom/camera/msmcobalt/QCamera2/HAL3/test/
QCameraHAL3Base.cpp 121 result->num_output_buffers, mCamHal3Base->mFrameCount);
130 (mCamHal3Base->mFrameCount)++;
132 result->num_output_buffers, mCamHal3Base->mFrameCount, req_sent, result->frame_number);
152 (mCamHal3Base->mFrameCount)++;
164 mFrameCount(0),
367 snapshot_buffer = -1; mFrameCount = 0;
408 snapshot_buffer = -1; mFrameCount = 0;
QCameraHAL3Base.h 147 int mFrameCount;
  /hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/
V4LCameraAdapter.h 135 int mFrameCount;
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
BackDropperFilter.java 493 private int mFrameCount;
    [all...]
  /hardware/ti/omap4-aah/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 848 static int mFrameCount = 0;
853 mFrameCount++;
854 if (!(mFrameCount & 0x1F)) {
857 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
859 mLastFrameCount = mFrameCount;
860 CAMHAL_LOGI("Camera %d Frames, %f FPS", mFrameCount, mFps);
869 mFrameCount++;
871 if ( ( mFrameCount % FPS_PERIOD ) == 0 )
875 currentFPS = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
877 mLastFrameCount = mFrameCount;
    [all...]
  /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...]
  /hardware/qcom/audio/legacy/alsa_sound/
AudioStreamOutALSA.cpp 56 mFrameCount(0)
275 mFrameCount += n;
363 mFrameCount = 0;
380 *dspFrames = mFrameCount;
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLRootView.java 67 private int mFrameCount = 0;
332 Log.d(TAG, "fps: " + (double) mFrameCount
335 mFrameCount = 0;
337 ++mFrameCount;
  /frameworks/av/include/media/
AudioRecord.h 242 size_t frameCount() const { return mFrameCount; }
585 size_t mFrameCount; // corresponds to current IAudioRecord, value is
AudioTrack.h 349 size_t frameCount() const { return mFrameCount; }
    [all...]
  /frameworks/av/media/libmedia/
AudioRecord.cpp 224 // mFrameCount is initialized in openRecord_l
274 mLatency = (1000 * mFrameCount) / mSampleRate;
706 mFrameCount = frameCount;
714 mProxy = new AudioRecordClientProxy(cblk, buffers, mFrameCount, mFrameSize);
805 buffer.mFrameCount = 0;
826 buffer.mFrameCount = audioBuffer->frameCount;
832 audioBuffer->frameCount = buffer.mFrameCount;
833 audioBuffer->size = buffer.mFrameCount * mFrameSize;
851 buffer.mFrameCount = stepCount;
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp     [all...]
  /hardware/libhardware/tests/camera2/
camera2_utils.h 75 int mFrameCount;
  /hardware/ti/omap4-aah/camera/inc/V4LCameraAdapter/
V4LCameraAdapter.h 214 int mFrameCount;
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp 548 static int mFrameCount = 0;
552 mFrameCount++;
553 if ( ( mFrameCount % 30 ) == 0 ) {
556 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
558 mLastFrameCount = mFrameCount;
559 printf("####### [%d] Frames, %f FPS", mFrameCount, mFps);
    [all...]

Completed in 1896 milliseconds

12 3