Lines Matching refs:strParam
280 const struct StrParaCapture *strParam = param;
281 struct IAudioCapture *capture = strParam->capture;
285 int fd = fileno(strParam->file);
447 struct StrParaCapture *strParam, struct IAudioCapture *capture, int32_t recordModeFlag)
449 if (strParam == NULL || capture == NULL) {
454 (void)memset_s(strParam, sizeof(struct StrParaCapture), 0, sizeof(struct StrParaCapture));
456 strParam->capture = capture;
457 strParam->file = g_file;
458 strParam->attrs = g_attrs;
459 strParam->frame = g_frame;