HomeSort by relevance Sort by last modified time
    Searched defs:INPORT_BUFFER_SIZE (Results 1 - 12 of 12) 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,
OMXVideoDecoderAVC.h 57 INPORT_BUFFER_SIZE = 1382400,
OMXVideoDecoderPAVC.h 52 INPORT_BUFFER_SIZE = 1382400,
OMXVideoDecoderBase.h 97 INPORT_BUFFER_SIZE = 1382400,
OMXVideoDecoderVP9Hybrid.h 95 INPORT_BUFFER_SIZE = 1382400,
OMXVideoEncoderBase.h 120 INPORT_BUFFER_SIZE = 1382400,
  /hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
OMXVideoDecoderAVCSecure.h 71 INPORT_BUFFER_SIZE = 1572864,
OMXVideoDecoderAVCSecure.cpp 39 #define INPORT_BUFFER_SIZE sizeof(ProtectedDataBuffer)
102 paramPortDefinitionInput->nBufferSize = INPORT_BUFFER_SIZE;
228 dataBuffer->size = INPORT_BUFFER_SIZE;
297 if((nalu_headers.frame_size + NALU_HEADER_LENGTH) > INPORT_BUFFER_SIZE){
399 if((nalu_headers.frame_size + NALU_HEADER_LENGTH) > INPORT_BUFFER_SIZE){
595 ALOGW_IF(nSizeBytes != INPORT_BUFFER_SIZE,
628 pBuffer->size = INPORT_BUFFER_SIZE;

Completed in 198 milliseconds