Home
last modified time | relevance | path

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

/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.cpp2490 OMX_VIDEO_PARAM_MPEG4TYPE Mpeg4Type; in SetMP4EncoderParameters() local
2500 CONFIG_SIZE_AND_VERSION(Mpeg4Type); in SetMP4EncoderParameters()
2501 Mpeg4Type.nPortIndex = iOutputPortIndex; in SetMP4EncoderParameters()
2503 Err = OMX_GetParameter(iOMXEncoder, OMX_IndexParamVideoMpeg4, &Mpeg4Type); in SetMP4EncoderParameters()
2513 Mpeg4Type.nPortIndex = iOutputPortIndex; in SetMP4EncoderParameters()
2515 Mpeg4Type.nSliceHeaderSpacing = 0; in SetMP4EncoderParameters()
2516 Mpeg4Type.bSVH = OMX_FALSE; //((iEncoderParam.iContentType == EI_H263)? true: false); in SetMP4EncoderParameters()
2517 Mpeg4Type.bGov = OMX_FALSE; // disable or enable GOV header in SetMP4EncoderParameters()
2519 Mpeg4Type.nAllowedPictureTypes = OMX_VIDEO_PictureTypeI | OMX_VIDEO_PictureTypeP; in SetMP4EncoderParameters()
2525 Mpeg4Type.nPFrames = 0xFFFFFFFF; in SetMP4EncoderParameters()
[all …]