/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/ |
D | OMXVideoDecoderAVCSecure.cpp | 105 paramPortDefinitionInput->nBufferSize = INPORT_BUFFER_SIZE; in InitInputPortFormatSpecific() 120 mDataBufferSlot[i].offset = DATA_BUFFER_INITIAL_OFFSET + i * INPORT_BUFFER_SIZE; in InitInputPortFormatSpecific() 219 dataBuffer->size = INPORT_BUFFER_SIZE; in ProcessorProcess() 288 if((nalu_headers.frame_size + NALU_HEADER_LENGTH) > INPORT_BUFFER_SIZE){ in PrepareWVCDecodeBuffer() 387 if((nalu_headers.frame_size + NALU_HEADER_LENGTH) > INPORT_BUFFER_SIZE){ in PreparePRASFDecodeBuffer() 533 if (nSizeBytes > INPORT_BUFFER_SIZE) { in MemAllocDataBuffer() 537 ALOGW_IF(nSizeBytes != INPORT_BUFFER_SIZE, "Size of memory to allocate is %u", nSizeBytes); in MemAllocDataBuffer() 546 pBuffer->data = new uint8_t [INPORT_BUFFER_SIZE]; in MemAllocDataBuffer() 549 ALOGE("Failed to allocate memory, size to allocate %d.", INPORT_BUFFER_SIZE); in MemAllocDataBuffer() 555 pBuffer->size = INPORT_BUFFER_SIZE; in MemAllocDataBuffer()
|
D | OMXVideoDecoderAVCSecure.h | 70 INPORT_BUFFER_SIZE = 1572864, enumerator
|
/hardware/intel/common/omx-components/videocodec/ |
D | OMXVideoDecoderAVC.cpp | 57 paramPortDefinitionInput->nBufferSize = INPORT_BUFFER_SIZE; in InitInputPortFormatSpecific() 193 if (mBufferSize < INPORT_BUFFER_SIZE) { in AccumulateBuffer() 194 mBufferSize = INPORT_BUFFER_SIZE; in AccumulateBuffer()
|
D | OMXVideoDecoderWMV.h | 52 INPORT_BUFFER_SIZE = 1382400, enumerator
|
D | OMXVideoDecoderVP8.h | 53 INPORT_BUFFER_SIZE = 1382400, enumerator
|
D | OMXVideoDecoderMPEG4.h | 53 INPORT_BUFFER_SIZE = 1382400, enumerator
|
D | OMXVideoDecoderH263.h | 52 INPORT_BUFFER_SIZE = 1382400, enumerator
|
D | OMXVideoDecoderPAVC.h | 52 INPORT_BUFFER_SIZE = 1382400, enumerator
|
D | OMXVideoDecoderAVC.h | 57 INPORT_BUFFER_SIZE = 1382400, enumerator
|
D | OMXVideoDecoderVP9Hybrid.h | 81 INPORT_BUFFER_SIZE = 1382400, enumerator
|
D | OMXVideoDecoderVP9HWR.h | 103 INPORT_BUFFER_SIZE = 1382400, enumerator
|
D | OMXVideoDecoderWMV.cpp | 44 paramPortDefinitionInput->nBufferSize = INPORT_BUFFER_SIZE; in InitInputPortFormatSpecific()
|
D | OMXVideoEncoderBase.h | 112 INPORT_BUFFER_SIZE = 1382400, enumerator
|
D | OMXVideoDecoderVP8.cpp | 44 paramPortDefinitionInput->nBufferSize = INPORT_BUFFER_SIZE; in InitInputPortFormatSpecific()
|
D | OMXVideoDecoderBase.h | 93 INPORT_BUFFER_SIZE = 1382400, enumerator
|
D | OMXVideoDecoderH263.cpp | 44 paramPortDefinitionInput->nBufferSize = INPORT_BUFFER_SIZE; in InitInputPortFormatSpecific()
|
D | OMXVideoDecoderMPEG4.cpp | 44 paramPortDefinitionInput->nBufferSize = INPORT_BUFFER_SIZE; in InitInputPortFormatSpecific()
|
D | OMXVideoDecoderPAVC.cpp | 46 paramPortDefinitionInput->nBufferSize = INPORT_BUFFER_SIZE; in InitInputPortFormatSpecific()
|
D | OMXVideoDecoderVP9Hybrid.cpp | 53 paramPortDefinitionInput->nBufferSize = INPORT_BUFFER_SIZE; in InitInputPortFormatSpecific()
|
D | OMXVideoDecoderVP9HWR.cpp | 207 paramPortDefinitionInput->nBufferSize = INPORT_BUFFER_SIZE; in InitInputPortFormatSpecific()
|
D | OMXVideoDecoderBase.cpp | 71 paramPortDefinitionInput.nBufferSize = INPORT_BUFFER_SIZE; in InitInputPort()
|
D | OMXVideoEncoderBase.cpp | 97 paramPortDefinitionInput.nBufferSize = INPORT_BUFFER_SIZE; in InitInputPort()
|