Home | History | Annotate | Download | only in src

Lines Matching defs:p_cfg

335     CFG *p_cfg = &hData->sfinfo.cfg;
367 p_cfg->smplrate_id = smplrate_id;
368 p_cfg->chconfig_id = chconfig_id;
369 p_cfg->frame_length = frame_length;
370 p_cfg->frame_status = frame_status;
372 ldaclib_get_channel(chconfig_id, &p_cfg->ch);
387 CFG *p_cfg = &hData->sfinfo.cfg;
389 *p_smplrate_id = p_cfg->smplrate_id;
390 *p_chconfig_id = p_cfg->chconfig_id;
391 *p_frame_length = p_cfg->frame_length;
392 *p_frame_status = p_cfg->frame_status;
527 CFG *p_cfg = &hData->sfinfo.cfg;
534 if (!ldaclib_assert_supported_frame_length(frame_length, p_cfg->chconfig_id)) {
539 p_cfg->frame_length = frame_length;
553 CFG *p_cfg = &hData->sfinfo.cfg;
555 *p_frame_length = p_cfg->frame_length;