Searched refs:frame_count (Results 1 – 9 of 9) sorted by relevance
34 ramp->frame_count = 0; in InitRamp()46 if (ramp->frame_count > ramp->frame_total) in ChangeRamp()55 ramp->frame_count++; in ChangeRamp()
43 float frame_count; member
45 int64 frame_count; member65 frame_count(other.frame_count), in PlayingState()148 state->frame_count = Duration(); in Init()153 state->max_frame_count = state->frame_count; in Init()410 if (frameCount != _LastState()->frame_count) { in DurationChanged()412 state->frame_count = frameCount; in DurationChanged()576 return state->frame_count - 1; in LastPlaybackRangeFrame()582 return state->frame_count - 1; in LastPlaybackRangeFrame()621 return _StateAtTime(frame)->frame_count; in FrameCountAtFrame()628 return _StateAtTime(time)->frame_count; in FrameCountAtTime()[all …]
28 status_t ReadFrames(void *in_buffer, int32 frame_count);
214 BTrackReader::ReadFrames(void* in_buffer, int32 frame_count) in ReadFrames() argument219 int32 bytes_to_read = frame_count * fFrameSize; in ReadFrames()
6024 uint8_t frame_count; member6082 uint8_t frame_count; member6279 tx_resp->frame_count) & 0xfff; in iwx_get_scd_ssn()
5376 if (qid < IWX_FIRST_AGG_TX_QUEUE && tx_resp->frame_count > 1) in iwx_rx_tx_cmd()5379 tx_resp->frame_count * sizeof(tx_resp->status) > len) in iwx_rx_tx_cmd()5384 if (tx_resp->frame_count > 1) /* A-MPDU */ in iwx_rx_tx_cmd()5399 memcpy(&ssn, &tx_resp->status + tx_resp->frame_count, sizeof(ssn)); in iwx_rx_tx_cmd()
5105 uint8_t frame_count; member5233 tx_resp->frame_count) & 0xfff; in iwm_get_scd_ssn()
5640 KASSERT(tx_resp->frame_count == 1); in iwm_rx_tx_cmd_single()5868 if (qid < IWM_FIRST_AGG_TX_QUEUE && tx_resp->frame_count > 1) in iwm_rx_tx_cmd()5873 tx_resp->frame_count * sizeof(tx_resp->status) > len) in iwm_rx_tx_cmd()5882 memcpy(&ssn, &tx_resp->status + tx_resp->frame_count, sizeof(ssn)); in iwm_rx_tx_cmd()5888 le32toh(tx_resp->initial_rate), tx_resp->frame_count, in iwm_rx_tx_cmd()