Home
last modified time | relevance | path

Searched refs:pStructure (Results 1 – 20 of 20) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
DOMXVideoEncoderBase.cpp412 OMX_ERRORTYPE OMXVideoEncoderBase::GetParamVideoPortFormat(OMX_PTR pStructure) { in GetParamVideoPortFormat() argument
415 OMX_VIDEO_PARAM_PORTFORMATTYPE *p = (OMX_VIDEO_PARAM_PORTFORMATTYPE *)pStructure; in GetParamVideoPortFormat()
433 OMX_ERRORTYPE OMXVideoEncoderBase::SetParamVideoPortFormat(OMX_PTR pStructure) { in SetParamVideoPortFormat() argument
435 OMX_VIDEO_PARAM_PORTFORMATTYPE *p = (OMX_VIDEO_PARAM_PORTFORMATTYPE *)pStructure; in SetParamVideoPortFormat()
454 OMX_ERRORTYPE OMXVideoEncoderBase::GetParamVideoBitrate(OMX_PTR pStructure) { in GetParamVideoBitrate() argument
456 OMX_VIDEO_PARAM_BITRATETYPE *p = (OMX_VIDEO_PARAM_BITRATETYPE *)pStructure; in GetParamVideoBitrate()
464 OMX_ERRORTYPE OMXVideoEncoderBase::SetParamVideoBitrate(OMX_PTR pStructure) { in SetParamVideoBitrate() argument
466 OMX_VIDEO_PARAM_BITRATETYPE *p = (OMX_VIDEO_PARAM_BITRATETYPE *)pStructure; in SetParamVideoBitrate()
484 OMX_ERRORTYPE OMXVideoEncoderBase::GetIntelPrivateInfo(OMX_PTR pStructure) { in GetIntelPrivateInfo() argument
486 OMX_VIDEO_CONFIG_PRI_INFOTYPE *p = (OMX_VIDEO_CONFIG_PRI_INFOTYPE *)pStructure; in GetIntelPrivateInfo()
[all …]
DOMXVideoDecoderPAVC.cpp124 OMX_ERRORTYPE OMXVideoDecoderPAVC::GetParamVideoAvc(OMX_PTR pStructure) { in GetParamVideoAvc() argument
126 OMX_VIDEO_PARAM_AVCTYPE *p = (OMX_VIDEO_PARAM_AVCTYPE *)pStructure; in GetParamVideoAvc()
134 OMX_ERRORTYPE OMXVideoDecoderPAVC::SetParamVideoAvc(OMX_PTR pStructure) { in SetParamVideoAvc() argument
136 OMX_VIDEO_PARAM_AVCTYPE *p = (OMX_VIDEO_PARAM_AVCTYPE *)pStructure; in SetParamVideoAvc()
147 OMX_ERRORTYPE OMXVideoDecoderPAVC::GetVideoProfileLevelQuerySupported(OMX_PTR pStructure) { in GetVideoProfileLevelQuerySupported() argument
149 OMX_VIDEO_PARAM_PROFILELEVELTYPE *p = (OMX_VIDEO_PARAM_PROFILELEVELTYPE *)pStructure; in GetVideoProfileLevelQuerySupported()
169 OMX_ERRORTYPE OMXVideoDecoderPAVC::GetVideoProfileLevelCurrent(OMX_PTR pStructure) { in GetVideoProfileLevelCurrent() argument
171 OMX_VIDEO_PARAM_PROFILELEVELTYPE *p = (OMX_VIDEO_PARAM_PROFILELEVELTYPE *)pStructure; in GetVideoProfileLevelCurrent()
187 OMX_ERRORTYPE OMXVideoDecoderPAVC::SetVideoProfileLevelCurrent(OMX_PTR pStructure) { in SetVideoProfileLevelCurrent() argument
189 OMX_VIDEO_PARAM_PROFILELEVELTYPE *p = (OMX_VIDEO_PARAM_PROFILELEVELTYPE *)pStructure; in SetVideoProfileLevelCurrent()
DOMXComponentDefines.h23 static OMX_ERRORTYPE Get##FUNC(void *inst, OMX_PTR pStructure) {\
24 return ((CLASS*)inst)->Get##FUNC(pStructure);\
26 static OMX_ERRORTYPE Set##FUNC(void *inst, OMX_PTR pStructure) {\
27 return ((CLASS*)inst)->Set##FUNC(pStructure);\
29 OMX_ERRORTYPE Get##FUNC(OMX_PTR pStructure);\
30 OMX_ERRORTYPE Set##FUNC(OMX_PTR pStructure);
DOMXVideoDecoderBase.cpp897 OMX_ERRORTYPE OMXVideoDecoderBase::GetParamVideoPortFormat(OMX_PTR pStructure) { argument
899 OMX_VIDEO_PARAM_PORTFORMATTYPE *p = (OMX_VIDEO_PARAM_PORTFORMATTYPE *)pStructure;
911 OMX_ERRORTYPE OMXVideoDecoderBase::SetParamVideoPortFormat(OMX_PTR pStructure) { argument
913 OMX_VIDEO_PARAM_PORTFORMATTYPE *p = (OMX_VIDEO_PARAM_PORTFORMATTYPE *)pStructure;
926 OMX_ERRORTYPE OMXVideoDecoderBase::GetNativeBufferUsageSpecific(OMX_PTR pStructure) { argument
928 GetAndroidNativeBufferUsageParams *param = (GetAndroidNativeBufferUsageParams*)pStructure;
941 OMX_ERRORTYPE OMXVideoDecoderBase::GetNativeBufferUsage(OMX_PTR pStructure) { argument
942 return this->GetNativeBufferUsageSpecific(pStructure);
944 OMX_ERRORTYPE OMXVideoDecoderBase::SetNativeBufferUsage(OMX_PTR pStructure) { argument
945 return this->SetNativeBufferUsageSpecific(pStructure);
[all …]
DOMXVideoEncoderAVC.cpp680 OMX_ERRORTYPE OMXVideoEncoderAVC::GetParamVideoProfileLevelQuerySupported(OMX_PTR pStructure) { in GetParamVideoProfileLevelQuerySupported() argument
682 OMX_VIDEO_PARAM_PROFILELEVELTYPE *p = (OMX_VIDEO_PARAM_PROFILELEVELTYPE *)pStructure; in GetParamVideoProfileLevelQuerySupported()
699 OMX_ERRORTYPE OMXVideoEncoderAVC::GetParamVideoAvc(OMX_PTR pStructure) { in GetParamVideoAvc() argument
701 OMX_VIDEO_PARAM_AVCTYPE *p = (OMX_VIDEO_PARAM_AVCTYPE *)pStructure; in GetParamVideoAvc()
725 OMX_ERRORTYPE OMXVideoEncoderAVC::SetParamVideoAvc(OMX_PTR pStructure) { in SetParamVideoAvc() argument
727 OMX_VIDEO_PARAM_AVCTYPE *p = (OMX_VIDEO_PARAM_AVCTYPE *)pStructure; in SetParamVideoAvc()
784 OMX_ERRORTYPE OMXVideoEncoderAVC::GetParamNalStreamFormat(OMX_PTR pStructure) { in GetParamNalStreamFormat() argument
786 OMX_NALSTREAMFORMATTYPE *p = (OMX_NALSTREAMFORMATTYPE *)pStructure; in GetParamNalStreamFormat()
795 OMX_ERRORTYPE OMXVideoEncoderAVC::SetParamNalStreamFormat(OMX_PTR pStructure) { in SetParamNalStreamFormat() argument
797 OMX_NALSTREAMFORMATTYPE *p = (OMX_NALSTREAMFORMATTYPE *)pStructure; in SetParamNalStreamFormat()
[all …]
DOMXVideoDecoderMPEG4.cpp90 OMX_ERRORTYPE OMXVideoDecoderMPEG4::GetParamVideoMpeg4(OMX_PTR pStructure) { in GetParamVideoMpeg4() argument
92 OMX_VIDEO_PARAM_MPEG4TYPE *p = (OMX_VIDEO_PARAM_MPEG4TYPE *)pStructure; in GetParamVideoMpeg4()
100 OMX_ERRORTYPE OMXVideoDecoderMPEG4::SetParamVideoMpeg4(OMX_PTR pStructure) { in SetParamVideoMpeg4() argument
102 OMX_VIDEO_PARAM_MPEG4TYPE *p = (OMX_VIDEO_PARAM_MPEG4TYPE *)pStructure; in SetParamVideoMpeg4()
113 OMX_ERRORTYPE OMXVideoDecoderMPEG4::GetParamVideoMpeg4ProfileLevel(OMX_PTR pStructure) { in GetParamVideoMpeg4ProfileLevel() argument
115 OMX_VIDEO_PARAM_PROFILELEVELTYPE *p = (OMX_VIDEO_PARAM_PROFILELEVELTYPE *)pStructure; in GetParamVideoMpeg4ProfileLevel()
DOMXVideoDecoderMPEG2.cpp90 OMX_ERRORTYPE OMXVideoDecoderMPEG2::GetParamVideoMpeg2(OMX_PTR pStructure) { in GetParamVideoMpeg2() argument
92 OMX_VIDEO_PARAM_MPEG2TYPE *p = (OMX_VIDEO_PARAM_MPEG2TYPE *)pStructure; in GetParamVideoMpeg2()
100 OMX_ERRORTYPE OMXVideoDecoderMPEG2::SetParamVideoMpeg2(OMX_PTR pStructure) { in SetParamVideoMpeg2() argument
102 OMX_VIDEO_PARAM_MPEG2TYPE *p = (OMX_VIDEO_PARAM_MPEG2TYPE *)pStructure; in SetParamVideoMpeg2()
113 OMX_ERRORTYPE OMXVideoDecoderMPEG2::GetParamVideoMpeg2ProfileLevel(OMX_PTR pStructure) { in GetParamVideoMpeg2ProfileLevel() argument
115 OMX_VIDEO_PARAM_PROFILELEVELTYPE *p = (OMX_VIDEO_PARAM_PROFILELEVELTYPE *)pStructure; in GetParamVideoMpeg2ProfileLevel()
DOMXVideoDecoderH263.cpp90 OMX_ERRORTYPE OMXVideoDecoderH263::GetParamVideoH263(OMX_PTR pStructure) { in GetParamVideoH263() argument
92 OMX_VIDEO_PARAM_H263TYPE *p = (OMX_VIDEO_PARAM_H263TYPE *)pStructure; in GetParamVideoH263()
100 OMX_ERRORTYPE OMXVideoDecoderH263::SetParamVideoH263(OMX_PTR pStructure) { in SetParamVideoH263() argument
102 OMX_VIDEO_PARAM_H263TYPE *p = (OMX_VIDEO_PARAM_H263TYPE *)pStructure; in SetParamVideoH263()
113 OMX_ERRORTYPE OMXVideoDecoderH263::GetParamVideoH263ProfileLevel(OMX_PTR pStructure) { in GetParamVideoH263ProfileLevel() argument
115 OMX_VIDEO_PARAM_PROFILELEVELTYPE *p = (OMX_VIDEO_PARAM_PROFILELEVELTYPE *)pStructure; in GetParamVideoH263ProfileLevel()
DOMXVideoDecoderBase.h69 virtual OMX_ERRORTYPE SetDecoderOutputCropSpecific(OMX_PTR pStructure);
70 virtual OMX_ERRORTYPE GetDecoderOutputCropSpecific(OMX_PTR pStructure);
71 virtual OMX_ERRORTYPE GetNativeBufferUsageSpecific(OMX_PTR pStructure);
72 virtual OMX_ERRORTYPE SetNativeBufferUsageSpecific(OMX_PTR pStructure);
73 virtual OMX_ERRORTYPE SetNativeBufferModeSpecific(OMX_PTR pStructure);
74 virtual OMX_ERRORTYPE GetNativeBufferModeSpecific(OMX_PTR pStructure);
DOMXVideoEncoderVP8.cpp243 OMX_ERRORTYPE OMXVideoEncoderVP8::GetParamVideoVp8(OMX_PTR pStructure) { in GetParamVideoVp8() argument
245 OMX_VIDEO_PARAM_VP8TYPE *p = (OMX_VIDEO_PARAM_VP8TYPE*) pStructure; in GetParamVideoVp8()
253 OMX_ERRORTYPE OMXVideoEncoderVP8::SetParamVideoVp8(OMX_PTR pStructure) { in SetParamVideoVp8() argument
255 OMX_VIDEO_PARAM_VP8TYPE *p = (OMX_VIDEO_PARAM_VP8TYPE*) pStructure; in SetParamVideoVp8()
264 OMX_ERRORTYPE OMXVideoEncoderVP8::GetConfigVideoVp8ReferenceFrame(OMX_PTR pStructure) { in GetConfigVideoVp8ReferenceFrame() argument
266 OMX_VIDEO_VP8REFERENCEFRAMETYPE *p = (OMX_VIDEO_VP8REFERENCEFRAMETYPE*)pStructure; in GetConfigVideoVp8ReferenceFrame()
275 OMX_ERRORTYPE OMXVideoEncoderVP8::SetConfigVideoVp8ReferenceFrame(OMX_PTR pStructure) { in SetConfigVideoVp8ReferenceFrame() argument
278 OMX_VIDEO_VP8REFERENCEFRAMETYPE *p = (OMX_VIDEO_VP8REFERENCEFRAMETYPE*) pStructure; in SetConfigVideoVp8ReferenceFrame()
304 OMX_ERRORTYPE OMXVideoEncoderVP8::SetConfigVp8MaxFrameSizeRatio(OMX_PTR pStructure) { in SetConfigVp8MaxFrameSizeRatio() argument
307 …G_INTEL_VP8_MAX_FRAME_SIZE_RATIO *p = (OMX_VIDEO_CONFIG_INTEL_VP8_MAX_FRAME_SIZE_RATIO*)pStructure; in SetConfigVp8MaxFrameSizeRatio()
DOMXVideoDecoderAVC.cpp237 OMX_ERRORTYPE OMXVideoDecoderAVC::GetParamVideoAvc(OMX_PTR pStructure) { in GetParamVideoAvc() argument
239 OMX_VIDEO_PARAM_AVCTYPE *p = (OMX_VIDEO_PARAM_AVCTYPE *)pStructure; in GetParamVideoAvc()
247 OMX_ERRORTYPE OMXVideoDecoderAVC::SetParamVideoAvc(OMX_PTR pStructure) { in SetParamVideoAvc() argument
249 OMX_VIDEO_PARAM_AVCTYPE *p = (OMX_VIDEO_PARAM_AVCTYPE *)pStructure; in SetParamVideoAvc()
265 OMX_ERRORTYPE OMXVideoDecoderAVC::SetParamIntelAVCDecodeSettings(OMX_PTR pStructure) { in SetParamIntelAVCDecodeSettings() argument
269 …VIDEO_PARAM_INTEL_AVC_DECODE_SETTINGS *p = (OMX_VIDEO_PARAM_INTEL_AVC_DECODE_SETTINGS *)pStructure; in SetParamIntelAVCDecodeSettings()
285 OMX_ERRORTYPE OMXVideoDecoderAVC::GetParamVideoAVCProfileLevel(OMX_PTR pStructure) { in GetParamVideoAVCProfileLevel() argument
287 OMX_VIDEO_PARAM_PROFILELEVELTYPE *p = (OMX_VIDEO_PARAM_PROFILELEVELTYPE *)pStructure; in GetParamVideoAVCProfileLevel()
DOMXVideoDecoderWMV.cpp87 OMX_ERRORTYPE OMXVideoDecoderWMV::GetParamVideoWmv(OMX_PTR pStructure) { in GetParamVideoWmv() argument
89 OMX_VIDEO_PARAM_WMVTYPE *p = (OMX_VIDEO_PARAM_WMVTYPE *)pStructure; in GetParamVideoWmv()
97 OMX_ERRORTYPE OMXVideoDecoderWMV::SetParamVideoWmv(OMX_PTR pStructure) { in SetParamVideoWmv() argument
99 OMX_VIDEO_PARAM_WMVTYPE *p = (OMX_VIDEO_PARAM_WMVTYPE *)pStructure; in SetParamVideoWmv()
DOMXVideoDecoderVP8.cpp88 OMX_ERRORTYPE OMXVideoDecoderVP8::GetParamVideoVp8(OMX_PTR pStructure) { in GetParamVideoVp8() argument
90 OMX_VIDEO_PARAM_VP8TYPE *p = (OMX_VIDEO_PARAM_VP8TYPE *)pStructure; in GetParamVideoVp8()
98 OMX_ERRORTYPE OMXVideoDecoderVP8::SetParamVideoVp8(OMX_PTR pStructure) { in SetParamVideoVp8() argument
100 OMX_VIDEO_PARAM_VP8TYPE *p = (OMX_VIDEO_PARAM_VP8TYPE *)pStructure; in SetParamVideoVp8()
DOMXVideoEncoderMPEG4.cpp247 OMX_ERRORTYPE OMXVideoEncoderMPEG4::GetParamVideoProfileLevelQuerySupported(OMX_PTR pStructure) { in GetParamVideoProfileLevelQuerySupported() argument
249 OMX_VIDEO_PARAM_PROFILELEVELTYPE *p = (OMX_VIDEO_PARAM_PROFILELEVELTYPE *)pStructure; in GetParamVideoProfileLevelQuerySupported()
274 OMX_ERRORTYPE OMXVideoEncoderMPEG4::GetParamVideoMpeg4(OMX_PTR pStructure) { in GetParamVideoMpeg4() argument
276 OMX_VIDEO_PARAM_MPEG4TYPE *p = (OMX_VIDEO_PARAM_MPEG4TYPE *)pStructure; in GetParamVideoMpeg4()
284 OMX_ERRORTYPE OMXVideoEncoderMPEG4::SetParamVideoMpeg4(OMX_PTR pStructure) { in SetParamVideoMpeg4() argument
286 OMX_VIDEO_PARAM_MPEG4TYPE *p = (OMX_VIDEO_PARAM_MPEG4TYPE *)pStructure; in SetParamVideoMpeg4()
DOMXVideoEncoderH263.cpp249 OMX_ERRORTYPE OMXVideoEncoderH263::GetParamVideoProfileLevelQuerySupported(OMX_PTR pStructure) { in GetParamVideoProfileLevelQuerySupported() argument
251 OMX_VIDEO_PARAM_PROFILELEVELTYPE *p = (OMX_VIDEO_PARAM_PROFILELEVELTYPE *)pStructure; in GetParamVideoProfileLevelQuerySupported()
276 OMX_ERRORTYPE OMXVideoEncoderH263::GetParamVideoH263(OMX_PTR pStructure) { in GetParamVideoH263() argument
278 OMX_VIDEO_PARAM_H263TYPE *p = (OMX_VIDEO_PARAM_H263TYPE *)pStructure; in GetParamVideoH263()
286 OMX_ERRORTYPE OMXVideoEncoderH263::SetParamVideoH263(OMX_PTR pStructure) { in SetParamVideoH263() argument
288 OMX_VIDEO_PARAM_H263TYPE *p = (OMX_VIDEO_PARAM_H263TYPE *)pStructure; in SetParamVideoH263()
DOMXVideoDecoderVP9HWR.h88 virtual OMX_ERRORTYPE GetDecoderOutputCropSpecific(OMX_PTR pStructure);
89 virtual OMX_ERRORTYPE GetNativeBufferUsageSpecific(OMX_PTR pStructure);
90 virtual OMX_ERRORTYPE SetNativeBufferModeSpecific(OMX_PTR pStructure);
DOMXVideoDecoderVP9Hybrid.h54 virtual OMX_ERRORTYPE GetDecoderOutputCropSpecific(OMX_PTR pStructure);
55 virtual OMX_ERRORTYPE GetNativeBufferUsageSpecific(OMX_PTR pStructure);
56 virtual OMX_ERRORTYPE SetNativeBufferModeSpecific(OMX_PTR pStructure);
DOMXVideoDecoderVP9Hybrid.cpp573 OMX_ERRORTYPE OMXVideoDecoderVP9Hybrid::GetDecoderOutputCropSpecific(OMX_PTR pStructure) { in GetDecoderOutputCropSpecific() argument
576 OMX_CONFIG_RECTTYPE *rectParams = (OMX_CONFIG_RECTTYPE *)pStructure; in GetDecoderOutputCropSpecific()
595 OMX_ERRORTYPE OMXVideoDecoderVP9Hybrid::GetNativeBufferUsageSpecific(OMX_PTR pStructure) { in GetNativeBufferUsageSpecific() argument
598 (android::GetAndroidNativeBufferUsageParams*)pStructure; in GetNativeBufferUsageSpecific()
606 OMX_ERRORTYPE OMXVideoDecoderVP9Hybrid::SetNativeBufferModeSpecific(OMX_PTR pStructure) { in SetNativeBufferModeSpecific() argument
609 (android::EnableAndroidNativeBuffersParams*)pStructure; in SetNativeBufferModeSpecific()
DOMXVideoDecoderVP9HWR.cpp717 OMX_ERRORTYPE OMXVideoDecoderVP9HWR::GetDecoderOutputCropSpecific(OMX_PTR pStructure) in GetDecoderOutputCropSpecific() argument
720 OMX_CONFIG_RECTTYPE *rectParams = (OMX_CONFIG_RECTTYPE *)pStructure; in GetDecoderOutputCropSpecific()
739 OMX_ERRORTYPE OMXVideoDecoderVP9HWR::GetNativeBufferUsageSpecific(OMX_PTR pStructure) in GetNativeBufferUsageSpecific() argument
743 (android::GetAndroidNativeBufferUsageParams*)pStructure; in GetNativeBufferUsageSpecific()
752 OMX_ERRORTYPE OMXVideoDecoderVP9HWR::SetNativeBufferModeSpecific(OMX_PTR pStructure) in SetNativeBufferModeSpecific() argument
756 (EnableAndroidNativeBuffersParams*)pStructure; in SetNativeBufferModeSpecific()
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
DOMXVideoDecoderAVCSecure.cpp493 OMX_ERRORTYPE OMXVideoDecoderAVCSecure::GetParamVideoAvc(OMX_PTR pStructure) { in GetParamVideoAvc() argument
495 OMX_VIDEO_PARAM_AVCTYPE *p = (OMX_VIDEO_PARAM_AVCTYPE *)pStructure; in GetParamVideoAvc()
503 OMX_ERRORTYPE OMXVideoDecoderAVCSecure::SetParamVideoAvc(OMX_PTR pStructure) { in SetParamVideoAvc() argument
505 OMX_VIDEO_PARAM_AVCTYPE *p = (OMX_VIDEO_PARAM_AVCTYPE *)pStructure; in SetParamVideoAvc()
517 OMX_ERRORTYPE OMXVideoDecoderAVCSecure::GetParamVideoAVCProfileLevel(OMX_PTR pStructure) { in GetParamVideoAVCProfileLevel() argument
519 OMX_VIDEO_PARAM_PROFILELEVELTYPE *p = (OMX_VIDEO_PARAM_PROFILELEVELTYPE *)pStructure; in GetParamVideoAVCProfileLevel()
541 OMX_ERRORTYPE OMXVideoDecoderAVCSecure::SetParamVideoAVCProfileLevel(OMX_PTR pStructure) { in SetParamVideoAVCProfileLevel() argument
543 (void) pStructure; // unused parameter in SetParamVideoAVCProfileLevel()