/external/chromium_org/v8/test/mjsunit/ |
debug-step-stub-callfunction.js | 38 if (exec_state.frameCount() > 1) {
|
debug-stepin-constructor.js | 38 if (exec_state.frameCount() > 1) {
|
debug-stepout-recursive-function.js | 42 if (exec_state.frameCount() > 1) {
|
debug-liveedit-restart-frame.js | 38 for (var i = 0; i < exec_state.frameCount(); i++) {
|
/external/v8/test/mjsunit/ |
debug-break-inline.js | 51 for (var i = 0; i < exec_state.frameCount(); i++) {
|
debug-step-stub-callfunction.js | 38 if (exec_state.frameCount() > 1) {
|
debug-stepin-constructor.js | 38 if (exec_state.frameCount() > 1) {
|
debug-stepout-recursive-function.js | 42 if (exec_state.frameCount() > 1) {
|
/frameworks/av/media/libmediaplayerservice/ |
MediaPlayerService.h | 81 virtual ssize_t frameCount() const; 191 virtual ssize_t frameCount() const { return mFrameCount; }
|
/hardware/samsung_slsi/exynos5/libcamera2/ |
fimc-is-metadata.h | 40 uint32_t frameCount; 46 uint32_t frameCount;
|
MetadataConverter.cpp | 364 dst->ctl.request.frameCount = curr_entry.data.i32[0]; 365 ALOGV("DEBUG(%s): ANDROID_REQUEST_FRAME_COUNT (%d)", __FUNCTION__, dst->ctl.request.frameCount); 528 &(metadata->ctl.request.frameCount), 1)) 548 metadata->ctl.request.id, metadata->ctl.request.metadataMode, metadata->ctl.request.frameCount,
|
ExynosCamera2.cpp | 702 static const int32_t frameCount = 0; 703 ADD_OR_SIZE(ANDROID_REQUEST_FRAME_COUNT, &frameCount, 1);
|
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/ |
fimc-is-metadata.h | 49 uint32_t frameCount; 55 uint32_t frameCount;
|
/external/chromium_org/content/test/ |
image_decoder_test.cc | 78 EXPECT_GE(decoder.frameCount(), frame_index) << path.value(); 196 // there is no framecount and thus no first frame.
|
/frameworks/av/include/media/ |
MediaPlayerInterface.h | 94 virtual ssize_t frameCount() const = 0;
|
/frameworks/av/services/audioflinger/ |
test-resample.cpp | 198 buffer->frameCount = mNumFrames;
|
/frameworks/opt/net/voip/src/jni/rtp/ |
AudioGroup.cpp | 883 buffer.frameCount = toWrite; 889 toWrite -= buffer.frameCount; 899 buffer.frameCount = toRead; 905 toRead -= buffer.frameCount;
|
/hardware/libhardware/include/hardware/ |
audio_effect.h | [all...] |
/external/v8/src/ |
debug-debugger.js | 957 ExecutionState.prototype.frameCount = function() { 968 if (opt_index < 0 || opt_index >= this.frameCount()) { 976 if (i < 0 || i >= this.frameCount()) throw new Error('Illegal frame index.'); [all...] |
/system/media/camera/tests/ |
camera_metadata_tests.cpp | [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/ |
WEBPImageDecoder.cpp | 104 size_t WEBPImageDecoder::frameCount() 114 if (index >= frameCount())
|
/hardware/libhardware/tests/camera2/ |
CameraBurstTests.cpp | 206 int frameCount = 0; 208 &frameCount, 1));
|
/external/chromium_org/third_party/WebKit/Source/platform/mhtml/ |
MHTMLParser.cpp | 367 size_t MHTMLParser::frameCount() const
|
/frameworks/av/media/libeffects/downmix/ |
EffectDownmix.c | 282 inBuffer->frameCount != outBuffer->frameCount) { 298 size_t numFrames = outBuffer->frameCount; [all...] |
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
OMXCapture.cpp | 378 size_t frameCount) 404 /// If frameCount>0 but evCount<=0, then this is the case of HQ burst. 406 ///If frameCount>0 and evCount>0 then this is the cause of HQ Exposure bracketing. 407 if ( 0 == evCount && 0 == frameCount ) 414 expCapMode.nFrameLimit = frameCount; [all...] |