Searched defs:enc (Results 1 - 7 of 7) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dtreecoder.c82 const int enc = tok[t].value; local
89 const int b = (enc >> --L) & 1;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
H A Dvpx_codec.h209 struct vpx_codec_enc_cfg *enc; /**< Encoder Configuration Pointer */ member in union:vpx_codec_ctx::__anon662
/hardware/intel/img/libdrm/libdrm/
H A Dxf86drmMode.c332 struct drm_mode_get_encoder enc; local
335 enc.encoder_id = encoder_id;
336 enc.encoder_type = 0;
337 enc.possible_crtcs = 0;
338 enc.possible_clones = 0;
340 if (drmIoctl(fd, DRM_IOCTL_MODE_GETENCODER, &enc))
346 r->encoder_id = enc.encoder_id;
347 r->crtc_id = enc.crtc_id;
348 r->encoder_type = enc.encoder_type;
349 r->possible_crtcs = enc
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/
H A Dvpx_codec_internal.h351 } enc; member in struct:vpx_codec_iface
389 } enc; member in struct:vpx_codec_priv
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvparser.cpp5101 ContentEncryption* const enc = *enc_i++; local
5102 delete enc;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
H A Dmkvparser.cpp4444 ContentEncryption* const enc = *enc_i++; local
4445 delete enc;
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp216 property_get("vidc.enc.log.in", property_value, "0");
219 property_get("vidc.enc.log.out", property_value, "0");
222 property_get("vidc.enc.log.extradata", property_value, "0");
994 struct v4l2_encoder_cmd enc; local
998 enc.cmd = V4L2_ENC_CMD_STOP;
999 ioctl(m_nDriver_fd, VIDIOC_ENCODER_CMD, &enc);
2149 struct v4l2_encoder_cmd enc; local
2152 enc.cmd = V4L2_ENC_QCOM_CMD_FLUSH;
2153 enc.flags = V4L2_QCOM_CMD_FLUSH_OUTPUT | V4L2_QCOM_CMD_FLUSH_CAPTURE;
2155 if (ioctl(m_nDriver_fd, VIDIOC_ENCODER_CMD, &enc)) {
[all...]

Completed in 273 milliseconds