Home
last modified time | relevance | path

Searched refs:frames (Results 301 - 325 of 653) sorted by relevance

1...<<11121314151617181920>>...27

/third_party/libsnd/src/
H A Dtxw.c219 psf->sf.frames = 2 * psf->datalength / 3 ; in txw_read_header()
226 if (txwh.attacklen + txwh.repeatlen > psf->sf.frames) in txw_read_header()
H A Dflac.c468 psf->sf.frames = metadata->data.stream_info.total_samples ;
472 if (psf->sf.frames == 0)
474 psf->sf.frames = SF_COUNT_MAX ;
477 psf_log_printf (psf, " Frames : %D\n", psf->sf.frames) ;
1425 if (offset == psf->sf.frames) in flac_seek()
1448 return (psf->datalength * psf->sf.samplerate) / psf->sf.frames ; in flac_byterate()
/third_party/node/lib/
H A Drepl.js678 let frames;
687 frames = ArrayPrototypeSplice(stackFrames, idx + 1);
689 frames = stackFrames;
695 return Error.prepareStackTrace(error, frames);
697 ArrayPrototypePush(frames, error);
698 return ArrayPrototypeJoin(ArrayPrototypeReverse(frames), '\n at ');
/third_party/node/deps/v8/src/execution/
H A Dmessages.cc14 #include "src/execution/frames-inl.h"
15 #include "src/execution/frames.h"
218 // Convert the raw frames as written by Isolate::CaptureSimpleStackTrace into
221 Handle<FixedArray> frames) { in GetStackFrames()
222 int frame_count = frames->length(); in GetStackFrames()
226 Handle<CallSiteInfo> frame(CallSiteInfo::cast(frames->get(i)), isolate); in GetStackFrames()
330 // the frames and use its result. in FormatStackTrace()
493 // When we're passed a JSFunction as new target, we can skip frames until that
723 std::vector<FrameSummary> frames; in ComputeLocation() local
724 it.frame()->Summarize(&frames); in ComputeLocation()
220 GetStackFrames(Isolate* isolate, Handle<FixedArray> frames) GetStackFrames() argument
[all...]
H A Dframes.h124 // Abstract base class for all stack frames.
495 // Build a list with summaries for this frame including all inlined frames.
498 virtual void Summarize(std::vector<FrameSummary>* frames) const;
572 void Summarize(std::vector<FrameSummary>* frames) const override;
611 // about the inlined frames use {GetFunctions} and {Summarize}.
676 // Entry frames are used to enter JavaScript execution from C.
694 // The caller stack pointer for entry frames is always zero. The
724 // Exit frames are used to exit JavaScript execution and go to C, or to switch
740 // iterator and the frames following entry frames
[all...]
/third_party/pulseaudio/src/modules/macosx/
H A Dmodule-coreaudio-device.c59 "ioproc_frames=<audio frames per IOProc call> "
695 pa_log_debug("%d frames per packet", (unsigned int) u->stream_description.mFramesPerPacket); in ca_device_create_streams()
760 UInt32 size, frames; in pa__init() local
879 /* set number of frames in IOProc */ in pa__init()
880 frames = DEFAULT_FRAMES_PER_IOPROC; in pa__init()
881 pa_modargs_get_value_u32(ma, "ioproc_frames", (unsigned int *) &frames); in pa__init()
884 AudioObjectSetPropertyData(u->object_id, &property_address, 0, NULL, sizeof(frames), &frames); in pa__init()
885 pa_log_debug("%u frames per IOProc\n", (unsigned int) frames); in pa__init()
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dresampler.c551 /* Convert to output frames */ in pa_resampler_request()
554 /* Convert to input frames. The equation matches exactly the in pa_resampler_request()
556 * minimum number of input frames that are needed to produce in pa_resampler_request()
557 * the given number of output frames. */ in pa_resampler_request()
570 /* Convert to intput frames */ in pa_resampler_result()
591 /* Convert to output frames. This matches exactly the algorithm in pa_resampler_result()
611 size_t frames; in pa_resampler_max_block_size() local
628 frames = block_size_max / max_fs - EXTRA_FRAMES; in pa_resampler_max_block_size()
630 pa_assert(frames >= (r->leftover_buf->length / r->w_fz)); in pa_resampler_max_block_size()
632 frames in pa_resampler_max_block_size()
1674 double frames; pa_resampler_get_delay() local
[all...]
/test/xts/hats/hdf/audio/idl/benchmarktest/capture/
H A Daudio_capture_benchmarktest.cpp232 uint64_t frames; in BENCHMARK_F() local
247 ret = capture_->GetCapturePosition(capture_, &frames, &time); in BENCHMARK_F()
628 uint64_t frames = 0; in BENCHMARK_F() local
634 ret = capture_->GetMmapPosition(capture_, &frames, &time); in BENCHMARK_F()
/test/xts/hats/hdf/audio/idl/benchmarktest/render/
H A Daudio_render_benchmarktest.cpp428 uint64_t frames = 0; in BENCHMARK_F() local
432 ret = render_->GetRenderPosition(render_, &frames, &time); in BENCHMARK_F()
540 uint64_t frames = 0; in BENCHMARK_F() local
546 ret = render_->GetMmapPosition(render_, &frames, &time); in BENCHMARK_F()
/third_party/ffmpeg/libavcodec/
H A Dvp6.c59 s->frames[VP56_FRAME_CURRENT]->key_frame = !(buf[0] & 0x80); in vp6_parse_header()
62 if (s->frames[VP56_FRAME_CURRENT]->key_frame) { in vp6_parse_header()
301 } else if (s->frames[VP56_FRAME_CURRENT]->key_frame) { in vp6_parse_coeff_models()
324 } else if (s->frames[VP56_FRAME_CURRENT]->key_frame) { in vp6_parse_coeff_models()
H A Dcbs_vp9.h180 VP9RawFrame frames[VP9_MAX_FRAMES_IN_SUPERFRAME]; member
H A Dvp9shared.h166 VP9Frame frames[3]; member
H A Dvideotoolbox_vp9.c122 AVFrame *frame = h->frames[CUR_FRAME].tf.f; in videotoolbox_vp9_end_frame()
/third_party/ffmpeg/tests/fate/
H A Dseek.mak192 fate-seek-extra-mp4: CMD = run libavformat/tests/seek$(EXESUF) $(TARGET_SAMPLES)/mov/buck480p30_na.mp4 -duration 180 -frames 4
193 fate-seek-empty-edit-mp4: CMD = run libavformat/tests/seek$(EXESUF) $(TARGET_SAMPLES)/mov/empty_edit_5s.mp4 -duration 15 -frames 4
194 fate-seek-test-iibbibb-mp4: CMD = run libavformat/tests/seek$(EXESUF) $(TARGET_SAMPLES)/mov/test_iibbibb.mp4 -duration 13 -frames 4
195 fate-seek-test-iibbibb-neg-ctts-mp4: CMD = run libavformat/tests/seek$(EXESUF) $(TARGET_SAMPLES)/mov/test_iibbibb_neg_ctts.mp4 -duration 13 -frames 4
H A Dea.mak21 fate-ea-tqi: CMD = framecrc -i $(TARGET_SAMPLES)/ea-wve/networkBackbone-partial.wve -frames:v 26 -an
H A Dlavf-video.mak23 fate-lavf-apng.png: CMD = lavf_video "-pix_fmt rgb24" "-frames:v 1 -f apng"
H A Dlossless-audio.mak23 fate-lossless-wma: CMD = md5 -i $(TARGET_SAMPLES)/lossless-audio/luckynight-partial.wma -f s16le -frames 209 -af aresample
/third_party/ffmpeg/libavformat/
H A Dmp3enc.c118 int32_t frames; member
228 avio_wb32(dyn_ctx, 0x01 | 0x02 | 0x04 | 0x08); // frames / size / TOC / vbr scale in mp3_write_xing()
235 avio_wb32(dyn_ctx, 0); // frames in mp3_write_xing()
294 mp3->frames++; in mp3_xing_add_frame()
413 AV_WB32(mp3->xing_frame + mp3->xing_offset + 8, mp3->frames); in mp3_update_xing()
H A Drtpenc.c490 int frames = size / frame_size; in rtp_send_ilbc() local
492 while (frames > 0) { in rtp_send_ilbc()
505 frames--; in rtp_send_ilbc()
H A Dspdifenc.c40 * data-type - determines type of encapsuled frames
43 * IEC 61937 frames at normal usage start every specific count of bytes,
72 uint8_t *hd_buf[2]; ///< allocated buffers to concatenate hd audio frames
74 int hd_buf_count; ///< number of frames in the hd audio buffer (eac3)
78 int dtshd_skip; ///< counter used for skipping DTS-HD frames
98 { "dtshd_rate", "mux complete DTS frames in HD mode at the specified IEC958 rate (in Hz, default 0=disabled)", offsetof(IEC61937Context, dtshd_rate), AV_OPT_TYPE_INT, {.i64 = 0}, 0, 768000, AV_OPT_FLAG_ENCODING_PARAM },
159 * The repetition period is measured in IEC 60958 frames (4 bytes).
211 * of consecutive non-overflowing HD frames have been observed. in spdif_header_dts4()
282 /* We only handle HD frames that are paired with core. However, in spdif_header_dts()
361 uint8_t frames; in spdif_header_aac() local
[all...]
/third_party/alsa-utils/axfer/
H A Dcontainer-voc.c124 uint8_t size[3]; // Equals to (2 + the size of frames).
128 uint8_t frames[0]; // Aligned to little-endian. member
133 uint8_t size[3]; // Equals to the size of frames.
135 uint8_t frames[0]; // Aligned to little-endian. member
204 uint8_t frames[0]; // Aligned to little-endian. member
585 // This program handles PCM frames in this data block only. in voc_parser_pre_process()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DVulkanCommandBufferPerf.cpp17 // Android devices tend to be slower so only do 10 frames to avoid timeout
63 int frames = NUM_FRAMES; member
92 : ANGLEPerfTest("VulkanCommandBufferPerfTest", "", GetParam().story, GetParam().frames) in VulkanCommandBufferPerfTest()
97 mFrames = GetParam().frames; in VulkanCommandBufferPerfTest()
/test/xts/hats/hdf/audio/idl/common/capture_additional/src/
H A DAudioCaptureCommonTestAdditional.cpp1265 * @tc.desc : test API GetCapturePosition input capture and frames are nullptr
1283 uint64_t frames; in HWTEST_F() local
1286 ret = capture_->GetCapturePosition(nullptr, &frames, nullptr); in HWTEST_F()
1297 uint64_t frames; in HWTEST_F() local
1301 ret = capture_->GetCapturePosition(nullptr, &frames, &time); in HWTEST_F()
1307 * @tc.desc : test API GetCapturePosition input frames is nullptr
2031 uint64_t frames = 0; in HWTEST_F() local
2034 ret = capture_->GetMmapPosition(nullptr, &frames, &time); in HWTEST_F()
2041 * @tc.desc : &frames is nullptr
2060 uint64_t frames in HWTEST_F() local
2531 uint64_t frames; HWTEST_F() local
[all...]
/third_party/python/Lib/idlelib/
H A Dconfigdialog.py338 # Define frames and widgets.
616 # body frame and section frames.
1190 frames[0]: Frame
1198 frames[1]: Frame
1219 # body and section frames.
1242 frames = [Frame(frame_key_sets, padding=2, borderwidth=0)
1245 frames[0], variable=self.keyset_source, value=1,
1248 frames[0], variable=self.keyset_source, value=0,
1251 frames[0], self.builtin_name, None, command=None)
1253 frames[
[all...]
/third_party/alsa-utils/bat/
H A Dcommon.h85 /* Truncate sample frames to (1 << N), for faster FFT analysis process. The
218 int frames; /* nb of frames */ member
222 int buffer_size; /* buffer size in frames */
223 int period_size; /* period size in frames */
229 int sinus_duration; /* number of frames for playback */

Completed in 29 milliseconds

1...<<11121314151617181920>>...27