Searched refs:frames (Results 76 - 92 of 92) sorted by relevance

1234

/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DProducer.h155 uint32 frames; member in struct:VideoProducer::__anon2592
H A DProducer.cpp787 /* Start producing frames, even if the output hasn't been connected yet. */
871 float fps = (fStats[0].frames - fStats[1].frames) * 1000000LL
885 /* The following functions form the thread that generates frames. You should
1005 fStats[0].frames = fFrame;
1010 //XXX: that's what we should be doing, but CodyCam drops all frames as they are late. (maybe add latency ??)
/haiku/src/apps/cortex/addons/Flanger/
H A DFlangerNode.cpp489 // locate key frames in the media data."
1377 // m_pDelayBuffer->frames(),
1457 uint32 samples = input.frames() * channels;
1470 fReadFrame += m_pDelayBuffer->frames();
1493 int32 hiWrap = (readFrameHi == m_pDelayBuffer->frames()) ? 0 : readFrameHi;
1529 if(++m_delayWriteFrame >= m_pDelayBuffer->frames())
1558 /*! Figure the base delay (in frames) based on the given
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwmvar.h383 * @reorder_timer: timer for frames are in the reorder buffer. For AMSDU
411 * @frames: list of mbufs stored (A-MSDU subframes share a sequence number)
415 struct mbuf_list frames; member in struct:iwm_reorder_buf_entry
436 * @reorder_buf_data: buffered frames, one entry per sequence number
H A Dif_iwm.c3216 ml_purge(&entry->frames);
3283 if (ml_empty(&entries[index].frames)) {
3308 * If no frame expired and there are stored frames, index is now
3670 * Clear pending frames but keep the queue enabled.
4905 /* Allow control frames in monitor mode. */
4976 * and handle pseudo-duplicate frames which result from deaggregation
4977 * of A-MSDU frames in hardware.
5072 * Empty list is valid as well since nssn indicates frames were
5075 while ((m = ml_dequeue(&entries[index].frames)) != NULL) {
5150 * Handle re-ordering of frames whic
[all...]
/haiku/src/libs/compat/freebsd_network/compat/dev/usb/
H A Dusbdi.h88 #define USB_MULTI_SHORT_OK 0x0040 /* allow multiple short frames */
124 uint8_t short_frames_ok:1; /* allow short frames */
141 usb_frcount_t frames; /* maximum number of USB frames */ member in struct:usb_config
/haiku/src/add-ons/screen_savers/ifs/
H A DIFS.cpp281 IFS::Draw(BView* view, const buffer_info* info, int32 frames) argument
306 // do this as many times as necessary to calculate the missing frames
307 // so the animation doesn't jerk when we miss a few frames
308 for (int32 frame = 0; frame < frames; frame++) {
333 if (frame == frames - 1)
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp1112 int64 frames; local
1114 || msg->FindInt64("frames", &frames) != B_OK) {
1118 _Wind(howMuch, frames);
2430 windMessage.AddInt64("frames", 5);
2433 windMessage.AddInt64("frames", 1);
2446 windMessage.AddInt64("frames", -5);
2449 windMessage.AddInt64("frames", -1);
2716 MainWin::_Wind(bigtime_t howMuch, int64 frames) argument
2721 if (frames !
[all...]
/haiku/src/system/kernel/arch/arm/
H A Darch_thread.cpp50 stack->frames[stack->index++] = frame;
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwxvar.h363 * @reorder_timer: timer for frames are in the reorder buffer. For AMSDU
391 * @frames: list of mbufs stored (A-MSDU subframes share a sequence number)
395 struct mbuf_list frames; member in struct:iwx_reorder_buf_entry
416 * @reorder_buf_data: buffered frames, one entry per sequence number
H A Dif_iwx.c2064 * management, control, and non-QoS data frames.
3221 ml_purge(&entry->frames);
3323 if (ml_empty(&entries[index].frames)) {
3348 * If no frame expired and there are stored frames, index is now
4766 * and handle pseudo-duplicate frames which result from deaggregation
4767 * of A-MSDU frames in hardware.
4862 * Empty list is valid as well since nssn indicates frames were
4865 while ((m = ml_dequeue(&entries[index].frames)) != NULL) {
4940 * Handle re-ordering of frames which were de-aggregated in hardware.
5055 /* release immediately if allowed by nssn and no stored frames */
[all...]
/haiku/src/apps/cortex/addons/common/
H A DAudioFilterNode.cpp702 // locate key frames in the media data."
1484 uint32 framesRemaining = input.frames();
1509 "*** AudioFilterNode::processBuffer(): insufficient frames filled\n"));
1518 outputBuffer->Header()->size_used = input.frames() * bytes_per_frame(m_output.format.u.raw_audio);
/haiku/headers/os/media/
H A DMediaDefs.h376 // progressive (non-interlaced) frames.
457 // (0 for key frames)
460 // (0 for key frames)
493 // number of "frames"
537 B_COMPLETE_BUFFER = 0x4 // data is an integral number of "frames"
669 int8 frames; member in struct:media_header_time_code
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundNode.cpp140 int32 frames = bytes / bytes_per_frame(fInput.format); local
141 for (int32 i = 0; i < frames; i ++) {
/haiku/src/add-ons/kernel/partitioning_systems/session/
H A DDisc.cpp220 TRACE((" frames = %d\n", entries[i].seconds));
221 TRACE((" seconds = %d\n", entries[i].frames));
/haiku/headers/private/audio/
H A Dsoundcard.h922 unsigned char hours, minutes, seconds, frames, qframes; member in struct:__anon332
1042 * S/PDIF raw format. In this format the S/PDIF frames (including all
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex46 In either case the format of the chunk of data that frames the resources

Completed in 201 milliseconds

1234