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

1 2 3 4

  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 893 pInPortDef->nBufferSize = lBuffused;
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP.c 257 if (pComponentPrivate->sCompPorts[nPortIndex].pPortDef.nBufferSize > nSizeBytes) {
258 nBufSize = pComponentPrivate->sCompPorts[nPortIndex].pPortDef.nBufferSize;
    [all...]
  /hardware/qcom/media/mm-video/vidc/venc/src/
omx_video_encoder.cpp 223 &m_sInPortDef.nBufferSize,
256 &m_sOutPortDef.nBufferSize,
460 DEBUG_PRINT_LOW("\n i/p buffersize requested = %d\n", portDefn->nBufferSize);
479 &m_sInPortDef.nBufferSize,
485 &m_sOutPortDef.nBufferSize,
493 DEBUG_PRINT_LOW("\n o/p buffersize requested = %d\n", portDefn->nBufferSize);
    [all...]
omx_video_base.cpp     [all...]
video_encoder_device.cpp 435 if(m_sInput_buff_property.datasize != portDefn->nBufferSize)
438 "Driver's updated i/p bufsize = %u", portDefn->nBufferSize,
452 (m_sInput_buff_property.datasize == portDefn->nBufferSize))
486 (m_sOutput_buff_property.datasize == portDefn->nBufferSize)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
WbAmrEncTest.c 760 pCompPrivateStruct->nBufferSize = WBAPP_INPUT_BUFFER_SIZE;
862 pCompPrivateStruct->nBufferSize = WBAPP_OUTPUT_BUFFER_SIZE;
880 pCompPrivateStruct->nBufferSize = WBAPP_OUTPUT_BUFFER_SIZE;
889 pCompPrivateStruct->nBufferSize = WBAPP_OUTPUT_BUFFER_SIZE_MIME;
897 APP_DPRINT("\n%d :: App: pCompPrivateStruct->nBufferSize --> %ld \n", __LINE__, pCompPrivateStruct->nBufferSize);
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.c     [all...]
  /frameworks/base/media/libstagefright/
OMXCodec.cpp 748 || (def.nBufferSize < size)) {
749 def.nBufferSize = size;
763 CHECK_EQ(def.nBufferSize, size);
765 CHECK(def.nBufferSize >= size);
956 def.nBufferSize = getFrameSize(colorFormat,
994 def.nBufferSize = ((def.nBufferSize * 3) >> 1);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Dec_Utils.c 141 nIpBufSize = pComponentPrivate->pPortDef[G711DEC_INPUT_PORT]->nBufferSize;
144 nOpBufSize = pComponentPrivate->pPortDef[G711DEC_OUTPUT_PORT]->nBufferSize;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c 830 /* To get nBufferSize */
834 pAppData->nSizeIn = pAppData->pInPortDef->nBufferSize;
885 /*pAppData->pOutPortDef->nBufferSize = pAppData->nOutBuffSize;*/
905 /* Retreive nBufferSize */
909 pAppData->nSizeOut = pAppData->pOutPortDef->nBufferSize;
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/h264dec/
SEC_OMX_H264dec.c 448 pSECPort->portDefinition.nBufferSize = (size > pSECPort->portDefinition.nBufferSize) ? size : pSECPort->portDefinition.nBufferSize;
457 pSECOutputPort->portDefinition.nBufferSize = (width * height * 3) / 2;
459 pSECOutputPort->portDefinition.nBufferSize = width * height * 2;
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/mpeg4dec/
SEC_OMX_Mpeg4dec.c 589 pSECPort->portDefinition.nBufferSize = (size > pSECPort->portDefinition.nBufferSize) ? size : pSECPort->portDefinition.nBufferSize;
598 pSECOutputPort->portDefinition.nBufferSize = (width * height * 3) / 2;
600 pSECOutputPort->portDefinition.nBufferSize = width * height * 2;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
G729EncTest.c 602 pCompPrivateStruct->nBufferSize = G729APP_INPUT_BUFFER_SIZE*framesPerBuffer;
688 pCompPrivateStruct->nBufferSize = G729APP_OUTPUT_BUFFER_SIZE;
757 APP_DPRINT("\n%d :: App: pCompPrivateStruct->nBufferSize --> %ld \n",__LINE__,pCompPrivateStruct->nBufferSize);
761 eError = OMX_AllocateBuffer(pHandle, &pOutputBufferHeader[i], 1, NULL, pCompPrivateStruct->nBufferSize);
790 pOutputBuffer[i] = malloc (pCompPrivateStruct->nBufferSize + 256);
802 eError = OMX_UseBuffer(pHandle, &pOutputBufferHeader[i], 1, NULL, pCompPrivateStruct->nBufferSize, pOutputBuffer[i]);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDecoder.c 425 pPortDef_ip->nBufferSize = INPUT_WMADEC_BUFFER_SIZE;
436 if(pComponentPrivate->pPortDef[OUTPUT_PORT]->nBufferSize == 0)
438 pPortDef_op->nBufferSize = OUTPUT_WMADEC_BUFFER_SIZE;
442 pPortDef_op->nBufferSize = pComponentPrivate->pPortDef[OUTPUT_PORT]->nBufferSize;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
G711EncTest.c 599 pCompPrivateStruct->nBufferSize = audioinfo->nIpBufSize;
680 pCompPrivateStruct->nBufferSize = audioinfo->nOpBufSize;
848 eError = OMX_AllocateBuffer(pHandle, &pOutputBufferHeader[i], 1, NULL, pCompPrivateStruct->nBufferSize);
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/test/
omx_vdec_test.cpp     [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/
SEC_OMX_Vdec.c 72 secOutputPort->portDefinition.nBufferSize = (width * height * 3) / 2;
76 secOutputPort->portDefinition.nBufferSize = width * height * 2;
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/
OMX_Component.h 68 OMX_U32 nBufferSize; /**< Size, in bytes, for buffers to be used for this channel */
  /frameworks/base/include/media/stagefright/openmax/
OMX_Component.h 85 OMX_U32 nBufferSize; /**< Size, in bytes, for buffers to be used for this channel */
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Component.h 68 OMX_U32 nBufferSize; /**< Size, in bytes, for buffers to be used for this channel */
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Component.h 68 OMX_U32 nBufferSize; /**< Size, in bytes, for buffers to be used for this channel */
  /hardware/qcom/media/mm-video/vidc/venc/test/
venc_test.cpp     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEncoder.c 409 pPortDef_ip->nBufferSize = INPUT_AACENC_BUFFER_SIZE;
421 pPortDef_op->nBufferSize = OUTPUT_AACENC_BUFFER_SIZE;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c 856 pComponentPrivate->pInPortDef->nBufferSize = VIDDEC_DEFAULT_INPUT_BUFFER_SIZE;
    [all...]

Completed in 1349 milliseconds

1 2 3 4