HomeSort by relevance Sort by last modified time
    Searched defs:nBufferSize (Results 1 - 15 of 15) sorted by null

  /hardware/interfaces/media/omx/1.0/vts/functional/component/
VtsHalMediaOmxV1_0TargetComponentTest.cpp 449 OMX_U32 nBufferSize = portDef.nBufferSize >> 1;
450 if (nBufferSize != 0) {
452 portDef.nBufferSize = nBufferSize;
455 portDef.nBufferSize = ALIGN_POWER_OF_TWO(nBufferSize, 12);
456 nBufferSize = portDef.nBufferSize;
469 double dev = (portDef.nBufferSize / (double)nBufferSize)
    [all...]
  /frameworks/native/headers/media_plugin/media/openmax/
OMX_Component.h 85 OMX_U32 nBufferSize; /**< Size, in bytes, for buffers to be used for this channel */
  /hardware/qcom/media/msm8974/mm-core/inc/
OMX_Component.h 68 OMX_U32 nBufferSize; /**< Size, in bytes, for buffers to be used for this channel */
QOMX_IVCommonExtensions.h 381 OMX_U32 nBufferSize; /**< Read-only parameter that specifies the minimum size of the buffer, in bytes */
OMX_QCOMExtns.h     [all...]
  /hardware/qcom/media/msm8974/mm-core/omxcore/inc/
OMX_Component.h 68 OMX_U32 nBufferSize; /**< Size, in bytes, for buffers to be used for this channel */
  /hardware/qcom/media/msm8996/mm-core/inc/
OMX_Component.h 68 OMX_U32 nBufferSize; /**< Size, in bytes, for buffers to be used for this channel */
QOMX_IVCommonExtensions.h 381 OMX_U32 nBufferSize; /**< Read-only parameter that specifies the minimum size of the buffer, in bytes */
OMX_QCOMExtns.h     [all...]
  /hardware/qcom/media/msm8998/mm-core/inc/
OMX_Component.h 68 OMX_U32 nBufferSize; /**< Size, in bytes, for buffers to be used for this channel */
QOMX_IVCommonExtensions.h 381 OMX_U32 nBufferSize; /**< Read-only parameter that specifies the minimum size of the buffer, in bytes */
OMX_QCOMExtns.h     [all...]
  /hardware/qcom/media/sdm845/mm-core/inc/
OMX_Component.h 68 OMX_U32 nBufferSize; /**< Size, in bytes, for buffers to be used for this channel */
QOMX_IVCommonExtensions.h 381 OMX_U32 nBufferSize; /**< Read-only parameter that specifies the minimum size of the buffer, in bytes */
OMX_QCOMExtns.h     [all...]

Completed in 164 milliseconds