Home | History | Annotate | Download | only in src

Lines Matching refs:Codec

308 bool venc_dev::venc_open(OMX_U32 codec)
357 if (codec == OMX_VIDEO_CodingAVC)
362 if (codec == OMX_VIDEO_CodingMPEG4) {
366 } else if (codec == OMX_VIDEO_CodingH263) {
372 if (codec == OMX_VIDEO_CodingAVC) {
715 DEBUG_PRINT_HIGH("WxH (%dx%d), codec (%d), fps(nr/dr) (%d/%d), bitrate (%d), "
1618 DEBUG_PRINT_HIGH("ENC_CONFIG: Codec: %d, Profile %d, level : %d",
2294 DEBUG_PRINT_HIGH("Set codec profile = 0x%x", codec_profile.profile);
2308 DEBUG_PRINT_HIGH("Set codec level = 0x%x", profile_level.level);
2434 bool venc_dev::venc_set_multislice_cfg(OMX_INDEXTYPE Codec, OMX_U32 nSlicesize) // MB
2440 if ((Codec != OMX_IndexParamVideoH263) && (nSlicesize)) {
2913 DEBUG_PRINT_LOW("Init profile table for respective codec");
3013 DEBUG_PRINT_LOW("Invalid codec type");
3113 DEBUG_PRINT_ERROR("%s: unknown codec type", __func__);