/frameworks/av/media/libstagefright/omx/ |
D | SoftVideoDecoderOMXComponent.cpp | 89 def.nBufferSize = inputBufferSize; in initPorts() 140 outDef->nBufferSize = in updatePortDefinitions() 152 inDef->nBufferSize = max( in updatePortDefinitions() 153 outDef->nBufferSize / mMinCompressionRatio, in updatePortDefinitions() 154 max(mMinInputBufferSize, inDef->nBufferSize)); in updatePortDefinitions() 400 newParams->nBufferSize = def->nBufferSize; in internalSetParameter()
|
D | SimpleSoftOMXComponent.cpp | 166 if (defParams->nBufferSize > port->mDef.nBufferSize) { in internalSetParameter() 167 port->mDef.nBufferSize = defParams->nBufferSize; in internalSetParameter()
|
D | SoftVideoEncoderOMXComponent.cpp | 158 inDef->nBufferSize = 4 + max(sizeof(buffer_handle_t), sizeof(GraphicBuffer *)); in updatePortParams() 160 inDef->nBufferSize = rawBufferSize; in updatePortParams() 168 outDef->nBufferSize = max(mMinOutputBufferSize, rawBufferSize / mMinCompressionRatio); in updatePortParams()
|
D | OMXNodeInstance.cpp | 688 def.nBufferSize, in useGraphicBuffer2_l() 692 CLOG_ERROR(useBuffer, err, BUFFER_FMT(portIndex, "%u@%p", def.nBufferSize, bufferHandle)); in useGraphicBuffer2_l() 706 *buffer, portIndex, "%u@%p", def.nBufferSize, bufferHandle)); in useGraphicBuffer2_l()
|
/frameworks/av/media/libstagefright/codecs/raw/ |
D | SoftRaw.cpp | 61 def.nBufferSize = 32 * 1024; in initPorts() 79 def.nBufferSize = 32 * 1024; in initPorts()
|
/frameworks/av/media/libstagefright/codecs/flac/enc/ |
D | SoftFlacEncoder.cpp | 118 def.nBufferSize = kMaxInputBufferSize; in initPorts() 137 def.nBufferSize = kMaxOutputBufferSize; in initPorts() 249 if (defParams->nBufferSize > kMaxInputBufferSize) { in internalSetParameter()
|
/frameworks/av/media/libstagefright/codecs/gsm/dec/ |
D | SoftGSM.cpp | 67 def.nBufferSize = sizeof(gsm_frame); in initPorts() 87 def.nBufferSize = kMaxNumSamplesPerFrame * sizeof(int16_t); in initPorts()
|
/frameworks/av/media/libstagefright/ |
D | OMXCodec.cpp | 719 || (def.nBufferSize < size)) { in setMinBufferSize() 720 def.nBufferSize = size; in setMinBufferSize() 734 CHECK_EQ(def.nBufferSize, size); in setMinBufferSize() 736 CHECK(def.nBufferSize >= size); in setMinBufferSize() 923 def.nBufferSize = getFrameSize(colorFormat, in setVideoInputFormat() 961 def.nBufferSize = ((def.nBufferSize * 3) >> 1); in setVideoInputFormat() 1368 if (def.nBufferSize < X) { in setVideoOutputFormat() 1369 def.nBufferSize = X; in setVideoOutputFormat() 1399 def.nBufferSize = in setVideoOutputFormat() 1650 def.nBufferCountActual, def.nBufferSize, in allocateBuffersOnPort() [all …]
|
D | ACodec.cpp | 547 def.nBufferCountActual, def.nBufferSize, in allocateBuffersOnPort() 550 size_t totalSize = def.nBufferCountActual * def.nBufferSize; in allocateBuffersOnPort() 554 sp<IMemory> mem = mDealer[portIndex]->allocate(def.nBufferSize); in allocateBuffersOnPort() 571 mNode, portIndex, def.nBufferSize, &info.mBufferID, in allocateBuffersOnPort() 575 (4 + sizeof(buffer_handle_t)) : def.nBufferSize; in allocateBuffersOnPort() 586 info.mData = new ABuffer(mem->pointer(), def.nBufferSize); in allocateBuffersOnPort() 786 *bufferSize = def.nBufferSize; in configureOutputBuffersFromNativeWindow() 1697 if (def.nBufferSize >= size) { in setMinBufferSize() 1701 def.nBufferSize = size; in setMinBufferSize() 1717 CHECK(def.nBufferSize >= size); in setMinBufferSize() [all …]
|
/frameworks/av/media/libstagefright/codecs/g711/dec/ |
D | SoftG711.cpp | 66 def.nBufferSize = 8192; in initPorts() 89 def.nBufferSize = kMaxNumSamplesPerFrame * sizeof(int16_t); in initPorts()
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/ |
D | SoftAMRNBEncoder.cpp | 74 def.nBufferSize = kNumSamplesPerFrame * sizeof(int16_t); in initPorts() 92 def.nBufferSize = 8192; in initPorts()
|
/frameworks/av/media/libstagefright/codecs/mp3dec/ |
D | SoftMP3.cpp | 77 def.nBufferSize = 8192; in initPorts() 97 def.nBufferSize = kOutputBufferSize; in initPorts()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/ |
D | SoftAMRWBEncoder.cpp | 81 def.nBufferSize = kNumSamplesPerFrame * sizeof(int16_t); in initPorts() 99 def.nBufferSize = 8192; in initPorts()
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/ |
D | SoftAMR.cpp | 85 def.nBufferSize = 8192; in initPorts() 108 def.nBufferSize = in initPorts()
|
/frameworks/av/media/libstagefright/codecs/vorbis/dec/ |
D | SoftVorbis.cpp | 86 def.nBufferSize = 8192; in initPorts() 106 def.nBufferSize = kMaxNumSamplesPerBuffer * sizeof(int16_t); in initPorts()
|
/frameworks/av/media/libstagefright/codecs/aacenc/ |
D | SoftAACEncoder.cpp | 88 def.nBufferSize = kNumSamplesPerFrame * sizeof(int16_t) * 2; in initPorts() 106 def.nBufferSize = 8192; in initPorts()
|
D | SoftAACEncoder2.cpp | 77 def.nBufferSize = kNumSamplesPerFrame * sizeof(int16_t) * 2; in initPorts() 95 def.nBufferSize = 8192; in initPorts()
|
/frameworks/av/media/libstagefright/codecs/opus/dec/ |
D | SoftOpus.cpp | 83 def.nBufferSize = 960 * 6; in initPorts() 104 def.nBufferSize = kMaxNumSamplesPerBuffer * sizeof(int16_t); in initPorts()
|
/frameworks/native/include/media/openmax/ |
D | OMX_Component.h | 85 OMX_U32 nBufferSize; /**< Size, in bytes, for buffers to be used for this channel */ member
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/ |
D | SoftMPEG4.cpp | 364 def->nBufferSize = (def->format.video.nStride * def->format.video.nSliceHeight * 3) / 2; in updatePortDefinitions()
|
/frameworks/av/include/media/stagefright/ |
D | ACodec.h | 231 OMX_U32 *nBufferCount, OMX_U32 *nBufferSize,
|
/frameworks/av/media/libstagefright/codecs/aacdec/ |
D | SoftAAC2.cpp | 89 def.nBufferSize = 8192; in initPorts() 107 def.nBufferSize = 4096 * MAX_CHANNEL_COUNT; in initPorts()
|
/frameworks/av/media/libstagefright/omx/tests/ |
D | OMXHarness.cpp | 191 buffer.mMemory = dealer->allocate(def.nBufferSize); in allocatePortBuffers()
|