HomeSort by relevance Sort by last modified time
    Searched refs:port_def (Results 1 - 3 of 3) sorted by null

  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9Hybrid.cpp 326 OMX_PARAM_PORTDEFINITIONTYPE port_def; local
327 memcpy(&port_def,port->GetPortDefinition(),sizeof(port_def));
328 port_def.nBufferCountMin = mNativeBufferCount;
329 port_def.nBufferCountActual = mNativeBufferCount;
330 port_def.format.video.cMIMEType = (OMX_STRING)VA_VED_RAW_MIME_TYPE;
331 port_def.format.video.eColorFormat = (OMX_COLOR_FORMATTYPE)OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar;
333 port_def.format.video.nFrameHeight += VPX_DECODE_BORDER * 2;
334 port_def.format.video.nFrameWidth += VPX_DECODE_BORDER * 2;
336 port_def.format.video.nFrameHeight = (port_def.format.video.nFrameHeight + 0x1f) & ~0x1f
352 const OMX_PARAM_PORTDEFINITIONTYPE* port_def = port->GetPortDefinition(); local
    [all...]
OMXVideoDecoderBase.cpp 421 const OMX_PARAM_PORTDEFINITIONTYPE* port_def = port->GetPortDefinition(); local
423 if (!port_def->bEnabled) {
466 OMX_PARAM_PORTDEFINITIONTYPE port_def; local
467 memcpy(&port_def, port->GetPortDefinition(), sizeof(port_def));
469 if (port_def.format.video.pNativeWindow != NULL) {
470 p->nativeWindow = port_def.format.video.pNativeWindow;
884 OMX_PARAM_PORTDEFINITIONTYPE port_def; local
    [all...]
OMXVideoDecoderVP9HWR.cpp 781 OMX_PARAM_PORTDEFINITIONTYPE port_def; local
782 memcpy(&port_def,port->GetPortDefinition(),sizeof(port_def));
783 port_def.nBufferCountMin = mNativeBufferCount;
784 port_def.nBufferCountActual = mNativeBufferCount;
785 port_def.format.video.cMIMEType = (OMX_STRING)VA_VED_RAW_MIME_TYPE;
786 port_def.format.video.eColorFormat = OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar;
789 port_def.format.video.nFrameHeight += VPX_DECODE_BORDER * 2;
790 port_def.format.video.nFrameWidth += VPX_DECODE_BORDER * 2;
792 port_def.format.video.nFrameHeight = (port_def.format.video.nFrameHeight + 0x1f) & ~0x1f
810 const OMX_PARAM_PORTDEFINITIONTYPE* port_def = port->GetPortDefinition(); local
    [all...]

Completed in 99 milliseconds