HomeSort by relevance Sort by last modified time
    Searched refs:eType (Results 1 - 25 of 44) sorted by null

1 2

  /hardware/samsung_slsi/exynos5/include/
ExynosJpegApi.h 130 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/
ExynosJpegBase.cpp 85 int ExynosJpegBase::t_v4l2SetFmt(int iFd, enum v4l2_buf_type eType, struct CONFIG *pstConfig)
90 fmt.type = eType;
134 int ExynosJpegBase::t_v4l2GetFmt(int iFd, enum v4l2_buf_type eType, struct CONFIG *pstConfig)
139 fmt.type = eType;
231 int ExynosJpegBase::t_v4l2Dqbuf(int iFd, enum v4l2_buf_type eType, enum v4l2_memory eMemory, int iNumPlanes)
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)
265 iRet = ioctl(iFd, VIDIOC_STREAMON, &eType);
274 int ExynosJpegBase::t_v4l2StreamOff(int iFd, enum v4l2_buf_type eType)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseIterators.java 472 int eType;
483 eType = _exptype(node);
484 if (eType < DTM.NTYPES) {
485 if (eType == nodeType) {
488 } else if (m_expandedNameTable.getType(eType) == nodeType) {
937 int eType;
946 eType = _exptype(node);
947 if (eType < DTM.NTYPES) {
948 if (eType == nodeType) {
951 } else if (m_expandedNameTable.getType(eType) == nodeType)
    [all...]
DTMDefaultBase.java 989 int firstChild, eType;
994 eType = _exptype(firstChild);
995 if (eType == nodeType
996 || (eType >= DTM.NTYPES
997 && m_expandedNameTable.getType(eType) == nodeType)) {
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM2.java 285 int eType;
287 eType = _exptype2(node);
288 if (eType >= DTM.NTYPES)
    [all...]
  /hardware/qcom/media/mm-video/vidc/common/src/
extra_data_handler.cpp 279 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) {
  /frameworks/native/include/media/openmax/
OMX_Other.h 104 OMX_TIME_SEEKMODETYPE eType; /**< The seek mode */
OMX_Component.h 142 OMX_SUSPENSIONTYPE eType;
OMX_Core.h 482 OMX_EXTRADATATYPE eType; /* Extra Data type */
    [all...]
  /hardware/qcom/media/mm-core/inc/
OMX_Other.h 87 OMX_TIME_SEEKMODETYPE eType; /**< The seek mode */
OMX_Component.h 125 OMX_SUSPENSIONTYPE eType;
OMX_Core.h 465 OMX_EXTRADATATYPE eType; /* Extra Data type */
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Other.h 87 OMX_TIME_SEEKMODETYPE eType; /**< The seek mode */
OMX_Component.h 125 OMX_SUSPENSIONTYPE eType;
OMX_Core.h 465 OMX_EXTRADATATYPE eType; /* Extra Data type */
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Other.h 87 OMX_TIME_SEEKMODETYPE eType; /**< The seek mode */
OMX_Component.h 125 OMX_SUSPENSIONTYPE eType;
OMX_Core.h 465 OMX_EXTRADATATYPE eType; /* Extra Data type */
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Other.h 87 OMX_TIME_SEEKMODETYPE eType; /**< The seek mode */
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Other.h 87 OMX_TIME_SEEKMODETYPE eType; /**< The seek mode */
  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport.c     [all...]
phFriNfc_LlcpTransport.h 439 * \param[in] eType The socket type.
457 phFriNfc_LlcpTransport_eSocketType_t eType,
    [all...]
phLibNfc_llcp.c 548 NFCSTATUS phLibNfc_Llcp_Socket( phLibNfc_Llcp_eSocketType_t eType,
576 eType,
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1577 milliseconds

1 2