Home
last modified time | relevance | path

Searched refs:search_pack_header (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/media/pci/cx18/
H A Dcx18-fileops.c292 u8 ch = cx->search_pack_header ? 0xba : 0xe0; in cx18_copy_buf_to_user()
311 if (!cx->search_pack_header) { in cx18_copy_buf_to_user()
322 cx->search_pack_header = 1; in cx18_copy_buf_to_user()
343 cx->search_pack_header = 0; /* expect vid PES */ in cx18_copy_buf_to_user()
H A Dcx18-driver.h607 int search_pack_header; member
H A Dcx18-streams.c800 cx->search_pack_header = 0; in cx18_start_v4l2_encode_stream()
/linux/drivers/media/pci/ivtv/
H A Divtv-fileops.c308 u8 ch = itv->search_pack_header ? 0xba : 0xe0; in ivtv_copy_buf_to_user()
317 if (!itv->search_pack_header) { in ivtv_copy_buf_to_user()
323 itv->search_pack_header = 1; in ivtv_copy_buf_to_user()
336 itv->search_pack_header = 0; in ivtv_copy_buf_to_user()
H A Divtv-driver.h726 …int search_pack_header; /* 1 if ivtv_copy_buf_to_user() is scanning for a pack header (0xb… member
H A Divtv-streams.c512 itv->search_pack_header = 0; in ivtv_start_v4l2_encode_stream()