Home
last modified time | relevance | path

Searched defs:frames (Results 201 - 213 of 213) sorted by relevance

123456789

/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-util.c1313 int pa_alsa_safe_mmap_begin(snd_pcm_t *pcm, const snd_pcm_channel_area_t **areas, snd_pcm_uframes_t *offset, snd_pcm_uframes_t *frames, size_t hwbuf_size, const pa_sample_spec *ss) { in pa_alsa_safe_mmap_begin() argument
/third_party/python/Modules/
H A D_tracemalloc.c85 frame_t frames[1]; member
1105 PyObject *frames; traceback_to_pyobject() local
[all...]
/third_party/pulseaudio/src/modules/raop/
H A Draop-client.c882 int frames = 0; in rtsp_stream_cb() local
1730 void pa_raop_client_get_frames_per_block(pa_raop_client *c, size_t *frames) { in pa_raop_client_get_frames_per_block() argument
[all...]
/third_party/NuttX/drivers/usbdev/gadget/
H A Df_uvc.h830 const struct fuvc_frame_info *frames; member
/third_party/libsnd/include/
H A Dsndfile.h380 { sf_count_t frames ; /* Used to be called samples. Changed to avoid confusion. */ member
[all...]
/third_party/lame/libmp3lame/
H A Dset_get.c2137 int frames = 0; in lame_get_totalframes() local
[all...]
/third_party/node/deps/v8/src/debug/
H A Ddebug.cc2548 std::vector<FrameSummary> frames; in PrintBreakLocation() local
/third_party/node/deps/v8/src/execution/
H A Dframes.cc248 std::vector<FrameSummary> frames; in GetTopValidFrame() local
1699 std::vector<FrameSummary> frames; GetTop() local
1710 std::vector<FrameSummary> frames; GetSingle() local
1718 std::vector<FrameSummary> frames; Get() local
[all...]
H A Disolate.cc2336 Handle<FixedArray> frames = CaptureSimpleStackTrace( ThrowInternal() local
[all...]
/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
1067 i::Handle<i::FixedArray> frames = in origin() local
1079 i::Handle<i::FixedArray> frames = in trace() local
/third_party/alsa-lib/src/pcm/
H A Dpcm.c1455 snd_pcm_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames) snd_pcm_rewind() argument
1522 snd_pcm_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames) snd_pcm_forward() argument
2464 snd_pcm_frames_to_bytes(snd_pcm_t *pcm, snd_pcm_sframes_t frames) snd_pcm_frames_to_bytes() argument
3259 snd_pcm_areas_silence(const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset, unsigned int channels, snd_pcm_uframes_t frames, snd_pcm_format_t format) snd_pcm_areas_silence() argument
3431 snd_pcm_areas_copy(const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset, const snd_pcm_channel_area_t *src_areas, snd_pcm_uframes_t src_offset, unsigned int channels, snd_pcm_uframes_t frames, snd_pcm_format_t format) snd_pcm_areas_copy() argument
3509 snd_pcm_areas_copy_wrap(const snd_pcm_channel_area_t *dst_channels, snd_pcm_uframes_t dst_offset, const snd_pcm_uframes_t dst_size, const snd_pcm_channel_area_t *src_channels, snd_pcm_uframes_t src_offset, const snd_pcm_uframes_t src_size, const unsigned int channels, snd_pcm_uframes_t frames, const snd_pcm_format_t format) snd_pcm_areas_copy_wrap() argument
7400 snd_pcm_mmap_begin(snd_pcm_t *pcm, const snd_pcm_channel_area_t **areas, snd_pcm_uframes_t *offset, snd_pcm_uframes_t *frames) snd_pcm_mmap_begin() argument
7417 __snd_pcm_mmap_begin_generic(snd_pcm_t *pcm, const snd_pcm_channel_area_t **areas, snd_pcm_uframes_t *offset, snd_pcm_uframes_t *frames) __snd_pcm_mmap_begin_generic() argument
7447 __snd_pcm_mmap_begin(snd_pcm_t *pcm, const snd_pcm_channel_area_t **areas, snd_pcm_uframes_t *offset, snd_pcm_uframes_t *frames) __snd_pcm_mmap_begin() argument
7513 snd_pcm_mmap_commit(snd_pcm_t *pcm, snd_pcm_uframes_t offset, snd_pcm_uframes_t frames) snd_pcm_mmap_commit() argument
7531 __snd_pcm_mmap_commit(snd_pcm_t *pcm, snd_pcm_uframes_t offset, snd_pcm_uframes_t frames) __snd_pcm_mmap_commit() argument
7603 snd_pcm_uframes_t frames; snd_pcm_read_areas() local
7677 snd_pcm_uframes_t frames; snd_pcm_write_areas() local
[all...]
/third_party/alsa-lib/include/sound/uapi/
H A Dasound.h603 snd_pcm_uframes_t frames; global() member
609 snd_pcm_uframes_t frames; global() member
[all...]
/third_party/node/deps/v8/src/api/
H A Dapi.cc9047 void Isolate::GetStackSample(const RegisterState& state, void** frames, in GetStackSample() argument

Completed in 58 milliseconds

123456789