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