• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/

Lines Matching defs:standard

68  * struct tvp514x_std_info - Structure to store standard informations
72 * @standard: v4l2 standard structure information
78 struct v4l2_standard standard;
91 * @current_std: Current standard
210 .standard = {
223 .standard = {
231 /* Standard: need to add for additional standard */
347 * tvp514x_query_current_std() : Query the current standard detected by TVP5146/47
350 * Returns the current standard detected by TVP5146/47, STD_INVALID if there is no
351 * standard detected.
359 /* use the standard status register */
362 /* use the standard register itself */
452 * @sd: pointer to standard V4L2 sub-device structure
495 * @sd: pointer to standard V4L2 sub-device structure
496 * @std_id: standard V4L2 std_id ioctl enum
498 * Returns the current standard detected by TVP5146/47. If no active input is
513 /* query the current standard */
560 *std_id = decoder->std_list[current_std].standard.id;
563 decoder->std_list[current_std].standard.name);
569 * @sd: pointer to standard V4L2 sub-device structure
570 * @std_id: standard V4L2 v4l2_std_id ioctl enum
572 * If std_id is supported, sets the requested standard. Otherwise, returns
581 if (std_id & decoder->std_list[i].standard.id)
597 decoder->std_list[i].standard.name);
603 * @sd: pointer to standard V4L2 sub-device structure
722 * @sd: pointer to standard V4L2 sub-device structure
723 * @qctrl: standard V4L2 v4l2_queryctrl structure
777 * @sd: pointer to standard V4L2 sub-device structure
832 * @sd: pointer to standard V4L2 sub-device structure
933 * @sd: pointer to standard V4L2 sub-device structure
934 * @fmt: standard V4L2 VIDIOC_ENUM_FMT ioctl structure
958 * @sd: pointer to standard V4L2 sub-device structure
959 * @f: pointer to standard V4L2 VIDIOC_TRY_FMT ioctl structure
979 /* Calculate height and width based on current standard */
1000 * @sd: pointer to standard V4L2 sub-device structure
1001 * @a: pointer to standard V4L2 VIDIOC_G_PARM ioctl structure
1019 /* get the current standard */
1025 decoder->std_list[current_std].standard.frameperiod;
1032 * @sd: pointer to standard V4L2 sub-device structure
1033 * @a: pointer to standard V4L2 VIDIOC_S_PARM ioctl structure
1054 /* get the current standard */
1058 decoder->std_list[current_std].standard.frameperiod;
1065 * @sd: pointer to standard V4L2 sub-device structure
1202 /* Set default standard to auto */