Home
last modified time | relevance | path

Searched refs:GetPortVideoParam (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/wrs_omxil_core/base/src/
Dportvideo.cpp87 const OMX_VIDEO_PARAM_PORTFORMATTYPE *PortVideo::GetPortVideoParam(void) in GetPortVideoParam() function in PortVideo
175 memcpy(&videoparam, GetPortVideoParam(), sizeof(videoparam));
208 memcpy(&videoparam, GetPortVideoParam(), sizeof(videoparam));
/hardware/intel/common/wrs_omxil_core/base/inc/
Dportvideo.h35 const OMX_VIDEO_PARAM_PORTFORMATTYPE *GetPortVideoParam(void);
/hardware/intel/common/omx-components/videocodec/
DOMXVideoEncoderBase.cpp424 memcpy(p, port->GetPortVideoParam(), sizeof(*p)); in GetParamVideoPortFormat()
DOMXVideoDecoderBase.cpp907 memcpy(p, port->GetPortVideoParam(), sizeof(*p));