/external/chromium_org/media/base/ |
D | audio_bus.cc | 42 static void FromInterleavedInternal(const void* src, int start_frame, in FromInterleavedInternal() argument 51 for (int i = start_frame, offset = ch; i < start_frame + frames; in FromInterleavedInternal() 63 static void ToInterleavedInternal(const AudioBus* source, int start_frame, in ToInterleavedInternal() argument 71 for (int i = start_frame, offset = ch; i < start_frame + frames; in ToInterleavedInternal() 92 static void CheckOverflow(int start_frame, int frames, int total_frames) { in CheckOverflow() argument 93 CHECK_GE(start_frame, 0); in CheckOverflow() 96 int sum = start_frame + frames; in CheckOverflow() 201 void AudioBus::ZeroFramesPartial(int start_frame, int frames) { in ZeroFramesPartial() argument 202 CheckOverflow(start_frame, frames, frames_); in ZeroFramesPartial() 208 memset(channel_data_[i] + start_frame, 0, in ZeroFramesPartial() [all …]
|
D | audio_fifo.cc | 88 int start_frame, in Consume() argument 98 CHECK_LE(frames_to_consume + start_frame, destination->frames()); in Consume() 114 memcpy(&dest[start_frame], &src[read_pos_], consume_size * sizeof(src[0])); in Consume() 117 memcpy(&dest[consume_size + start_frame], &src[0], in Consume()
|
D | audio_bus.h | 65 void ToInterleavedPartial(int start_frame, int frames, int bytes_per_sample, 72 void FromInterleavedPartial(const void* source, int start_frame, int frames, 102 void ZeroFramesPartial(int start_frame, int frames);
|
D | audio_fifo.h | 33 void Consume(AudioBus* destination, int start_frame, int frames_to_consume);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
D | u_debug_stack.c | 42 unsigned start_frame, in debug_backtrace_capture() argument 73 if(start_frame) in debug_backtrace_capture() 74 --start_frame; in debug_backtrace_capture()
|
D | u_debug_stack.h | 53 unsigned start_frame,
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_debug_stack.c | 42 unsigned start_frame, in debug_backtrace_capture() argument 73 if(start_frame) in debug_backtrace_capture() 74 --start_frame; in debug_backtrace_capture()
|
D | u_debug_stack.h | 53 unsigned start_frame,
|
/external/srec/srec/crec/ |
D | srec_results.c | 366 frameID start_frame = MAXframeID; in srec_nbest_get_choice_info() local 379 start_frame = wtoken->end_time; in srec_nbest_get_choice_info() 380 start_cost = wtoken->cost + rec->accumulated_cost_offset[ start_frame]; in srec_nbest_get_choice_info() 394 if (start_frame != MAXframeID && end_frame != MAXframeID) in srec_nbest_get_choice_info() 396 num_speech_frames = (frameID)(end_frame - start_frame); in srec_nbest_get_choice_info() 408 for (i = start_frame + 1; i <= end_frame; i++) in srec_nbest_get_choice_info() 427 for (i = start_frame + 1; i <= end_frame; i++) in srec_nbest_get_choice_info()
|
D | srec.c | 2356 void multi_srec_get_speech_bounds(multi_srec* recm, frameID* start_frame, frameID* end_frame) in multi_srec_get_speech_bounds() argument 2363 *start_frame = *end_frame = 0; in multi_srec_get_speech_bounds() 2377 if (*start_frame == 0) *start_frame = wtoken->end_time; in multi_srec_get_speech_bounds() 2385 *start_frame = wtoken->end_time; in multi_srec_get_speech_bounds()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_temporal_filter.c | 379 int start_frame = 0; in vp9_temporal_filter_prepare() local 434 start_frame = distance + frames_to_blur_forward; in vp9_temporal_filter_prepare() 443 cpi->last_alt_ref_sei, start_frame); in vp9_temporal_filter_prepare() 455 int which_buffer = start_frame - frame; in vp9_temporal_filter_prepare()
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ |
D | temporal_filter.c | 441 int start_frame = 0; in vp8_temporal_filter_prepare_c() local 500 start_frame = distance + frames_to_blur_forward; in vp8_temporal_filter_prepare_c() 506 int which_buffer = start_frame - frame; in vp8_temporal_filter_prepare_c()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | temporal_filter.c | 440 int start_frame = 0; in vp8_temporal_filter_prepare_c() local 499 start_frame = distance + frames_to_blur_forward; in vp8_temporal_filter_prepare_c() 505 int which_buffer = start_frame - frame; in vp8_temporal_filter_prepare_c()
|
/external/libpcap/pcap/ |
D | usb.h | 123 int32_t start_frame; /* for Isochronous events */ member
|
/external/libusb/libusb/os/ |
D | linux_usbfs.h | 93 int start_frame; member
|
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/ |
D | vp8_sequence_coder.cc | 121 int start_frame = strtol((parser.GetFlag("start_frame")).c_str(), NULL, 10); in SequenceCoder() local 163 if (frame_cnt >= start_frame) { in SequenceCoder()
|
/external/qemu/distrib/sdl-1.2.15/include/ |
D | SDL_cdrom.h | 164 int start_track, int start_frame, int ntracks, int nframes);
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
D | vp9_temporal_filter.c | 431 int start_frame; in vp9_temporal_filter() local 442 start_frame = distance + frames_to_blur_forward; in vp9_temporal_filter() 446 const int which_buffer = start_frame - frame; in vp9_temporal_filter()
|
/external/libpcap/ |
D | pcap-common.c | 1170 uhdr->start_frame = SWAPLONG(uhdr->start_frame); in swap_linux_usb_header()
|
/external/kernel-headers/original/uapi/linux/ |
D | usbdevice_fs.h | 104 int start_frame; member
|
/external/chromium_org/third_party/libusb/src/libusb/os/ |
D | linux_usbfs.h | 96 int start_frame; member
|
/external/srec/srec/include/ |
D | srec.h | 335 void multi_srec_get_speech_bounds(multi_srec* rec, frameID* start_frame, frameID* end_frame);
|
/external/lldb/source/Target/ |
D | Thread.cpp | 1832 Thread::GetStatus (Stream &strm, uint32_t start_frame, uint32_t num_frames, uint32_t num_frames_wit… in GetStatus() argument 1848 StackFrameSP frame_sp = GetStackFrameAtIndex(start_frame); in GetStatus() 1859 DumpUsingSettingsFormat (strm, start_frame); in GetStatus() 1868 start_frame, in GetStatus()
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/qnx/ |
D | SDL_syscdrom.c | 455 FRAMES_TO_MSF(start, &playtime.start_minute, &playtime.start_second, &playtime.start_frame); in SDL_SYS_CDPlay()
|
/external/lldb/include/lldb/Target/ |
D | Thread.h | 892 uint32_t start_frame,
|