Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/omx/omx_m4venc/src/
Domx_mpeg4enc_component.cpp350 ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->VideoH263.nPortIndex = OMX_PORT_OUTPUTPORT_INDEX; in ConstructComponent()
351 ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->VideoH263.eProfile = OMX_VIDEO_H263ProfileBaseline; in ConstructComponent()
352 ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->VideoH263.eLevel = OMX_VIDEO_H263Level45; in ConstructComponent()
353 ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->VideoH263.bPLUSPTYPEAllowed = OMX_FALSE; in ConstructComponent()
354 …ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->VideoH263.nAllowedPictureTypes = OMX_VIDEO_PictureTypeI | OMX_… in ConstructComponent()
355 ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->VideoH263.bForceRoundingTypeToZero = OMX_TRUE; in ConstructComponent()
356 ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->VideoH263.nPictureHeaderRepetition = 0; in ConstructComponent()
357 ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->VideoH263.nGOBHeaderInterval = 0; in ConstructComponent()
1069 …_H263TYPE* H263Param = (OMX_VIDEO_PARAM_H263TYPE*) & ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->VideoH263; in ComponentInit()
1095 ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->VideoH263, in ComponentInit()
/external/opencore/codecs_v2/omx/omx_m4v/src/
Domx_mpeg4_component.cpp369 ipPorts[OMX_PORT_INPUTPORT_INDEX]->VideoH263.nPortIndex = OMX_PORT_INPUTPORT_INDEX; in ConstructComponent()
370 …ipPorts[OMX_PORT_INPUTPORT_INDEX]->VideoH263.eProfile = (OMX_VIDEO_H263PROFILETYPE) (OMX_VIDEO_H26… in ConstructComponent()
371 ipPorts[OMX_PORT_INPUTPORT_INDEX]->VideoH263.eLevel = OMX_VIDEO_H263Level45; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_baseclass/include/
Dpv_omxcomponent.h102 OMX_VIDEO_PARAM_H263TYPE VideoH263; member
/external/opencore/codecs_v2/omx/omx_baseclass/src/
Dpv_omxcomponent.cpp3811 … oscl_memcpy(pVideoH263, &ipPorts[PortIndex]->VideoH263, sizeof(OMX_VIDEO_PARAM_H263TYPE)); in GetParameter()
4143 … oscl_memcpy(&ipPorts[PortIndex]->VideoH263, pVideoH263, sizeof(OMX_VIDEO_PARAM_H263TYPE)); in SetParameter()