Searched refs:header_read (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/media/usb/gspca/ |
H A D | sonixb.c | 56 int header_read; member 1259 switch (sd->header_read) { in find_sof() 1262 sd->header_read++; in find_sof() 1266 sd->header_read++; in find_sof() 1268 sd->header_read = 0; in find_sof() 1272 sd->header_read++; in find_sof() 1274 sd->header_read = 0; in find_sof() 1278 sd->header_read++; in find_sof() 1280 sd->header_read = 1; in find_sof() 1282 sd->header_read = 0; in find_sof() [all …]
|
H A D | pac207.c | 57 u8 header_read; member 374 sd->header_read = 0; in sd_pkt_scan() 379 if (sd->header_read < 11) { in sd_pkt_scan() 383 if (sd->header_read < 5) { in sd_pkt_scan() 384 needed = 5 - sd->header_read; in sd_pkt_scan() 389 needed = 11 - sd->header_read; in sd_pkt_scan() 391 sd->header_read += len; in sd_pkt_scan() 396 sd->header_read = 11; in sd_pkt_scan()
|
H A D | sq905.c | 204 int header_read; /* true if we have already read the frame header. */ in sq905_dostream() local 228 header_read = 0; in sq905_dostream() 245 if (!header_read) { in sq905_dostream() 251 header_read = 1; in sq905_dostream()
|
H A D | jl2005bcd.c | 310 int header_read = 0; in jl2005c_dostream() local 329 if (!header_read) { in jl2005c_dostream() 358 header_read = 1; in jl2005c_dostream() 375 header_read = 0; in jl2005c_dostream()
|
/openbmc/openbmc/poky/meta/recipes-multimedia/libsndfile/libsndfile1/ |
H A D | cve-2022-33065.patch | 389 - byte_count += header_read (psf, ucptr, sizeof (int)) ; 390 + read_bytes = header_read (psf, ucptr, sizeof (int)) ; 398 - byte_count += header_read (psf, sixteen_bytes, sizeof (sixteen_bytes)) ; 399 + read_bytes = header_read (psf, sixteen_bytes, sizeof (sixteen_bytes)) ; 407 - byte_count += header_read (psf, charptr, sizeof (char)) ; 408 + read_bytes = header_read (psf, charptr, sizeof (char)) ; 415 - byte_count += header_read (psf, ucptr, sizeof (short)) ; 416 + read_bytes = header_read (psf, ucptr, sizeof (short)) ; 424 - byte_count += header_read (psf, sixteen_bytes, 3) ; 425 + read_bytes = header_read (psf, sixteen_bytes, 3) ; [all …]
|