Searched refs:VbsmcType (Results 1 – 1 of 1) sorted by relevance
2971 OMX_VIDEO_PARAM_VBSMCTYPE VbsmcType; in SetH264EncoderParameters() local3138 CONFIG_SIZE_AND_VERSION(VbsmcType); in SetH264EncoderParameters()3139 VbsmcType.nPortIndex = iOutputPortIndex; in SetH264EncoderParameters()3141 Err = OMX_GetParameter(iOMXEncoder, OMX_IndexParamVideoVBSMC, &VbsmcType); in SetH264EncoderParameters()3148 VbsmcType.b16x16 = OMX_TRUE; in SetH264EncoderParameters()3149 …VbsmcType.b16x8 = VbsmcType.b8x16 = VbsmcType.b8x8 = VbsmcType.b8x4 = VbsmcType.b4x8 = VbsmcType.b… in SetH264EncoderParameters()3151 Err = OMX_SetParameter(iOMXEncoder, OMX_IndexParamVideoVBSMC, &VbsmcType); in SetH264EncoderParameters()