Home
last modified time | relevance | path

Searched refs:xFramerate (Results 1 – 8 of 8) sorted by relevance

/external/opencore/codecs_v2/omx/omx_m4venc/src/
Domx_mpeg4enc_component.cpp295 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.xFramerate = (15 << 16); in ConstructComponent()
326 ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->PortParam.format.video.xFramerate = (15 << 16); in ConstructComponent()
393 pInPort->VideoParam[0].xFramerate = (15 << 16); in ConstructComponent()
401 pInPort->VideoParam[1].xFramerate = (15 << 16); in ConstructComponent()
409 pInPort->VideoParam[2].xFramerate = (15 << 16); in ConstructComponent()
417 pInPort->VideoParam[3].xFramerate = (15 << 16); in ConstructComponent()
428 pOutPort->VideoParam[0].xFramerate = (15 << 16); in ConstructComponent()
Dmpeg4_enc.cpp135 iSrcFrameRate = aInputParam.xFramerate; in Mp4EncInit()
204 …aEncOption.encFrameRate[0] = (aEncodeParam.xFramerate >> 16) + (OsclFloat)(aEncodeParam.xFramerate in Mp4EncInit()
/external/opencore/codecs_v2/omx/omx_h264enc/src/
Domx_avcenc_component.cpp257 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.xFramerate = (15 << 16); in ConstructComponent()
278 ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->PortParam.format.video.xFramerate = (15 << 16); in ConstructComponent()
332 pInPort->VideoParam[0].xFramerate = (15 << 16); in ConstructComponent()
340 pInPort->VideoParam[1].xFramerate = (15 << 16); in ConstructComponent()
348 pInPort->VideoParam[2].xFramerate = (15 << 16); in ConstructComponent()
356 pInPort->VideoParam[3].xFramerate = (15 << 16); in ConstructComponent()
367 pOutPort->VideoParam[0].xFramerate = (15 << 16); in ConstructComponent()
Davc_enc.cpp206 …tion.frame_rate = (uint32)(1000 * ((aEncodeParam.xFramerate >> 16) + (OsclFloat)(aEncodeParam.xFra… in AvcEncInit()
/external/opencore/extern_libs_v2/khronos/openmax/include/
DOMX_Video.h149 OMX_U32 xFramerate; member
179 OMX_U32 xFramerate; member
/external/opencore/codecs_v2/omx/omx_h264/src/
Domx_avc_component.cpp248 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.xFramerate = (15 << 16); in ConstructComponent()
267 ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->PortParam.format.video.xFramerate = (15 << 16); in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_m4v/src/
Domx_mpeg4_component.cpp322 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.xFramerate = (15 << 16); in ConstructComponent()
342 ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->PortParam.format.video.xFramerate = (15 << 16); in ConstructComponent()
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.cpp2122 iParamPort.format.video.xFramerate = (uint32)(iVideoInputFormat.iFrameRate * (1 << 16)); in NegotiateVideoComponentParameters()
2260 iParamPort.format.video.xFramerate = (uint32)(iVideoEncodeParam.iFrameRate[0] * (1 << 16)); in NegotiateVideoComponentParameters()