Searched refs:other (Results 1 - 20 of 20) sorted by relevance

/hardware/samsung_slsi/exynos5/include/
H A DExynosRect.h69 ExynosRect(const ExynosRect *other) argument
71 x = other->x;
72 y = other->y;
73 w = other->w;
74 h = other->h;
75 fullW = other->fullW;
76 fullH = other->fullH;
77 colorFormat = other->colorFormat;
81 ExynosRect& operator =(const ExynosRect &other) argument
83 x = other
136 ExynosRect2(const ExynosRect2 *other) argument
145 operator =(const ExynosRect2 &other) argument
[all...]
H A DExynosBuffer.h99 ExynosBuffer(const ExynosBuffer *other) argument
102 virt. extP[i] = other->virt.extP[i];
103 phys. extP[i] = other->phys.extP[i];
104 fd. extFd[i] = other->fd.extFd[i];
105 reserved.extP[i] = other->reserved.extP[i];
106 size. extS[i] = other->size.extS[i];
111 ExynosBuffer& operator =(const ExynosBuffer &other) argument
114 virt. extP[i] = other.virt.extP[i];
115 phys. extP[i] = other.phys.extP[i];
116 fd. extFd[i] = other
[all...]
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
H A DAndroid.mk8 # Only for inclusion by other modules.
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/
H A DAndroid.mk8 # Only for inclusion by other modules.
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
H A DAndroid.mk8 # Only for inclusion by other modules.
/hardware/libhardware/modules/audio/
H A DAndroid.mk17 # The default audio HAL module, which is a stub, that is loaded if no other
/hardware/libhardware/modules/local_time/
H A DAndroid.mk22 # if no other device specific modules are present. The exact load order can be
/hardware/ril/include/telephony/
H A Dril_cdma_sms.h156 39 (other terminal problem) are reported. */
511 RIL_CDMA_SMS_UdhOther other; member in union:__anon1326::__anon1327
740 /* All the other values are reserved */
791 ** wms_ts_decode_cdma_bd_with_other() for details regarding 'other' parameters
793 RIL_CDMA_SMS_OtherParm other; member in struct:__anon1344
/hardware/qcom/media/mm-core/omxcore/
H A DAndroid.mk10 # documentation and/or other materials provided with the distribution.
/hardware/qcom/media/mm-core/inc/
H A DOMX_Component.h82 OMX_OTHER_PORTDEFINITIONTYPE other; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon962
/hardware/qcom/media/mm-core/omxcore/inc/
H A DOMX_Component.h82 OMX_OTHER_PORTDEFINITIONTYPE other; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon971
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
H A DOMX_Component.h82 OMX_OTHER_PORTDEFINITIONTYPE other; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon1440
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_Component.h82 OMX_OTHER_PORTDEFINITIONTYPE other; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon2140
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_Component.h82 OMX_OTHER_PORTDEFINITIONTYPE other; member in union:OMX_PARAM_PORTDEFINITIONTYPE::__anon2189
/hardware/libhardware/tests/keymaster/
H A Dkeymaster_test.cpp51 bool operator==(const UniqueBlob &other) const {
52 if (other.length() != mLength) {
57 const uint8_t* theirs = other.get();
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
H A DOMX_JpegDecoder.c2078 if (sPortDef.format.other.eFormat!= pPortDef->format.other.eFormat) {
2169 /* Check if the other component is developed by TI */
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEncoder.c2005 if (sPortDef.format.other.eFormat!= pPortDef->format.other.eFormat) {
2101 /* Check if the other component is developed by TI */
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP.c2393 if (MyPortDef.format.other.eFormat!= pPortDef->format.other.eFormat) {
2484 /* Check if the other component is developed by TI */
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDecoder.c1198 /*all other cases where pCompParam is integer or it doesn't support nPortIndex*/
3621 if (sPortDef.format.other.eFormat != pPortDef->format.other.eFormat) {
3711 /* Check if the other component is developed by TI */
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEncoder.c807 /*other h264 defaults*/
3844 if (sPortDef.format.other.eFormat!= pPortDef->format.other.eFormat)
4011 /* Check if the other component is developed by TI */

Completed in 837 milliseconds