| /third_party/python/Lib/test/ |
| D | test_wave.py | 25 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
|
| D | test_sunau.py | 24 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
|
| D | test_aifc.py | 27 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/ |
| D | gstvideotimecode.c | 259 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()
|
| D | gstvideotimecode.h | 101 guint frames; member 121 guint frames; member
|
| /third_party/libsnd/programs/ |
| D | sndfile-concat.c | 138 int frames, readcount ; in concat_data_fp() local 156 int frames, readcount ; in concat_data_int() local
|
| /third_party/libsnd/tests/ |
| D | string_test.c | 566 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/ |
| D | f_graphmonitor.c | 152 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/ |
| D | Makefile | 10 frames: target
|
| /third_party/node/test/abort/ |
| D | test-abort-backtrace.js | 15 const frames = stderr.trimRight().split('\n').map((s) => s.trim()); constant
|
| /third_party/ffmpeg/libavcodec/ |
| D | adts_parser.c | 27 int av_adts_header_parse(const uint8_t *buf, uint32_t *samples, uint8_t *frames) in av_adts_header_parse()
|
| D | hwconfig.h | 45 #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
|
| D | pafaudio.c | 48 int frames, ret, i, j; in paf_audio_decode() local
|
| /third_party/ffmpeg/libavformat/ |
| D | mj2kdec.c | 31 int frames = 0, invalid = 0; in mjpeg2000_probe() local
|
| D | mlpdec.c | 31 int frames = 0, valid = 0, size = 0; in mlp_thd_probe() local
|
| D | loasdec.c | 33 int fsize, frames; in loas_probe() local
|
| D | dfa.c | 43 int frames, ret; in dfa_read_header() local
|
| D | vc1testenc.c | 25 int frames; member
|
| /third_party/libsnd/src/ |
| D | dither.c | 396 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()
|
| D | sndfile.c | 1719 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/ |
| D | UtilityFunctions.h | 33 constexpr int64_t convertFramesToMillis(const int64_t frames, const int sampleRate){ in convertFramesToMillis()
|
| /third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
| D | audio.h | 49 #define GST_FRAMES_TO_CLOCK_TIME(frames, rate) \ argument
|
| /third_party/cef/tests/ceftests/ |
| D | audio_output_unittest.cc | 918 int frames, in OnAudioStreamPacket() 973 int frames, in OnAudioStreamPacket() 1004 int frames, in OnAudioStreamPacket()
|
| /third_party/boost/libs/stacktrace/example/ |
| D | user_config.hpp | 41 const std::size_t frames = bt.size(); in do_stream_st() local
|
| /third_party/node/test/parallel/ |
| D | test-assert-builtins-not-read-from-filesystem.js | 21 const frames = err.stack.split('\n'); constant
|