Home
last modified time | relevance | path

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

12

/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.cc88 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()
Daudio_bus.h65 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);
Daudio_fifo.h33 void Consume(AudioBus* destination, int start_frame, int frames_to_consume);
/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/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/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/libvpx/libvpx/vp9/encoder/
Dvp9_temporal_filter.c379 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/
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/libvpx/libvpx/vp8/encoder/
Dtemporal_filter.c440 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/
Dusb.h123 int32_t start_frame; /* for Isochronous events */ member
/external/libusb/libusb/os/
Dlinux_usbfs.h93 int start_frame; member
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
Dvp8_sequence_coder.cc121 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/
DSDL_cdrom.h164 int start_track, int start_frame, int ntracks, int nframes);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
Dvp9_temporal_filter.c431 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/
Dpcap-common.c1170 uhdr->start_frame = SWAPLONG(uhdr->start_frame); in swap_linux_usb_header()
/external/kernel-headers/original/uapi/linux/
Dusbdevice_fs.h104 int start_frame; member
/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/lldb/source/Target/
DThread.cpp1832 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/
DSDL_syscdrom.c455 FRAMES_TO_MSF(start, &playtime.start_minute, &playtime.start_second, &playtime.start_frame); in SDL_SYS_CDPlay()
/external/lldb/include/lldb/Target/
DThread.h892 uint32_t start_frame,

12