/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 | 97 int start_frame, in Consume() argument 107 CHECK_LE(frames_to_consume + start_frame, destination->frames()); in Consume() 123 memcpy(&dest[start_frame], &src[read_pos_], consume_size * sizeof(src[0])); in Consume() 126 memcpy(&dest[consume_size + start_frame], &src[0], in Consume()
|
D | audio_bus.h | 64 void ToInterleavedPartial(int start_frame, int frames, int bytes_per_sample, 71 void FromInterleavedPartial(const void* source, int start_frame, int frames, 101 void ZeroFramesPartial(int start_frame, int frames);
|
D | audio_fifo.h | 35 void Consume(AudioBus* destination, int start_frame, int frames_to_consume);
|
/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/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/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/kernel-headers/original/linux/ |
D | usbdevice_fs.h | 103 int start_frame; member 137 compat_int_t start_frame; member
|
D | usb.h | 867 int start_frame; /* (modify) start frame (ISO) */ member 981 urb->start_frame = -1; in usb_fill_int_urb()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_temporal_filter.c | 369 int start_frame = 0; in vp9_temporal_filter_prepare() local 427 start_frame = distance + frames_to_blur_forward; in vp9_temporal_filter_prepare() 436 cpi->last_alt_ref_sei, start_frame); in vp9_temporal_filter_prepare() 448 int which_buffer = start_frame - frame; in vp9_temporal_filter_prepare()
|
/external/libvpx/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/chromium/net/websockets/ |
D | websocket.cc | 302 const char* start_frame = in ProcessFrameData() local 304 const char* next_frame = start_frame; in ProcessFrameData() 381 SkipReadBuffer(next_frame - start_frame); in ProcessFrameData()
|
/external/libusb/libusb/os/ |
D | linux_usbfs.h | 93 int start_frame; member
|
/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/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/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/valgrind/main/include/vki/ |
D | vki-linux.h | 2439 int start_frame; member
|