Home | History | Annotate | Download | only in src

Lines Matching refs:Codec

199 bool venc_dev::venc_open(OMX_U32 codec)
251 if(codec == OMX_VIDEO_CodingMPEG4)
260 else if(codec == OMX_VIDEO_CodingH263)
269 if(codec == OMX_VIDEO_CodingAVC)
1410 DEBUG_PRINT_HIGH("\nENC_CONFIG: Codec: %d, Profile %d, level : %d",
2212 bool venc_dev::venc_set_multislice_cfg(OMX_INDEXTYPE Codec, OMX_U32 nSlicesize) // MB
2218 if((Codec != OMX_IndexParamVideoH263) && (nSlicesize)){
2716 DEBUG_PRINT_LOW("\n Init profile table for respective codec");
2855 DEBUG_PRINT_LOW("\n Invalid codec type");
2968 DEBUG_PRINT_ERROR("%s: unknown codec type", __func__);