Home
last modified time | relevance | path

Searched refs:start_frame (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/media/base/
Daudio_bus.cc42 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 …]
Daudio_fifo.cc97 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()
Daudio_bus.h64 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);
Daudio_fifo.h35 void Consume(AudioBus* destination, int start_frame, int frames_to_consume);
/external/mesa3d/src/gallium/auxiliary/util/
Du_debug_stack.c42 unsigned start_frame, in debug_backtrace_capture() argument
73 if(start_frame) in debug_backtrace_capture()
74 --start_frame; in debug_backtrace_capture()
Du_debug_stack.h53 unsigned start_frame,
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
Du_debug_stack.c42 unsigned start_frame, in debug_backtrace_capture() argument
73 if(start_frame) in debug_backtrace_capture()
74 --start_frame; in debug_backtrace_capture()
Du_debug_stack.h53 unsigned start_frame,
/external/srec/srec/crec/
Dsrec_results.c366 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()
Dsrec.c2356 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/
Dusbdevice_fs.h103 int start_frame; member
137 compat_int_t start_frame; member
Dusb.h867 int start_frame; /* (modify) start frame (ISO) */ member
981 urb->start_frame = -1; in usb_fill_int_urb()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_temporal_filter.c369 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/
Dtemporal_filter.c441 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/
Dwebsocket.cc302 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/
Dlinux_usbfs.h93 int start_frame; member
/external/qemu/distrib/sdl-1.2.15/include/
DSDL_cdrom.h164 int start_track, int start_frame, int ntracks, int nframes);
/external/chromium_org/third_party/libusb/src/libusb/os/
Dlinux_usbfs.h96 int start_frame; member
/external/srec/srec/include/
Dsrec.h335 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/
DSDL_syscdrom.c455 FRAMES_TO_MSF(start, &playtime.start_minute, &playtime.start_second, &playtime.start_frame); in SDL_SYS_CDPlay()
/external/valgrind/main/include/vki/
Dvki-linux.h2439 int start_frame; member