Home
last modified time | relevance | path

Searched defs:frames (Results 1 – 25 of 233) sorted by relevance

12345678910

/third_party/python/Lib/test/
Dtest_wave.py25 frames = bytes.fromhex("""\ variable in WavePCM8Test
42 frames = bytes.fromhex("""\ variable in WavePCM16Test
51 frames = byteswap(frames, 2) variable in WavePCM16Test
63 frames = bytes.fromhex("""\ variable in WavePCM24Test
78 frames = byteswap(frames, 3) variable in WavePCM24Test
90 frames = bytes.fromhex("""\ variable in WavePCM32Test
105 frames = byteswap(frames, 4) variable in WavePCM32Test
Dtest_sunau.py24 frames = bytes.fromhex("""\ variable in SunauPCM8Test
41 frames = bytes.fromhex("""\ variable in SunauPCM16Test
60 frames = bytes.fromhex("""\ variable in SunauPCM24Test
85 frames = bytes.fromhex("""\ variable in SunauPCM32Test
110 frames = bytes.fromhex("""\ variable in SunauULAWTest
119 frames = byteswap(frames, 2) variable in SunauULAWTest
Dtest_aifc.py27 frames = bytes.fromhex("""\ variable in AifcPCM8Test
44 frames = bytes.fromhex("""\ variable in AifcPCM16Test
63 frames = bytes.fromhex("""\ variable in AifcPCM24Test
88 frames = bytes.fromhex("""\ variable in AifcPCM32Test
113 frames = bytes.fromhex("""\ variable in AifcULAWTest
122 frames = byteswap(frames, 2) variable in AifcULAWTest
134 frames = bytes.fromhex("""\ variable in AifcALAWTest
143 frames = byteswap(frames, 2) variable in AifcALAWTest
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideotimecode.c259 guint64 frames; in gst_video_time_code_init_from_date_time_full() local
313 guint64 frames, nsec; in gst_video_time_code_nsec_since_daily_jam() local
401 gst_video_time_code_add_frames (GstVideoTimeCode * tc, gint64 frames) in gst_video_time_code_add_frames()
612 guint frames, guint field_count) in gst_video_time_code_new()
692 guint hours, minutes, seconds, frames; in gst_video_time_code_new_from_string() local
806 guint minutes, guint seconds, guint frames, guint field_count) in gst_video_time_code_init()
973 guint frames) in gst_video_time_code_interval_new()
997 guint hours, minutes, seconds, frames; in gst_video_time_code_interval_new_from_string() local
1036 guint minutes, guint seconds, guint frames) in gst_video_time_code_interval_init()
Dgstvideotimecode.h101 guint frames; member
121 guint frames; member
/third_party/libsnd/programs/
Dsndfile-concat.c138 int frames, readcount ; in concat_data_fp() local
156 int frames, readcount ; in concat_data_int() local
/third_party/libsnd/tests/
Dstring_test.c566 sf_count_t frames ; in string_rdwr_test() local
618 sf_count_t frames = BUFFER_LEN ; in string_short_rdwr_test() local
727 sf_count_t frames ; in string_rdwr_grow_test() local
784 sf_count_t frames ; in string_header_update() local
/third_party/ffmpeg/libavfilter/
Df_graphmonitor.c152 size_t frames = ff_inlink_queued_frames(l); in filter_have_queued() local
160 size_t frames = ff_inlink_queued_frames(l); in filter_have_queued() local
172 size_t frames) in draw_items()
268 size_t frames = ff_inlink_queued_frames(l); in create_frame() local
286 size_t frames = ff_inlink_queued_frames(l); in create_frame() local
/third_party/skia/tools/perf-canvaskit-puppeteer/
DMakefile10 frames: target
/third_party/node/test/abort/
Dtest-abort-backtrace.js15 const frames = stderr.trimRight().split('\n').map((s) => s.trim()); constant
/third_party/ffmpeg/libavcodec/
Dadts_parser.c27 int av_adts_header_parse(const uint8_t *buf, uint32_t *samples, uint8_t *frames) in av_adts_header_parse()
Dhwconfig.h45 #define HW_CONFIG_HWACCEL(device, frames, ad_hoc, format, device_type_, name) \ argument
84 #define HW_CONFIG_ENCODER(device, frames, ad_hoc, format, device_type_) \ argument
Dpafaudio.c48 int frames, ret, i, j; in paf_audio_decode() local
/third_party/ffmpeg/libavformat/
Dmj2kdec.c31 int frames = 0, invalid = 0; in mjpeg2000_probe() local
Dmlpdec.c31 int frames = 0, valid = 0, size = 0; in mlp_thd_probe() local
Dloasdec.c33 int fsize, frames; in loas_probe() local
Ddfa.c43 int frames, ret; in dfa_read_header() local
Dvc1testenc.c25 int frames; member
/third_party/libsnd/src/
Ddither.c396 dither_short (const short *in, short *out, int frames, int channels) in dither_short()
406 dither_int (const int *in, int *out, int frames, int channels) in dither_int()
416 dither_float (const float *in, float *out, int frames, int channels) in dither_float()
426 dither_double (const double *in, double *out, int frames, int channels) in dither_double()
Dsndfile.c1719 sf_readf_short (SNDFILE *sndfile, short *ptr, sf_count_t frames) in sf_readf_short()
1827 sf_readf_int (SNDFILE *sndfile, int *ptr, sf_count_t frames) in sf_readf_int()
1935 sf_readf_float (SNDFILE *sndfile, float *ptr, sf_count_t frames) in sf_readf_float()
2043 sf_readf_double (SNDFILE *sndfile, double *ptr, sf_count_t frames) in sf_readf_double()
2212 sf_writef_short (SNDFILE *sndfile, const short *ptr, sf_count_t frames) in sf_writef_short()
2324 sf_writef_int (SNDFILE *sndfile, const int *ptr, sf_count_t frames) in sf_writef_int()
2436 sf_writef_float (SNDFILE *sndfile, const float *ptr, sf_count_t frames) in sf_writef_float()
2548 sf_writef_double (SNDFILE *sndfile, const double *ptr, sf_count_t frames) in sf_writef_double()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/utils/
DUtilityFunctions.h33 constexpr int64_t convertFramesToMillis(const int64_t frames, const int sampleRate){ in convertFramesToMillis()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio.h49 #define GST_FRAMES_TO_CLOCK_TIME(frames, rate) \ argument
/third_party/cef/tests/ceftests/
Daudio_output_unittest.cc918 int frames, in OnAudioStreamPacket()
973 int frames, in OnAudioStreamPacket()
1004 int frames, in OnAudioStreamPacket()
/third_party/boost/libs/stacktrace/example/
Duser_config.hpp41 const std::size_t frames = bt.size(); in do_stream_st() local
/third_party/node/test/parallel/
Dtest-assert-builtins-not-read-from-filesystem.js21 const frames = err.stack.split('\n'); constant

12345678910