Searched refs:eType (Results 1 - 25 of 27) sorted by relevance

12

/hardware/samsung_slsi/exynos5/include/
H A DExynosJpegApi.h130 int t_v4l2SetFmt(int iFd, enum v4l2_buf_type eType, struct CONFIG *pstConfig);
131 int t_v4l2GetFmt(int iFd, enum v4l2_buf_type eType, struct CONFIG *pstConfig);
134 int t_v4l2Dqbuf(int iFd, enum v4l2_buf_type eType, enum v4l2_memory eMemory, int iNumPlanes);
135 int t_v4l2StreamOn(int iFd, enum v4l2_buf_type eType);
136 int t_v4l2StreamOff(int iFd, enum v4l2_buf_type eType);
/hardware/samsung_slsi/exynos5/libhwjpeg/
H A DExynosJpegBase.cpp85 int ExynosJpegBase::t_v4l2SetFmt(int iFd, enum v4l2_buf_type eType, struct CONFIG *pstConfig) argument
90 fmt.type = eType;
134 int ExynosJpegBase::t_v4l2GetFmt(int iFd, enum v4l2_buf_type eType, struct CONFIG *pstConfig) argument
139 fmt.type = eType;
231 int ExynosJpegBase::t_v4l2Dqbuf(int iFd, enum v4l2_buf_type eType, enum v4l2_memory eMemory, int iNumPlanes) argument
240 buf.type = eType;
252 if ((eType == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) && \
261 int ExynosJpegBase::t_v4l2StreamOn(int iFd, enum v4l2_buf_type eType) argument
265 iRet = ioctl(iFd, VIDIOC_STREAMON, &eType);
274 int ExynosJpegBase::t_v4l2StreamOff(int iFd, enum v4l2_buf_type eType) argument
[all...]
/hardware/qcom/media/mm-video/vidc/common/src/
H A Dextra_data_handler.cpp279 buf_hdr->nAllocLen) && extra_data->eType != VDEC_EXTRADATA_NONE) {
281 extra_data->eType, extra_data->nDataSize);
282 if (extra_data->eType == VDEC_EXTRADATA_SEI) {
285 else if (extra_data->eType == VEN_EXTRADATA_QCOMFILLER) {
289 else if (extra_data->eType == VEN_EXTRADATA_SLICEINFO) {
/hardware/ti/wlan/wl1271/TWD/Ctrl/
H A DCmdBldCmd.c775 TemplateType_e eType; local
782 eType = TEMPLATE_BEACON;
787 eType = TEMPLATE_PROBE_RESPONSE;
794 eType = CFG_TEMPLATE_PROBE_REQ_2_4;
799 eType = CFG_TEMPLATE_PROBE_REQ_5;
805 eType = TEMPLATE_NULL_DATA;
810 eType = TEMPLATE_PS_POLL;
815 eType = TEMPLATE_QOS_NULL_DATA;
820 eType = TEMPLATE_KLV;
826 eType
[all...]
/hardware/qcom/media/mm-core/inc/
H A DOMX_Other.h87 OMX_TIME_SEEKMODETYPE eType; /**< The seek mode */ member in struct:OMX_TIME_CONFIG_SEEKMODETYPE
H A DOMX_Component.h125 OMX_SUSPENSIONTYPE eType; member in struct:OMX_PARAM_SUSPENSIONTYPE
H A DOMX_Core.h465 OMX_EXTRADATATYPE eType; /* Extra Data type */ member in struct:OMX_OTHER_EXTRADATATYPE
/hardware/qcom/media/mm-core/omxcore/inc/
H A DOMX_Other.h87 OMX_TIME_SEEKMODETYPE eType; /**< The seek mode */ member in struct:OMX_TIME_CONFIG_SEEKMODETYPE
H A DOMX_Component.h125 OMX_SUSPENSIONTYPE eType; member in struct:OMX_PARAM_SUSPENSIONTYPE
H A DOMX_Core.h465 OMX_EXTRADATATYPE eType; /* Extra Data type */ member in struct:OMX_OTHER_EXTRADATATYPE
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
H A DOMX_Other.h87 OMX_TIME_SEEKMODETYPE eType; /**< The seek mode */ member in struct:OMX_TIME_CONFIG_SEEKMODETYPE
H A DOMX_Component.h125 OMX_SUSPENSIONTYPE eType; member in struct:OMX_PARAM_SUSPENSIONTYPE
H A DOMX_Core.h465 OMX_EXTRADATATYPE eType; /* Extra Data type */ member in struct:OMX_OTHER_EXTRADATATYPE
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_Other.h87 OMX_TIME_SEEKMODETYPE eType; /**< The seek mode */ member in struct:OMX_TIME_CONFIG_SEEKMODETYPE
H A DOMX_Component.h125 OMX_SUSPENSIONTYPE eType; member in struct:OMX_PARAM_SUSPENSIONTYPE
H A DOMX_Core.h465 OMX_EXTRADATATYPE eType; /* Extra Data type */ member in struct:OMX_OTHER_EXTRADATATYPE
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_Other.h87 OMX_TIME_SEEKMODETYPE eType; /**< The seek mode */ member in struct:OMX_TIME_CONFIG_SEEKMODETYPE
H A DOMX_Component.h125 OMX_SUSPENSIONTYPE eType; member in struct:OMX_PARAM_SUSPENSIONTYPE
H A DOMX_Core.h465 OMX_EXTRADATATYPE eType; /* Extra Data type */ member in struct:OMX_OTHER_EXTRADATATYPE
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXFD.cpp245 CAMHAL_LOGVB("Size = %d, sizeof = %d, eType = 0x%x, nDataSize= %d, nPortIndex = 0x%x, nVersion = 0x%x",
248 extraData->eType,
H A DOMXCameraAdapter.cpp3428 status_t OMXCameraAdapter::setExtraData(bool enable, OMX_U32 nPortIndex, OMX_EXT_EXTRADATATYPE eType) { argument
3444 extraDataControl.eExtraDataType = eType;
3469 if ( type == extraData->eType )
/hardware/qcom/media/mm-video/vidc/vdec/src/
H A Domx_vdec.cpp6606 DEBUG_PRINT_LOW("\nWRITING extradata, size=%d,type=%d",p_extra->nSize, p_extra->eType);
6608 if (p_extra->eType == OMX_ExtraDataNone)
8167 while(p_extra && p_extra->eType != VDEC_EXTRADATA_NONE)
8170 p_buf_hdr, p_buf_hdr->nTimeStamp, p_extra->eType, p_extra->nDataSize);
8181 if (p_extra->eType == VDEC_EXTRADATA_MB_ERROR_MAP)
8187 p_extra->eType = (OMX_EXTRADATATYPE)OMX_ExtraDataConcealMB;
8189 p_extra->eType = OMX_ExtraDataMax; // Invalid type to avoid expose this extradata to OMX client
8196 else if (p_extra->eType == VDEC_EXTRADATA_SEI)
8202 p_extra->eType = OMX_ExtraDataMax; // Invalid type to avoid expose this extradata to OMX client
8204 else if (p_extra->eType
[all...]
H A Domx_vdec_copper.cpp6297 DEBUG_PRINT_LOW("\nWRITING extradata, size=%d,type=%d",p_extra->nSize, p_extra->eType);
6299 if (p_extra->eType == OMX_ExtraDataNone)
7860 while(p_extra && p_extra->eType != VDEC_EXTRADATA_NONE)
7863 p_buf_hdr, p_buf_hdr->nTimeStamp, p_extra->eType, p_extra->nDataSize);
7874 if (p_extra->eType == VDEC_EXTRADATA_MB_ERROR_MAP)
7880 p_extra->eType = (OMX_EXTRADATATYPE)OMX_ExtraDataConcealMB;
7882 p_extra->eType = OMX_ExtraDataMax; // Invalid type to avoid expose this extradata to OMX client
7887 else if (p_extra->eType == VDEC_EXTRADATA_SEI)
7893 p_extra->eType = OMX_ExtraDataMax; // Invalid type to avoid expose this extradata to OMX client
7895 else if (p_extra->eType
[all...]
/hardware/qcom/media/mm-video/vidc/vdec/test/
H A Domx_vdec_test.cpp748 pExtra->eType != OMX_ExtraDataNone )
751 pBuffer, pBuffer->nTimeStamp, pExtra->eType, pExtra->nDataSize);
752 switch (pExtra->eType)
3505 while (addr < end && pExtraData->eType != OMX_ExtraDataFrameInfo)
3511 if (pExtraData->eType != OMX_ExtraDataFrameInfo)
3513 DEBUG_PRINT_ERROR("pExtraData->eType %d pExtraData->nSize %d\n",pExtraData->eType,pExtraData->nSize);
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
H A DOMX_VideoEnc_Utils.h541 OMX_EXTRADATATYPE eType; member in struct:OMX_OTHER_EXTRADATATYPE_1_1_2

Completed in 2070 milliseconds

12