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

  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderH263.h 52 INPORT_BUFFER_SIZE = 1382400,
OMXVideoDecoderMPEG2.h 53 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,
OMXVideoDecoderVP9HWR.h 103 INPORT_BUFFER_SIZE = 1382400,
OMXVideoDecoderVP9Hybrid.h 95 INPORT_BUFFER_SIZE = 1382400,
OMXVideoEncoderBase.h 114 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 96 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;
OMXVideoDecoderMPEG2.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 63 paramPortDefinitionInput->nBufferSize = INPORT_BUFFER_SIZE;
OMXVideoDecoderVP9HWR.cpp 203 paramPortDefinitionInput->nBufferSize = INPORT_BUFFER_SIZE;
OMXVideoEncoderBase.cpp 97 paramPortDefinitionInput.nBufferSize = INPORT_BUFFER_SIZE;
    [all...]
OMXVideoDecoderBase.cpp 79 paramPortDefinitionInput.nBufferSize = INPORT_BUFFER_SIZE;
    [all...]
  /hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
OMXVideoDecoderAVCSecure.h 70 INPORT_BUFFER_SIZE = 1572864,
OMXVideoDecoderAVCSecure.cpp 35 #define INPORT_BUFFER_SIZE sizeof(ProtectedDataBuffer)
98 paramPortDefinitionInput->nBufferSize = INPORT_BUFFER_SIZE;
222 dataBuffer->size = INPORT_BUFFER_SIZE;
291 if((nalu_headers.frame_size + NALU_HEADER_LENGTH) > INPORT_BUFFER_SIZE){
390 if((nalu_headers.frame_size + NALU_HEADER_LENGTH) > INPORT_BUFFER_SIZE){
567 ALOGW_IF(nSizeBytes != INPORT_BUFFER_SIZE,
589 pBuffer->size = INPORT_BUFFER_SIZE;

Completed in 373 milliseconds