Home
last modified time | relevance | path

Searched refs:SetTypeHeader (Results 1 – 24 of 24) sorted by relevance

/hardware/intel/common/wrs_omxil_core/base/src/
Dportaudio.cpp34 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()
Dportvideo.cpp34 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));
Dportother.cpp34 ComponentBase::SetTypeHeader(&otherparam, sizeof(otherparam)); in PortOther()
Dportimage.cpp34 ComponentBase::SetTypeHeader(&imageparam, sizeof(imageparam)); in PortImage()
Dportbase.cpp64 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()
Dcomponentbase.cpp271 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/
DOMXVideoEncoderBase.cpp93 SetTypeHeader(&paramPortDefinitionInput, sizeof(paramPortDefinitionInput)); in InitInputPort()
128 SetTypeHeader(&paramPortFormat, 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 …]
DOMXVideoEncoderVP8.cpp22 SetTypeHeader(&mParamVp8, sizeof(mParamVp8)); in InitOutputPortFormatSpecific()
28 SetTypeHeader(&mConfigVideoVp8ReferenceFrame, sizeof(mConfigVideoVp8ReferenceFrame)); in InitOutputPortFormatSpecific()
45 SetTypeHeader(&mTemporalLayer, sizeof(mTemporalLayer)); in InitOutputPortFormatSpecific()
DOMXVideoEncoderAVC.cpp127 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()
DOMXVideoDecoderAVC.cpp51 SetTypeHeader(&mDecodeSettings, sizeof(mDecodeSettings)); in InitInputPortFormatSpecific()
63 SetTypeHeader(&mParamAvc, sizeof(mParamAvc)); in InitInputPortFormatSpecific()
DOMXVideoDecoderWMV.cpp50 SetTypeHeader(&mParamWmv, sizeof(mParamWmv)); in InitInputPortFormatSpecific()
DOMXVideoDecoderVP8.cpp50 SetTypeHeader(&mParamVp8, sizeof(mParamVp8)); in InitInputPortFormatSpecific()
DOMXVideoDecoderMPEG4.cpp50 SetTypeHeader(&mParamMpeg4, sizeof(mParamMpeg4)); in InitInputPortFormatSpecific()
DOMXVideoDecoderMPEG2.cpp50 SetTypeHeader(&mParamMpeg2, sizeof(mParamMpeg2)); in InitInputPortFormatSpecific()
DOMXVideoDecoderH263.cpp50 SetTypeHeader(&mParamH263, sizeof(mParamH263)); in InitInputPortFormatSpecific()
DOMXComponentCodecBase.cpp64 SetTypeHeader(&this->portparam, sizeof(this->portparam)); in ComponentAllocatePorts()
DOMXVideoDecoderPAVC.cpp52 SetTypeHeader(&mParamAvc, sizeof(mParamAvc)); in InitInputPortFormatSpecific()
DOMXVideoEncoderH263.cpp40 SetTypeHeader(&mParamH263, sizeof(mParamH263)); in InitOutputPortFormatSpecific()
DOMXVideoEncoderMPEG4.cpp37 SetTypeHeader(&mParamMpeg4, sizeof(mParamMpeg4)); in InitOutputPortFormatSpecific()
DOMXVideoDecoderBase.cpp77 SetTypeHeader(&paramPortDefinitionInput, sizeof(paramPortDefinitionInput)); in InitInputPort()
111 SetTypeHeader(&paramPortFormat, sizeof(paramPortFormat)); in InitInputPort()
136 SetTypeHeader(&paramPortDefinitionOutput, sizeof(paramPortDefinitionOutput)); in InitOutputPort()
169 SetTypeHeader(&paramPortFormat, sizeof(paramPortFormat)); in InitOutputPort()
/hardware/intel/common/utils/ISV/include/
Disv_omxcomponent.h231 void SetTypeHeader(OMX_PTR type, OMX_U32 size);
/hardware/intel/common/wrs_omxil_core/base/inc/
Dcomponentbase.h256 static void SetTypeHeader(OMX_PTR type, OMX_U32 size);
/hardware/intel/common/utils/ISV/omx/
Disv_omxcomponent.cpp91 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/
DOMXVideoDecoderAVCSecure.cpp108 SetTypeHeader(&mParamAvc, sizeof(mParamAvc)); in InitInputPortFormatSpecific()