Lines Matching refs:pChoose
219 const struct Timon_table_entry *pChoose;
234 pChoose = &Timon_table[size][fps][*compression];
235 if (pChoose->alternate != 0)
240 if (pChoose->alternate == 0)
245 pChoose->mode, 13);
249 if (pChoose->bandlength > 0 && pixfmt == V4L2_PIX_FMT_YUV420)
250 pwc_dec23_init(pdev, pChoose->mode);
255 pdev->valternate = pChoose->alternate;
258 pdev->vbandlength = pChoose->bandlength;
259 if (pChoose->bandlength > 0)
260 pdev->frame_size = (pChoose->bandlength * pdev->height) / 4;
270 const struct Kiara_table_entry *pChoose;
285 pChoose = &Kiara_table[size][fps][*compression];
286 if (pChoose->alternate != 0)
291 if (pChoose->alternate == 0)
296 ret = send_video_command(pdev, 4, pChoose->mode, 12);
300 if (pChoose->bandlength > 0 && pixfmt == V4L2_PIX_FMT_YUV420)
301 pwc_dec23_init(pdev, pChoose->mode);
306 pdev->valternate = pChoose->alternate;
309 pdev->vbandlength = pChoose->bandlength;