HomeSort by relevance Sort by last modified time
    Searched refs:INPORT_BUFFER_SIZE (Results 1 - 22 of 22) sorted by null

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

Completed in 135 milliseconds