/hardware/intel/common/wrs_omxil_core/base/src/ |
D | portaudio.cpp | 34 ComponentBase::SetTypeHeader(&audioparam, sizeof(audioparam)); in PortAudio() 74 ComponentBase::SetTypeHeader(&mp3param, sizeof(mp3param)); in PortMp3() 125 ComponentBase::SetTypeHeader(&aacparam, sizeof(aacparam)); in PortAac() 180 ComponentBase::SetTypeHeader(&wmaparam, sizeof(wmaparam)); in PortWma() 233 ComponentBase::SetTypeHeader(&pcmparam, sizeof(pcmparam)); in PortPcm() 287 ComponentBase::SetTypeHeader(&amrparam, sizeof(amrparam)); in PortAmr()
|
D | portvideo.cpp | 34 ComponentBase::SetTypeHeader(&videoparam, sizeof(videoparam)); in PortVideo() 42 ComponentBase::SetTypeHeader(&bitrateparam, sizeof(bitrateparam)); in PortVideo() 48 ComponentBase::SetTypeHeader(&privateinfoparam, sizeof(privateinfoparam)); in PortVideo() 182 ComponentBase::SetTypeHeader(&avcparam, sizeof(avcparam));
|
D | portother.cpp | 34 ComponentBase::SetTypeHeader(&otherparam, sizeof(otherparam)); in PortOther()
|
D | portimage.cpp | 34 ComponentBase::SetTypeHeader(&imageparam, sizeof(imageparam)); in PortImage()
|
D | portbase.cpp | 64 ComponentBase::SetTypeHeader(&portdefinition, sizeof(portdefinition)); in __PortBase() 364 ComponentBase::SetTypeHeader(buffer_hdr, sizeof(*buffer_hdr)); in UseBuffer() 452 ComponentBase::SetTypeHeader(buffer_hdr, sizeof(*buffer_hdr)); in AllocateBuffer()
|
D | componentbase.cpp | 271 SetTypeHeader(handle, sizeof(*handle)); in GetHandle() 2255 void ComponentBase::SetTypeHeader(OMX_PTR type, OMX_U32 size) in SetTypeHeader() function in ComponentBase
|
/hardware/intel/common/omx-components/videocodec/ |
D | OMXVideoEncoderBase.cpp | 93 SetTypeHeader(¶mPortDefinitionInput, sizeof(paramPortDefinitionInput)); in InitInputPort() 128 SetTypeHeader(¶mPortFormat, sizeof(paramPortFormat)); in InitInputPort() 151 SetTypeHeader(&mParamBitrate, sizeof(mParamBitrate)); in InitOutputPort() 158 SetTypeHeader(&mConfigPriInfo, sizeof(mConfigPriInfo)); in InitOutputPort() 165 SetTypeHeader(&mConfigIntelBitrate, sizeof(mConfigIntelBitrate)); in InitOutputPort() 178 SetTypeHeader(&mConfigBitrate, sizeof(mConfigBitrate)); in InitOutputPort() 184 SetTypeHeader(&mConfigIntelAir, sizeof(mConfigIntelAir)); in InitOutputPort() 193 SetTypeHeader(&mParamVideoRefresh, sizeof(mParamVideoRefresh)); in InitOutputPort() 202 SetTypeHeader(&mConfigAndroidIntraRefresh, sizeof(mConfigAndroidIntraRefresh)); in InitOutputPort() 208 SetTypeHeader(&mConfigFramerate, sizeof(mConfigFramerate)); in InitOutputPort() [all …]
|
D | OMXVideoEncoderVP8.cpp | 22 SetTypeHeader(&mParamVp8, sizeof(mParamVp8)); in InitOutputPortFormatSpecific() 28 SetTypeHeader(&mConfigVideoVp8ReferenceFrame, sizeof(mConfigVideoVp8ReferenceFrame)); in InitOutputPortFormatSpecific() 45 SetTypeHeader(&mTemporalLayer, sizeof(mTemporalLayer)); in InitOutputPortFormatSpecific()
|
D | OMXVideoEncoderAVC.cpp | 127 SetTypeHeader(&mParamAvc, sizeof(mParamAvc)); in InitOutputPortFormatSpecific() 143 SetTypeHeader(&mNalStreamFormat, sizeof(mNalStreamFormat)); in InitOutputPortFormatSpecific() 149 SetTypeHeader(&mConfigAvcIntraPeriod, sizeof(mConfigAvcIntraPeriod)); in InitOutputPortFormatSpecific() 157 SetTypeHeader(&mConfigNalSize, sizeof(mConfigNalSize)); in InitOutputPortFormatSpecific() 163 SetTypeHeader(&mParamIntelAvcVui, sizeof(mParamIntelAvcVui)); in InitOutputPortFormatSpecific() 169 SetTypeHeader(&mConfigIntelSliceNumbers, sizeof(mConfigIntelSliceNumbers)); in InitOutputPortFormatSpecific()
|
D | OMXVideoDecoderAVC.cpp | 51 SetTypeHeader(&mDecodeSettings, sizeof(mDecodeSettings)); in InitInputPortFormatSpecific() 63 SetTypeHeader(&mParamAvc, sizeof(mParamAvc)); in InitInputPortFormatSpecific()
|
D | OMXVideoDecoderWMV.cpp | 50 SetTypeHeader(&mParamWmv, sizeof(mParamWmv)); in InitInputPortFormatSpecific()
|
D | OMXVideoDecoderVP8.cpp | 50 SetTypeHeader(&mParamVp8, sizeof(mParamVp8)); in InitInputPortFormatSpecific()
|
D | OMXVideoDecoderMPEG4.cpp | 50 SetTypeHeader(&mParamMpeg4, sizeof(mParamMpeg4)); in InitInputPortFormatSpecific()
|
D | OMXVideoDecoderMPEG2.cpp | 50 SetTypeHeader(&mParamMpeg2, sizeof(mParamMpeg2)); in InitInputPortFormatSpecific()
|
D | OMXVideoDecoderH263.cpp | 50 SetTypeHeader(&mParamH263, sizeof(mParamH263)); in InitInputPortFormatSpecific()
|
D | OMXComponentCodecBase.cpp | 64 SetTypeHeader(&this->portparam, sizeof(this->portparam)); in ComponentAllocatePorts()
|
D | OMXVideoDecoderPAVC.cpp | 52 SetTypeHeader(&mParamAvc, sizeof(mParamAvc)); in InitInputPortFormatSpecific()
|
D | OMXVideoEncoderH263.cpp | 40 SetTypeHeader(&mParamH263, sizeof(mParamH263)); in InitOutputPortFormatSpecific()
|
D | OMXVideoEncoderMPEG4.cpp | 37 SetTypeHeader(&mParamMpeg4, sizeof(mParamMpeg4)); in InitOutputPortFormatSpecific()
|
D | OMXVideoDecoderBase.cpp | 77 SetTypeHeader(¶mPortDefinitionInput, sizeof(paramPortDefinitionInput)); in InitInputPort() 111 SetTypeHeader(¶mPortFormat, sizeof(paramPortFormat)); in InitInputPort() 136 SetTypeHeader(¶mPortDefinitionOutput, sizeof(paramPortDefinitionOutput)); in InitOutputPort() 169 SetTypeHeader(¶mPortFormat, sizeof(paramPortFormat)); in InitOutputPort()
|
/hardware/intel/common/utils/ISV/include/ |
D | isv_omxcomponent.h | 231 void SetTypeHeader(OMX_PTR type, OMX_U32 size);
|
/hardware/intel/common/wrs_omxil_core/base/inc/ |
D | componentbase.h | 256 static void SetTypeHeader(OMX_PTR type, OMX_U32 size);
|
/hardware/intel/common/utils/ISV/omx/ |
D | isv_omxcomponent.cpp | 91 SetTypeHeader(&mBaseComponent, sizeof(mBaseComponent)); in ISVComponent() 876 void ISVComponent::SetTypeHeader(OMX_PTR type, OMX_U32 size) in SetTypeHeader() function in ISVComponent
|
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/ |
D | OMXVideoDecoderAVCSecure.cpp | 108 SetTypeHeader(&mParamAvc, sizeof(mParamAvc)); in InitInputPortFormatSpecific()
|