HomeSort by relevance Sort by last modified time
    Searched defs:frameCount (Results 76 - 100 of 126) sorted by null

1 2 34 5 6

  /device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp 474 static const int32_t frameCount = 0;
475 settings.update(ANDROID_REQUEST_FRAME_COUNT, &frameCount, 1);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.cpp 215 static int frameCount = 0;
468 return frameCount;
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
ClassReader.java     [all...]
MethodWriter.java 239 private int frameCount;
630 ++frameCount;
    [all...]
  /frameworks/av/media/libeffects/preprocessing/
PreProcessing.cpp 107 size_t frameCount; // buffer size before input resampler ( <=> apmFrameCount)
800 session->frameCount = session->apmFrameCount;
933 session->frameCount = session->apmFrameCount;
935 session->frameCount = (session->apmFrameCount * session->samplingRate) /
    [all...]
  /frameworks/av/media/libmedia/
IAudioFlinger.cpp 115 size_t frameCount = pFrameCount != NULL ? *pFrameCount : 0;
116 data.writeInt64(frameCount);
138 frameCount = reply.readInt64();
140 *pFrameCount = frameCount;
191 size_t frameCount = pFrameCount != NULL ? *pFrameCount : 0;
192 data.writeInt64(frameCount);
208 frameCount = reply.readInt64();
210 *pFrameCount = frameCount;
279 virtual size_t frameCount(audio_io_handle_t output) const
914 size_t frameCount = data.readInt64()
    [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp     [all...]
  /frameworks/av/services/audioflinger/
Threads.h 239 // Called by AudioFlinger::frameCount(audio_io_handle_t output) and effects,
241 virtual size_t frameCount() const = 0;
586 virtual size_t frameCount() const { return mNormalFrameCount; }
    [all...]
AudioFlinger.cpp 538 size_t *frameCount,
625 channelMask, frameCount, sharedBuffer, lSessionId, flags, tid, clientUid, &lStatus);
699 size_t AudioFlinger::frameCount(audio_io_handle_t output) const
704 ALOGW("frameCount() unknown thread %d", output);
709 return thread->frameCount();
    [all...]
Threads.cpp     [all...]
  /hardware/libhardware/include/hardware/
audio_effect.h     [all...]
  /prebuilts/misc/common/ub-janktesthelper/
ub-janktesthelper.jar 
  /cts/tests/tests/media/src/android/media/cts/
Vp8CodecTestBase.java 203 int frameCount;
264 params.frameCount = encodeSeconds * frameRate;
522 int frameCount = ivf.getFrameCount();
527 assertTrue(frameCount > 0);
576 if (inputFrameIndex == frameCount - 1) {
737 if (mStreamParams.frameCount == 0
738 || (mStreamParams.frameCount > 0
739 && mInputFrameIndex >= mStreamParams.frameCount)) {
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
fimc-is-metadata.h 40 uint32_t frameCount;
46 uint32_t frameCount;
  /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
fimc-is-metadata.h 49 uint32_t frameCount;
55 uint32_t frameCount;
  /external/chromium_org/v8/src/
debug-debugger.js 960 ExecutionState.prototype.frameCount = function() {
971 if (opt_index < 0 || opt_index >= this.frameCount()) {
979 if (i < 0 || i >= this.frameCount()) throw new Error('Illegal frame index.');
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdi.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.inject-0.0.0.M5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/ow2/asm/asm-debug-all/4.0/
asm-debug-all-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/
mockito-core-1.9.5.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 2768 milliseconds

1 2 34 5 6