Home
last modified time | relevance | path

Searched refs:frame_count (Results 1 – 17 of 17) sorted by relevance

/external/srec/audio/AudioIn/UNIX/src/
Daudioinwrapper.cpp125 int AudioRead(short *buffer, int frame_count) in AudioRead() argument
129 n = read(audiofd, buffer, frame_count*sizeof(short)*N_CHANNELS); in AudioRead()
133 int nreq = frame_count * sizeof(short); in AudioRead()
191 int AudioRead(short *buffer, int frame_count)
196 int AudioWrite(short *buffer, int frame_count)
/external/bluetooth/bluez/audio/
Dgstrtpsbcpay.c40 guint8 frame_count:4; member
54 guint8 frame_count:4; member
170 guint frame_count; in gst_rtp_sbc_pay_flush_buffers() local
186 frame_count = max_payload / sbcpay->frame_length; in gst_rtp_sbc_pay_flush_buffers()
187 payload_length = frame_count * sbcpay->frame_length; in gst_rtp_sbc_pay_flush_buffers()
200 payload->frame_count = frame_count; in gst_rtp_sbc_pay_flush_buffers()
Drtp.h42 unsigned frame_count:4; member
71 unsigned frame_count:4; member
Dliba2dp.c144 int frame_count; /* Current frames in buffer*/ member
263 data->frame_count = 0; in bluetooth_start()
267 data->frame_count = 0; in bluetooth_start()
643 long duration = data->frame_duration * data->frame_count; in avdtp_write()
654 payload->frame_count = data->frame_count; in avdtp_write()
718 data->frame_count = 0; in avdtp_write()
1214 data->frame_count++; in a2dp_write()
Dpcm_bluetooth.c106 int frame_count; /* Current frames in buffer*/ member
979 payload->frame_count = a2dp->frame_count; in avdtp_write()
994 a2dp->frame_count = 0; in avdtp_write()
1071 a2dp->frame_count++; in bluetooth_a2dp_write()
1112 a2dp->frame_count++; in bluetooth_a2dp_write()
/external/srec/srec/cfront/
Dcheldsp4.c230 if (channel->frame_count >= channel->frame_delay) in make_std_frame()
234 regress(rgmcep, channel->cep, (unsigned short) channel->frame_count, channel->mel_dim); in make_std_frame()
236 dd_regress(ddmcep, channel->cep, (unsigned short) channel->frame_count, channel->mel_dim); in make_std_frame()
261 channel->frame_count++; in make_std_frame()
Dchelfep.c105 channel->frame_valid = (channel->frame_count) % 2; in make_frame()
116 if (channel->frame_count <= 1) in smoothed_c0()
Dca_front.c166 if (valid > 0 && hWave->data.channel->frame_count > (DELTA + 3)) in CA_MakeFrame()
Dspec_anl.c102 log_report("After magnitude squared (%d)\n", channel->frame_count); in filterbank_emulation()
Dfrontobj.c269 channel->frame_count = 0; in reset_channel_object()
/external/libvpx/vp8/encoder/
Dtemporal_filter.c314 int frame_count, in vp8cx_temp_blur1_c() argument
344 for (frame = 0; frame < frame_count; frame++) in vp8cx_temp_blur1_c()
389 for (frame = alt_ref_index+1; frame < frame_count; frame++) in vp8cx_temp_blur1_c()
398 for (frame = 0; frame < frame_count; frame++) in vp8cx_temp_blur1_c()
/external/qemu/hw/
Dusb-ohci.c616 int frame_count; in ohci_service_iso_td() local
628 frame_count = OHCI_BM(iso_td.flags, TD_FC); in ohci_service_iso_td()
644 frame_count, relative_frame_number, in ohci_service_iso_td()
651 } else if (relative_frame_number > frame_count) { in ohci_service_iso_td()
655 frame_count); in ohci_service_iso_td()
696 ((relative_frame_number < frame_count) && in ohci_service_iso_td()
703 if ((relative_frame_number < frame_count) && (start_offset > next_offset)) { in ohci_service_iso_td()
717 if (relative_frame_number < frame_count) { in ohci_service_iso_td()
820 if (relative_frame_number == frame_count) { in ohci_service_iso_td()
/external/srec/audio/AudioIn/UNIX/include/
Daudioinwrapper.h35 int AudioRead(short *buffer, int frame_count);
/external/kernel-headers/original/asm-arm/arch/
Ddma.h343 int frame_count; /* number of frames in a element */ member
375 int elem_count, int frame_count,
/external/kernel-headers/original/linux/
Dvideodev.h222 __u32 frame_count; /* frames output since decode/encode began */ member
/external/srec/srec/include/
Dfront.h106 long frame_count; /* frame count */ member
/external/v8/test/cctest/
Dtest-debug.cc567 v8::Handle<v8::Function> frame_count; variable
713 if (!frame_count.IsEmpty()) { in DebugEventCounter()
717 v8::Handle<v8::Value> result = frame_count->Call(exec_state, kArgc, argv); in DebugEventCounter()
3132 frame_count = CompileFunction(&env, frame_count_source, "frame_count"); in TEST()
4577 CHECK(v8::Debug::Call(frame_count)->IsNumber()); in CheckFrameCount()
4579 v8::Debug::Call(frame_count)->Int32Value()); in CheckFrameCount()
4640 frame_count = v8::Local<v8::Function>::Cast( in TEST()
4660 CHECK(v8::Debug::Call(frame_count)->IsUndefined()); in TEST()