Home
last modified time | relevance | path

Searched refs:frames (Results 701 - 725 of 745) sorted by relevance

1...<<21222324252627282930

/third_party/node/deps/v8/src/deoptimizer/
H A Dtranslated-state.h354 // frame (replacing it with one or several unoptimized frames). It is used by
375 std::vector<TranslatedFrame>& frames() { return frames_; } in frames() function in v8::internal::TranslatedState
/third_party/node/deps/v8/src/wasm/
H A Dc-api.cc1048 own<Frame> CreateFrameFromInternal(i::Handle<i::FixedArray> frames, int index, in CreateFrameFromInternal() argument
1050 i::Handle<i::CallSiteInfo> frame(i::CallSiteInfo::cast(frames->get(index)), in CreateFrameFromInternal()
1067 i::Handle<i::FixedArray> frames = in origin() local
1069 if (frames->length() == 0) { in origin()
1072 return CreateFrameFromInternal(frames, 0, isolate, impl(this)->store()); in origin()
1079 i::Handle<i::FixedArray> frames = in trace() local
1081 int num_frames = frames->length(); in trace()
1086 CreateFrameFromInternal(frames, i, isolate, impl(this)->store()); in trace()
/third_party/node/lib/internal/util/
H A Dinspect.js1244 const frames = StringPrototypeSplit(stack, '\n');
1253 // Remove stack frames identical to frames in cause.
1259 const { len, offset } = identicalSequenceRange(frames, causeFrames);
1263 frames.splice(offset + 1, skipped, ctx.stylize(msg, 'undefined'));
1267 return frames;
/drivers/peripheral/audio/hdi_service/primary_impl/src/
H A Daudio_adapter.c291 hwRender->renderParam.frameRenderMode.frames = 0; in InitHwRenderParam()
769 hwCapture->captureParam.frameCaptureMode.frames = 0; in InitHwCaptureParam()
/third_party/backends/backend/
H A Dv4l.c1001 s->mbuf.size, s->mbuf.frames, s->mbuf.offsets[0]); in sane_start()
1022 for (loop = 0; loop <= s->mbuf.frames; loop++) in sane_start()
H A Dteco1.c2063 SANE_Frame frames[] = { 0, SANE_FRAME_BLUE, in sane_start() local
2066 dev->params.format = frames[dev->pass]; in sane_start()
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
H A Daudio_adapter.cpp219 hwRender->renderParam.frameRenderMode.frames = 0; in InitHwRenderParam()
/third_party/FreeBSD/sys/dev/usb/net/
H A Dif_axge.c90 .frames = 16,
H A Dif_axe.c164 .frames = USB_AXE_MAX_FRAMES,
/third_party/FreeBSD/sys/dev/usb/
H A Dusbdi.h83 #define USB_MULTI_SHORT_OK 0x0040 /* allow multiple short frames */
190 uint8_t short_frames_ok:1; /* allow short frames */
202 uint8_t pre_scale_frames:1; /* "usb_config->frames" is
207 * number of frames when the
221 usb_frcount_t frames; /* maximum number of USB frames */ member
/third_party/NuttX/drivers/usbdev/gadget/
H A Df_uvc.h830 const struct fuvc_frame_info *frames; member
/third_party/libsnd/src/
H A Dgsm610.c153 psf->sf.frames = (sf_count_t) pgsm610->samplesperblock * pgsm610->blocks ; in gsm610_init()
H A Dms_adpcm.c175 psf->sf.frames = (psf->datalength / pms->blocksize) * pms->samplesperblock ; in wavlike_msadpcm_init()
H A Dcommon.c1240 if (psf->sf.frames == SF_COUNT_MAX) in psf_log_SF_INFO()
1243 psf_log_printf (psf, " Frames : %D\n", psf->sf.frames) ; in psf_log_SF_INFO()
H A Dnms_adpcm.c1094 psf->sf.frames = pnms->blocks_total * NMS_SAMPLES_PER_BLOCK ; in nms_adpcm_init()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-isolate.h821 * \param frames Caller allocated buffer to store stack frames.
822 * \param frames_limit Maximum number of frames to capture. The buffer must
823 * be large enough to hold the number of frames.
825 * provides number of actual captured stack frames and
830 void GetStackSample(const RegisterState& state, void** frames,
1086 * still JavaScript frames on the stack and the termination
1096 * the isolate can not resume execution until all JavaScript frames
1100 * JavaScript frames remain on the stack.
/third_party/node/deps/v8/include/
H A Dv8-isolate.h815 * \param frames Caller allocated buffer to store stack frames.
816 * \param frames_limit Maximum number of frames to capture. The buffer must
817 * be large enough to hold the number of frames.
819 * provides number of actual captured stack frames and
824 void GetStackSample(const RegisterState& state, void** frames,
1105 * still JavaScript frames on the stack and the termination
1115 * the isolate can not resume execution until all JavaScript frames
1119 * JavaScript frames remain on the stack.
/drivers/peripheral/audio/test/unittest/supportlibs/interface_lib_render/src/
H A Daudio_alsa_if_lib_render_test.cpp607 EXPECT_EQ(handleData->frameRenderMode.frames, mmapFrameData / mmapFrameSize); in HWTEST_F()
/drivers/hdf_core/framework/model/audio/dispatch/src/
H A Daudio_stream_dispatch.c776 if (!HdfSbufReadUint32(data, (uint32_t *)&(transfer.frames))) { in StreamHostWrite()
777 ADM_LOG_ERR("read request frames failed!"); in StreamHostWrite()
834 if (!HdfSbufWriteUint32(reply, (uint32_t)(rxData.frames))) { in StreamHostRead()
835 ADM_LOG_ERR("write frames failed!"); in StreamHostRead()
851 ADM_LOG_ERR("render mmap read request total buffer frames failed!"); in StreamHostParseTxMmapData()
944 ADM_LOG_ERR("capture mmap read request total buffer frames failed!"); in StreamHostParseRxMmapData()
/drivers/peripheral/audio/hal/hdi_binder/server/src/
H A Dhdf_audio_server_common.c230 uint64_t frames, struct AudioTimeStamp time) in HdiServicePositionWrite()
235 if (!HdfSbufWriteUint64(reply, frames)) { in HdiServicePositionWrite()
229 HdiServicePositionWrite(struct HdfSBuf *reply, uint64_t frames, struct AudioTimeStamp time) HdiServicePositionWrite() argument
/third_party/python/Lib/tkinter/test/test_tkinter/
H A Dtest_widgets.py218 frames = []
223 frames.append(f)
/third_party/node/deps/v8/src/debug/
H A Ddebug.cc25 #include "src/execution/frames-inl.h"
1125 // Iterate frames, including inlined frames. First, find the handler frame. in PrepareStepOnThrow()
1207 // PrepareFunctionForDebugExecution can invalidate Baseline frames in PrepareStep()
2155 // Uncaught exception is blackboxed if all current frames are blackboxed, in IsExceptionBlackboxed()
2548 std::vector<FrameSummary> frames; in PrintBreakLocation() local
2549 frame->Summarize(&frames); in PrintBreakLocation()
2550 int inlined_frame_index = static_cast<int>(frames.size() - 1); in PrintBreakLocation()
2595 // Create the new break info. If there is no proper frames there is no break in DebugScope()
/third_party/alsa-utils/alsaloop/
H A Dpcmjob.c100 snd_pcm_uframes_t frames) in frames_to_time()
102 return (frames * 1000000ULL) / rate; in frames_to_time()
389 snd_output_printf(out, "%s %li frames, %.3fus, %.6fms (%.4fHz)\n", prefix, (long)latency, d * 1000000, d * 1000, (double)1 / d); in showlatency()
99 frames_to_time(unsigned int rate, snd_pcm_uframes_t frames) frames_to_time() argument
/third_party/python/Lib/tkinter/test/test_ttk/
H A Dtest_widgets.py279 frames = []
284 frames.append(f)
/third_party/FreeBSD/sys/dev/usb/serial/
H A Du3g.c127 .frames = U3G_TXFRAMES,

Completed in 48 milliseconds

1...<<21222324252627282930