Searched refs:CX18_ENC_STREAM_TYPE_MPG (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-fileops.c77 * CX18_ENC_STREAM_TYPE_MPG needs to claim:
84 if (type != CX18_ENC_STREAM_TYPE_MPG)
130 * CX18_ENC_STREAM_TYPE_MPG needs to release the
135 if (s->type != CX18_ENC_STREAM_TYPE_MPG)
211 if (s->type == CX18_ENC_STREAM_TYPE_MPG) {
238 if (s->type == CX18_ENC_STREAM_TYPE_MPG)
300 if (cx->vbi.insert_mpeg && s->type == CX18_ENC_STREAM_TYPE_MPG &&
389 if (s->type == CX18_ENC_STREAM_TYPE_MPG &&
541 if (s->type == CX18_ENC_STREAM_TYPE_MPG) {
585 if (s->type == CX18_ENC_STREAM_TYPE_MPG) {
[all...]
H A Dcx18-streams.c62 { /* CX18_ENC_STREAM_TYPE_MPG */
243 if (type != CX18_ENC_STREAM_TYPE_MPG) {
244 struct cx18_stream *s_mpg = &cx->streams[CX18_ENC_STREAM_TYPE_MPG];
601 case CX18_ENC_STREAM_TYPE_MPG:
727 if (s->type == CX18_ENC_STREAM_TYPE_MPG)
782 if (s->type == CX18_ENC_STREAM_TYPE_MPG)
789 if (s->type == CX18_ENC_STREAM_TYPE_MPG && gop_end) {
H A Dcx18-driver.c498 cx->options.megabytes[CX18_ENC_STREAM_TYPE_MPG] = enc_mpg_buffers;
506 cx->stream_buffers[CX18_ENC_STREAM_TYPE_MPG] = enc_mpg_bufs;
514 cx->stream_buf_size[CX18_ENC_STREAM_TYPE_MPG] = enc_mpg_bufsize;
H A Dcx18-driver.h89 #define CX18_ENC_STREAM_TYPE_MPG 0 macro

Completed in 118 milliseconds