Home
last modified time | relevance | path

Searched refs:eAccuracy (Results 1 – 5 of 5) sorted by relevance

/external/opencore/extern_libs_v2/khronos/openmax/include/
DOMX_Video.h296 OMX_VIDEO_MOTIONVECTORTYPE eAccuracy; member
/external/opencore/codecs_v2/omx/omx_h264enc/src/
Davc_enc.cpp471 if (OMX_Video_MotionVectorPixel == aSearchRange.eAccuracy) in AvcEncInit()
Domx_avcenc_component.cpp420 pOutPort->VideoMotionVector.eAccuracy = OMX_Video_MotionVectorQuarterPel; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_m4venc/src/
Domx_mpeg4enc_component.cpp490 pOutPort->VideoMotionVector.eAccuracy = OMX_Video_MotionVectorHalfPel; in ConstructComponent()
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.cpp2562 …MotionVector.eAccuracy = ((iVideoEncodeParam.iMVHalfPel == true) ? OMX_Video_MotionVectorHalfPel :… in SetMP4EncoderParameters()
2766 …MotionVector.eAccuracy = ((iVideoEncodeParam.iMVHalfPel == true) ? OMX_Video_MotionVectorHalfPel :… in SetH263EncoderParameters()
2947 MotionVector.eAccuracy = OMX_Video_MotionVectorQuarterPel; // hardcoded in SetH264EncoderParameters()