Lines Matching full:mpeg
38 CX18_WARN("MPEG Index stream cannot be claimed directly, but something tried.\n"); in cx18_claim_stream()
66 * (We don't yet fix up MPEG Index entries for our inserted packets). in cx18_claim_stream()
124 /* Unclaim the associated MPEG Index stream */ in cx18_release_stream()
272 * an MPEG-2 Program Pack start code, and provide only in cx18_copy_buf_to_user()
276 * This will not work for an MPEG-2 TS and has only been in cx18_copy_buf_to_user()
277 * verified by analysis to work for an MPEG-2 PS. Helen Buus in cx18_copy_buf_to_user()
278 * pointed out this works for the CX23416 MPEG-2 DVD compatible in cx18_copy_buf_to_user()
279 * stream, and research indicates both the MPEG 2 SVCD and DVD in cx18_copy_buf_to_user()
280 * stream types use an MPEG-2 PS container. in cx18_copy_buf_to_user()
283 * An MPEG-2 Program Stream (PS) is a series of in cx18_copy_buf_to_user()
284 * MPEG-2 Program Packs terminated by an in cx18_copy_buf_to_user()
285 * MPEG Program End Code after the last Program Pack. in cx18_copy_buf_to_user()
296 /* Scan for a 0 to find a potential MPEG-2 start code */ in cx18_copy_buf_to_user()
303 * MPEG-2 Pack header start code: 0x00 0x00 0x01 0xba in cx18_copy_buf_to_user()
304 * or MPEG-2 video PES start code: 0x00 0x00 0x01 0xe0 in cx18_copy_buf_to_user()