HomeSort by relevance Sort by last modified time
    Searched refs:OMX_U64 (Results 1 - 20 of 20) sorted by null

  /frameworks/native/include/media/openmax/
OMX_Types.h 177 /** OMX_U64 is a 64 bit unsigned quantity that is 64 bit word aligned */
178 typedef unsigned long long OMX_U64;
185 /** OMX_U64 is a 64 bit unsigned quantity that is 64 bit word aligned */
186 typedef unsigned __int64 OMX_U64;
193 /** OMX_U64 is a 64 bit unsigned quantity that is 64 bit word aligned */
194 typedef unsigned long long OMX_U64;
  /hardware/qcom/media/mm-core/inc/
OMX_Types.h 159 /** OMX_U64 is a 64 bit unsigned quantity that is 64 bit word aligned */
160 typedef unsigned long long OMX_U64;
167 /** OMX_U64 is a 64 bit unsigned quantity that is 64 bit word aligned */
168 typedef unsigned __int64 OMX_U64;
175 /** OMX_U64 is a 64 bit unsigned quantity that is 64 bit word aligned */
176 typedef unsigned long long OMX_U64;
QOMX_FileFormatExtensions.h 133 OMX_U64 nSpaceConsumed;/** space that consumed in bytes*/
134 OMX_U64 nSpaceLeft;/** space left in bytes*/
OMX_QCOMExtns.h 77 OMX_U64 nVirtualAddress;
84 OMX_U64 nPhysicalAddress;
639 OMX_U64 seiTimeStamp;
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Types.h 159 /** OMX_U64 is a 64 bit unsigned quantity that is 64 bit word aligned */
160 typedef unsigned long long OMX_U64;
167 /** OMX_U64 is a 64 bit unsigned quantity that is 64 bit word aligned */
168 typedef unsigned __int64 OMX_U64;
175 /** OMX_U64 is a 64 bit unsigned quantity that is 64 bit word aligned */
176 typedef unsigned long long OMX_U64;
OMX_QCOMExtns.h 73 OMX_U64 nVirtualAddress;
80 OMX_U64 nPhysicalAddress;
527 OMX_U64 seiTimeStamp;
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Types.h 159 /** OMX_U64 is a 64 bit unsigned quantity that is 64 bit word aligned */
160 typedef unsigned long long OMX_U64;
167 /** OMX_U64 is a 64 bit unsigned quantity that is 64 bit word aligned */
168 typedef unsigned __int64 OMX_U64;
175 /** OMX_U64 is a 64 bit unsigned quantity that is 64 bit word aligned */
176 typedef unsigned long long OMX_U64;
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Types.h 159 /** OMX_U64 is a 64 bit unsigned quantity that is 64 bit word aligned */
160 typedef unsigned long long OMX_U64;
167 /** OMX_U64 is a 64 bit unsigned quantity that is 64 bit word aligned */
168 typedef unsigned __int64 OMX_U64;
175 /** OMX_U64 is a 64 bit unsigned quantity that is 64 bit word aligned */
176 typedef unsigned long long OMX_U64;
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Types.h 159 /** OMX_U64 is a 64 bit unsigned quantity that is 64 bit word aligned */
160 typedef unsigned long long OMX_U64;
167 /** OMX_U64 is a 64 bit unsigned quantity that is 64 bit word aligned */
168 typedef unsigned __int64 OMX_U64;
175 /** OMX_U64 is a 64 bit unsigned quantity that is 64 bit word aligned */
176 typedef unsigned long long OMX_U64;
OMX_TI_IVCommon.h     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
omxtypes.h 137 /* OMX_U64 & OMX_S64 */
140 typedef unsigned __int64 OMX_U64; /** Unsigned 64-bit integer */
147 typedef unsigned long long OMX_U64; /** Unsigned 64-bit integer */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
omxtypes.h 137 /* OMX_U64 & OMX_S64 */
140 typedef unsigned __int64 OMX_U64; /** Unsigned 64-bit integer */
147 typedef unsigned long long OMX_U64; /** Unsigned 64-bit integer */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
omxtypes.h 137 /* OMX_U64 & OMX_S64 */
140 typedef unsigned __int64 OMX_U64; /** Unsigned 64-bit integer */
147 typedef unsigned long long OMX_U64; /** Unsigned 64-bit integer */
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
h264_utils.h 227 OMX_U64 processing_time_us();
229 inline OMX_U64 get_act_time();
230 OMX_U64 start_time;
231 OMX_U64 proc_time;
  /hardware/ti/omap4xxx/domx/domx/omx_rpc/src/
omx_rpc.c 206 OMX_U64 nKillEvent = 1;
214 write(pRPCCtx->fd_killcb, &nKillEvent, sizeof(OMX_U64));
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
WmaDecTest.c 499 OMX_U64 outBuffSize;
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/src/
h264_utils.cpp 478 OMX_U64 stop_time = get_act_time();
503 OMX_U64 perf_metrics::get_act_time()
510 OMX_U64 perf_metrics::processing_time_us()
    [all...]
omx_vdec.cpp     [all...]
omx_vdec_copper.cpp     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h 927 OMX_U64 arrBufIndex[VIDDEC_MAX_QUEUE_SIZE]; /* for time stamps */
    [all...]

Completed in 257 milliseconds