| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/drmDsp/ |
| H A D | dev.c | 115 dev->encoders = (drmModeEncoderPtr*)calloc(dev->num_encoders, sizeof(*dev->encoders)); in create_sp_dev() 116 if (!dev->encoders) { in create_sp_dev() 121 dev->encoders[i] = drmModeGetEncoder(dev->fd, r->encoders[i]); in create_sp_dev() 122 if (!dev->encoders[i]) { in create_sp_dev() 275 if (dev->encoders) { in destroy_sp_dev() 277 if (dev->encoders[i]) in destroy_sp_dev() 278 drmModeFreeEncoder(dev->encoders[i]); in destroy_sp_dev() 280 free(dev->encoders); in destroy_sp_dev()
|
| H A D | modeset.c | 48 e = dev->encoders[0]; in initialize_screens() 57 e = dev->encoders[j]; in initialize_screens()
|
| H A D | dev.h | 45 drmModeEncoderPtr* encoders; member
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/media/ |
| H A D | davinci-vpbe.rst | 18 Loads up VENC, OSD and external encoders such as ths8200. It provides 22 using sub device ops. The connection of external encoders to VENC LCD 28 for setting up the interface between VENC and external encoders based on 30 interfacing external encoders such as ths8200. The setup_if_config() 34 encoders is not present, and would be a part of the next patch series. 39 setting timings at LCD controller port when external encoders are connected 52 support for external encoders and displays forms a part of the next
|
| H A D | intro.rst | 17 - Media encoders and decoders.
|
| H A D | i2c-cardlist.rst | 213 Video encoders 225 ak881x AK8813/AK8814 video encoders 226 saa7127 Philips SAA7127/9 digital video encoders
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/davinci/ |
| H A D | vpbe.c | 231 ret = v4l2_subdev_call(vpbe_dev->encoders[sd_index], video, in vpbe_set_output() 321 ret = v4l2_subdev_call(vpbe_dev->encoders[sd_index], video, in vpbe_s_dv_timings() 422 ret = v4l2_subdev_call(vpbe_dev->encoders[sd_index], video, in vpbe_s_std() 641 vpbe_dev->encoders = kmalloc_array(num_encoders, in vpbe_initialize() 642 sizeof(*vpbe_dev->encoders), in vpbe_initialize() 644 if (!vpbe_dev->encoders) { in vpbe_initialize() 653 enc_subdev = &vpbe_dev->encoders[i]; in vpbe_initialize() 659 enc_subdev = &vpbe_dev->encoders[i]; in vpbe_initialize() 731 kfree(vpbe_dev->encoders); in vpbe_initialize() 762 kfree(vpbe_dev->encoders); in vpbe_deinitialize()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/sti/hva/ |
| H A D | hva-debugfs.c | 292 while (hva->encoders[i]) { in encoders_show() 293 seq_printf(s, "|- %s: %4.4s => %4.4s\n", hva->encoders[i]->name, in encoders_show() 294 (char *)&hva->encoders[i]->pixelformat, in encoders_show() 295 (char *)&hva->encoders[i]->streamformat); in encoders_show() 333 DEFINE_SHOW_ATTRIBUTE(encoders); 342 hva_dbg_create_entry(encoders); in hva_debugfs_create()
|
| /OK3568_Linux_fs/buildroot/package/libdrm/ |
| H A D | 0002-modetest-Speed-up-dumping-info.patch | 27 +int encoders = 0, connectors = 0, crtcs = 0, planes = 0, fbs = 0; 107 - int encoders = 0, connectors = 0, crtcs = 0, planes = 0, framebuffers = 0; 112 encoders = 1; 124 - encoders = connectors = crtcs = planes = framebuffers = 1; 125 + encoders = connectors = crtcs = planes = fbs = 1;
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i2c/ |
| H A D | Kconfig | 9 Support for Chrontel ch7006 and similar TV encoders, found 29 Support for NXP Semiconductors TDA998X HDMI encoders.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/gstreamer/ |
| H A D | gstreamer1.0-vaapi_1.20.5.bb | 39 PACKAGECONFIG ??= "drm encoders \ 45 PACKAGECONFIG[encoders] = "-Dwith_encoders=yes,-Dwith_encoders=no"
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/ti/ |
| H A D | ti,omap-dss.txt | 19 a RGB pixel stream to encoders. 27 The DSS Core and the encoders have video port outputs. The structure of the 33 panels or external encoders.
|
| /OK3568_Linux_fs/kernel/drivers/media/test-drivers/vidtv/ |
| H A D | vidtv_channel.c | 116 s302m->encoders = vidtv_s302m_encoder_init(encoder_args); in vidtv_channel_s302m_init() 117 if (!s302m->encoders) in vidtv_channel_s302m_init() 143 vidtv_s302m_encoder_destroy(s302m->encoders); in vidtv_channel_s302m_init() 539 vidtv_channel_encoder_destroy(curr->encoders); in vidtv_channels_destroy()
|
| H A D | vidtv_channel.h | 60 struct vidtv_encoder *encoders; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_connector.c | 1296 u32 encoders = 0; in nouveau_connector_create() local 1301 encoders |= (1 << dcbt->entry[i].type); in nouveau_connector_create() 1304 if (encoders & (1 << DCB_OUTPUT_DP)) { in nouveau_connector_create() 1305 if (encoders & (1 << DCB_OUTPUT_TMDS)) in nouveau_connector_create() 1310 if (encoders & (1 << DCB_OUTPUT_TMDS)) { in nouveau_connector_create() 1311 if (encoders & (1 << DCB_OUTPUT_ANALOG)) in nouveau_connector_create() 1316 if (encoders & (1 << DCB_OUTPUT_ANALOG)) { in nouveau_connector_create() 1319 if (encoders & (1 << DCB_OUTPUT_LVDS)) { in nouveau_connector_create() 1322 if (encoders & (1 << DCB_OUTPUT_TV)) { in nouveau_connector_create()
|
| /OK3568_Linux_fs/kernel/Documentation/gpu/ |
| H A D | drm-kms.rst | 66 For the output routing the first step is encoders (represented by 72 Unfortunately encoders have been exposed to userspace, hence can't remove them 75 A CRTC can be connected to multiple encoders, and for an active CRTC there must 80 Abstraction`_). Connectors can have different possible encoders, but the kernel 136 share code for encoders (sometimes on the same SoC, sometimes off-chip) one or 140 the CRTC and any encoders. Often for drivers with bridges there's no code left 143 backwards compatibility since encoders are exposed to userspace.
|
| /OK3568_Linux_fs/buildroot/package/ffmpeg/ |
| H A D | Config.in | 94 string "Enabled encoders" 97 Space-separated list of encoders to build in FFmpeg, 100 Run ./configure --list-encoders in the ffmpeg sources
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-encoder-cmd.rst | 58 started yet. Applies to both queues of mem2mem encoders. 63 mem2mem encoders. 67 encoders (as further documented in :ref:`encoder`).
|
| H A D | ext-ctrls-jpeg.rst | 9 The JPEG class includes controls for common features of JPEG encoders 84 control is valid only for encoders.
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/adv7511/ |
| H A D | Kconfig | 9 Support for the Analog Devices ADV7511(W)/13/33/35 HDMI encoders.
|
| /OK3568_Linux_fs/kernel/Documentation/input/devices/ |
| H A D | rotary-encoder.rst | 10 Rotary encoders are devices which are connected to the CPU or other 15 Some encoders have both outputs low in stable states, others also have
|
| /OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/src/ |
| H A D | xf86drmMode.c | 110 drmFree(ptr->encoders); in drmModeFreeResources() 136 drmFree(ptr->encoders); in drmModeFreeConnector() 233 r->encoders = drmAllocCpy(U642VOID(res.encoder_id_ptr), res.count_encoders, sizeof(uint32_t)); in drmModeGetResources() 237 (res.count_encoders && !r->encoders)) in drmModeGetResources() 242 drmFree(r->encoders); in drmModeGetResources() 575 r->encoders = drmAllocCpy(U642VOID(conn.encoders_ptr), conn.count_encoders, sizeof(uint32_t)); in _drmModeGetConnector() 582 (r->count_encoders && !r->encoders)) { in _drmModeGetConnector() 586 drmFree(r->encoders); in _drmModeGetConnector()
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/debian-hacks/ |
| H A D | Don-t-build-image-gtests.patch | 20 DIRS += ['build', 'decoders', 'encoders']
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/mdp4/ |
| H A D | mdp4_kms.c | 238 priv->encoders[priv->num_encoders++] = encoder; in mdp4_modeset_init_intf() 261 priv->encoders[priv->num_encoders++] = encoder; in mdp4_modeset_init_intf() 281 priv->encoders[priv->num_encoders++] = encoder; in mdp4_modeset_init_intf()
|
| /OK3568_Linux_fs/buildroot/package/protozero/ |
| H A D | Config.in | 8 parsers and encoders with minimal need for run-time allocation
|