Searched refs:pad (Results 1 - 16 of 16) sorted by relevance

/hardware/samsung_slsi/exynos5/include/
H A Dv4l2-subdev.h32 __u32 pad; member in struct:v4l2_subdev_format
40 __u32 pad; member in struct:v4l2_subdev_crop
46 __u32 pad; member in struct:v4l2_subdev_mbus_code_enum
55 __u32 pad; member in struct:v4l2_subdev_frame_size_enum
66 __u32 pad; member in struct:v4l2_subdev_frame_interval
74 __u32 pad; member in struct:v4l2_subdev_frame_interval_enum
H A Dexynos_v4l2.h181 struct media_pad *exynos_media_entity_remote_source(struct media_pad *pad);
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
H A Dv4l2-subdev.h43 * @pad: pad number, as reported by the media API
48 __u32 pad; member in struct:v4l2_subdev_format
56 * @pad: pad number, as reported by the media API
57 * @rect: pad crop rectangle boundaries
61 __u32 pad; member in struct:v4l2_subdev_crop
68 * @pad: pad number, as reported by the media API
73 __u32 pad; member in struct:v4l2_subdev_mbus_code_enum
87 __u32 pad; member in struct:v4l2_subdev_frame_size_enum
102 __u32 pad; member in struct:v4l2_subdev_frame_interval
118 __u32 pad; member in struct:v4l2_subdev_frame_interval_enum
[all...]
/hardware/samsung_slsi/exynos5/libv4l2/
H A Dexynos_mc.c362 * @brief Locate the pad at the other end of a link.
363 * @param pad - sink pad at one end of the link.
365 * Locate the source pad connected to @a pad through an enabled link. As only one
366 * link connected to a sink pad can be enabled at a time, the connected source
367 * pad is guaranteed to be unique.
369 * @return A pointer to the connected source pad, or NULL if all links connected
370 * to @a pad are disabled. Return NULL also if @a pad i
372 exynos_media_entity_remote_source(struct media_pad *pad) argument
617 unsigned int entity_id, pad; local
[all...]
/hardware/qcom/media/mm-video/vidc/common/src/
H A Dextra_data_handler.cpp167 OMX_U32 marker = 0, pad = 0xFF; local
202 pad = d_u(bit_ptr);
203 if(pad) {
/hardware/samsung_slsi/exynos5/libgscaler/
H A Dexynos_gscaler.c1445 /* set format: src pad of GSC sub-dev*/
1446 sd_fmt.pad = GSCALER_SUBDEV_PAD_SOURCE;
1463 sd_crop.pad = GSCALER_SUBDEV_PAD_SOURCE;
1481 /* sink pad is connected to GSC out */
1484 sd_fmt.pad = FIMD_SUBDEV_PAD_SINK;
1488 sd_fmt.pad = MIXER_V_SUBDEV_PAD_SINK;
1497 ALOGE("%s::sink:set format failed (PAD=%d)", __func__, sd_fmt.pad);
1503 sd_crop.pad = FIMD_SUBDEV_PAD_SINK;
1505 sd_crop.pad = MIXER_V_SUBDEV_PAD_SINK;
1520 ALOGE("%s::sink: subdev set crop failed(PAD=%d)", __func__, sd_crop.pad);
[all...]
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp541 sd_fmt.pad = MIXER_G0_SUBDEV_PAD_SINK;
547 ALOGE("%s: s_fmt failed pad=%d", __func__, sd_fmt.pad);
553 sd_crop.pad = MIXER_G0_SUBDEV_PAD_SINK;
558 ALOGE("%s: s_crop failed pad=%d", __func__, sd_crop.pad);
563 sd_fmt.pad = MIXER_G0_SUBDEV_PAD_SOURCE;
569 ALOGE("%s: s_fmt failed pad=%d", __func__, sd_fmt.pad);
574 sd_crop.pad
[all...]
/hardware/broadcom/wlan/bcm4329/dhdutil/
H A Dbcmutils.c1923 unsigned int pad = 0; local
1952 pad = 4 - buf_len % 4;
1953 if (pad && (buf_len + pad <= len)) {
1954 buf_len += pad;
H A Ddhdu.c407 int letter, col, row, pad; local
433 pad = 18 * (col + 1) - strlen(buf+row*80);
434 if (pad < 1)
435 pad = 1;
436 for (; pad; pad--)
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Dbcmutils.c2049 unsigned int pad = 0; local
2078 pad = 4 - buf_len % 4;
2079 if (pad && (buf_len + pad <= len)) {
2080 buf_len += pad;
H A Ddhdu.c424 int letter, col, row, pad; local
450 pad = 18 * (col + 1) - strlen(buf+row*80);
451 if (pad < 1)
452 pad = 1;
453 for (; pad; pad--)
/hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/
H A Dbt_amp_hci.h132 uint8 pad; member in struct:plh_pad
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A Dbt_amp_hci.h132 uint8 pad; member in struct:plh_pad
/hardware/ti/wlan/wl1271/TWD/FirmwareApi/
H A Dpublic_commands.h1561 uint8 pad[3]; member in struct:__anon2396
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h287 uint8 pad; member in struct:chan_scandata
305 int8 pad; member in struct:wl_extdscan_params
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDec_Utils.c6108 OMX_U32 pad = 0; /* padding */ local
6139 pad = 4 - rem;
6142 len = off + fl + pad;
6144 OMX_PRINT1(pComponentPrivate->dbg,"off=%d,fl=%d,rem=%d,pad=%d,len=%d\n", off, fl, rem, pad, len);

Completed in 294 milliseconds