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

1 2 3 4 5 6

  /hardware/ti/omap4xxx/security/tf_crypto_sst/
pkcs11_object.c 113 uint32_t nBufferSize = 0;
131 nBufferSize = 4 + /* Nb Attributes */
135 nBufferSize += 4 + /* Nb Attributes */
140 nDataOffset = nBufferSize;
146 nBufferSize += PKCS11_GET_SIZE_WITH_ALIGNMENT(pTemplate1[i].ulValueLen);
154 nBufferSize += PKCS11_GET_SIZE_WITH_ALIGNMENT(pTemplate2[i].ulValueLen);
158 pBuffer = (uint8_t*)malloc(nBufferSize);
165 memset(pBuffer, 0, nBufferSize);
231 *pBufferSize = nBufferSize;
664 uint32_t nBufferSize = 0
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 893 pInPortDef->nBufferSize = lBuffused;
    [all...]
  /device/lge/mako/camera/mm-camera-interface/
mm_omx_jpeg_encoder.c 344 ALOGV("%s:nFrameWidth=%d nFrameHeight=%d nBufferSize=%d w=%d h=%d",
346 inputPort->format.image.nFrameHeight, inputPort->nBufferSize,
373 OMX_UseBuffer(pHandle, &pInBuffers, 0, &pmem_info, inputPort->nBufferSize,
421 ALOGV("%s: input1 buff size %d", __func__, inputPort1->nBufferSize);
423 inputPort1->nBufferSize, (void *) encode_params->thumbnail_buf);
424 OMX_UseBuffer(pHandle, &pOutBuffers, 1, NULL, inputPort->nBufferSize,
490 inputPort->nBufferSize = bufferoffset.totalSize;
503 size = inputPort->nBufferSize;
514 inputPort1->nBufferSize = inputPort->nBufferSize;
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.c     [all...]
  /frameworks/av/media/libstagefright/omx/
SimpleSoftOMXComponent.cpp 164 if (defParams->nBufferSize != port->mDef.nBufferSize) {
165 CHECK_GE(defParams->nBufferSize, port->mDef.nBufferSize);
166 port->mDef.nBufferSize = defParams->nBufferSize;
SoftVideoDecoderOMXComponent.cpp 76 def.nBufferSize = inputBufferSize;
133 def->nBufferSize =
  /frameworks/av/media/libstagefright/codecs/g711/dec/
SoftG711.cpp 66 def.nBufferSize = 8192;
89 def.nBufferSize = kMaxNumSamplesPerFrame * sizeof(int16_t);
  /frameworks/av/media/libstagefright/codecs/gsm/dec/
SoftGSM.cpp 67 def.nBufferSize = sizeof(gsm_frame);
87 def.nBufferSize = kMaxNumSamplesPerFrame * sizeof(int16_t);
  /frameworks/av/media/libstagefright/codecs/raw/
SoftRaw.cpp 61 def.nBufferSize = 32 * 1024;
79 def.nBufferSize = 32 * 1024;
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp     [all...]
omx_video_encoder.cpp 267 &m_sInPortDef.nBufferSize,
297 &m_sOutPortDef.nBufferSize,
504 DEBUG_PRINT_LOW("\n i/p buffersize requested = %d\n", portDefn->nBufferSize);
539 &m_sInPortDef.nBufferSize,
545 &m_sOutPortDef.nBufferSize,
551 DEBUG_PRINT_LOW("\n o/p buffersize requested = %d\n", portDefn->nBufferSize);
565 &m_sOutPortDef.nBufferSize,
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
omx_video_encoder.cpp 263 &m_sInPortDef.nBufferSize,
296 &m_sOutPortDef.nBufferSize,
522 DEBUG_PRINT_LOW("\n i/p buffersize requested = %d\n", portDefn->nBufferSize);
556 &m_sInPortDef.nBufferSize,
562 &m_sOutPortDef.nBufferSize,
570 DEBUG_PRINT_LOW("\n o/p buffersize requested = %d\n", portDefn->nBufferSize);
    [all...]
omx_video_base.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/flac/enc/
SoftFlacEncoder.cpp 112 def.nBufferSize = kMaxInputBufferSize;
131 def.nBufferSize = kMaxOutputBufferSize;
243 if (defParams->nBufferSize > kMaxInputBufferSize) {
  /hardware/qcom/media/mm-core/inc/
QOMX_IVCommonExtensions.h 375 OMX_U32 nBufferSize; /**< Read-only parameter that specifies the minimum size of the buffer, in bytes */
  /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...]
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/
SoftAMR.cpp 85 def.nBufferSize = 8192;
108 def.nBufferSize =
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/
SoftAMRNBEncoder.cpp 74 def.nBufferSize = kNumSamplesPerFrame * sizeof(int16_t);
92 def.nBufferSize = 8192;
  /frameworks/av/media/libstagefright/codecs/mp3dec/
SoftMP3.cpp 75 def.nBufferSize = 8192;
95 def.nBufferSize = kOutputBufferSize;
  /frameworks/av/media/libstagefright/
OMXCodec.cpp 623 || (def.nBufferSize < size)) {
624 def.nBufferSize = size;
638 CHECK_EQ(def.nBufferSize, size);
640 CHECK(def.nBufferSize >= size);
824 def.nBufferSize = getFrameSize(colorFormat,
862 def.nBufferSize = ((def.nBufferSize * 3) >> 1);
    [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...]
  /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...]
  /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...]

Completed in 886 milliseconds

1 2 3 4 5 6