Searched refs:ch_offset (Results 1 – 10 of 10) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | wavpack.c | 108 int ch_offset; member 1131 if (wc->ch_offset && avctx->sample_fmt != sample_fmt) in wavpack_decode_block() 1496 if (!wc->ch_offset) { in wavpack_decode_block() 1561 if (wc->ch_offset + s->stereo >= avctx->channels) { in wavpack_decode_block() 1563 … return ((avctx->err_recognition & AV_EF_EXPLODE) || !wc->ch_offset) ? AVERROR_INVALIDDATA : 0; in wavpack_decode_block() 1566 samples_l = wc->frame->extended_data[wc->ch_offset]; in wavpack_decode_block() 1568 samples_r = wc->frame->extended_data[wc->ch_offset + 1]; in wavpack_decode_block() 1570 wc->ch_offset += 1 + s->stereo; in wavpack_decode_block() 1640 s->ch_offset = 0; in wavpack_decode_frame() 1671 if (s->ch_offset != avctx->channels) { in wavpack_decode_frame()
|
D | wavpackenc.c | 83 int ch_offset; member 2568 if (!s->ch_offset) in wavpack_encode_block() 2571 s->ch_offset += 1 + !(s->flags & WV_MONO); in wavpack_encode_block() 2573 if (s->ch_offset == s->avctx->channels) in wavpack_encode_block() 2876 for (s->ch_offset = 0; s->ch_offset < avctx->channels;) { in wavpack_encode_frame() 2885 fill_buffer(s, frame->extended_data[s->ch_offset], s->samples[0], s->block_samples); in wavpack_encode_frame() 2886 if (avctx->channels - s->ch_offset == 1) { in wavpack_encode_frame() 2890 fill_buffer(s, frame->extended_data[s->ch_offset + 1], s->samples[1], s->block_samples); in wavpack_encode_frame()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | driver.h | 5511 int ch_offset; member
|
D | driver_nl80211_event.c | 591 data.ch_switch.ch_offset = chan_offset; in mlme_event_ch_switch()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | events.c | 5228 data->ch_switch.ch_offset, in wpa_supplicant_event() 5245 switch (data->ch_switch.ch_offset) { in wpa_supplicant_event() 5266 data->ch_switch.ch_offset, in wpa_supplicant_event()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | driver.h | 5873 int ch_offset; member
|
D | driver_nl80211_event.c | 741 data.ch_switch.ch_offset = chan_offset; in mlme_event_ch_switch()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | drv_callbacks.c | 1808 data->ch_switch.ch_offset, in wpa_supplicant_event_hapd()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | drv_callbacks.c | 1981 data->ch_switch.ch_offset, in wpa_supplicant_event_hapd()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | events.c | 4507 data->ch_switch.ch_offset, in wpa_supplicant_event() 4525 data->ch_switch.ch_offset, in wpa_supplicant_event()
|