Searched refs:frame_count (Results 1 - 9 of 9) sorted by relevance

/haiku/src/kits/game/
H A DGSUtility.cpp34 ramp->frame_count = 0;
46 if (ramp->frame_count > ramp->frame_total)
55 ramp->frame_count++;
H A DGSUtility.h43 float frame_count; member in struct:_gs_ramp
/haiku/src/kits/media/
H A DTrackReader.h28 status_t ReadFrames(void *in_buffer, int32 frame_count);
H A DTrackReader.cpp214 BTrackReader::ReadFrames(void* in_buffer, int32 frame_count) argument
219 int32 bytes_to_read = frame_count * fFrameSize;
/haiku/src/apps/mediaplayer/media_node_framework/
H A DPlaybackManager.cpp45 int64 frame_count; member in struct:PlaybackManager::PlayingState
65 frame_count(other.frame_count),
148 state->frame_count = Duration();
153 state->max_frame_count = state->frame_count;
410 if (frameCount != _LastState()->frame_count) {
412 state->frame_count = frameCount;
576 return state->frame_count - 1;
582 return state->frame_count - 1;
621 return _StateAtTime(frame)->frame_count;
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwxreg.h5868 * Valid only if frame_count =1
5951 * by the frame_count field:
5953 * 1) No aggregation (frame_count == 1). This reports Tx results for a single
5957 * 2) Aggregation (frame_count > 1). This reports Tx results for two or more
5996 * @frame_count: 1 no aggregation, >1 aggregation
6018 * follow this one, up to frame_count.
6024 uint8_t frame_count; member in struct:iwx_tx_resp_v3
6051 * @frame_count: 1 no aggregation, >1 aggregation
6082 uint8_t frame_count; member in struct:iwx_tx_resp
6279 tx_resp->frame_count)
[all...]
H A Dif_iwx.c5376 if (qid < IWX_FIRST_AGG_TX_QUEUE && tx_resp->frame_count > 1)
5379 tx_resp->frame_count * sizeof(tx_resp->status) > len)
5384 if (tx_resp->frame_count > 1) /* A-MPDU */
5399 memcpy(&ssn, &tx_resp->status + tx_resp->frame_count, sizeof(ssn));
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwmreg.h4949 * Valid only if frame_count =1
5030 * by the frame_count field:
5032 * 1) No aggregation (frame_count == 1). This reports Tx results for a single
5036 * 2) Aggregation (frame_count > 1). This reports Tx results for two or more
5077 * @frame_count: 1 no aggregation, >1 aggregation
5099 * follow this one, up to frame_count.
5105 uint8_t frame_count; member in struct:iwm_tx_resp
5233 tx_resp->frame_count) & 0xfff;
H A Dif_iwm.c5640 KASSERT(tx_resp->frame_count == 1);
5868 if (qid < IWM_FIRST_AGG_TX_QUEUE && tx_resp->frame_count > 1)
5873 tx_resp->frame_count * sizeof(tx_resp->status) > len)
5882 memcpy(&ssn, &tx_resp->status + tx_resp->frame_count, sizeof(ssn));
5888 le32toh(tx_resp->initial_rate), tx_resp->frame_count,

Completed in 388 milliseconds