Lines Matching refs:codec_name
207 if (!strcmp(s->codec_name, "OMX.k3.video.decoder.avc") && color_format == COLOR_FormatYCbYCr) {
249 av_freep(&s->codec_name);
391 s->crop_top, s->crop_bottom, s->crop_left, s->crop_right, s->codec_name,
469 if (strstr(s->codec_name, "OMX.Nvidia.") && s->slice_height == 0) {
471 } else if (strstr(s->codec_name, "OMX.SEC.avc.dec")) {
600 s->codec_name = ff_AMediaCodecList_getCodecNameByType(mime, profile, 0, avctx);
601 if (!s->codec_name) {
606 av_log(avctx, AV_LOG_DEBUG, "Found decoder %s\n", s->codec_name);
607 s->codec = ff_AMediaCodec_createCodecByName(s->codec_name);
609 av_log(avctx, AV_LOG_ERROR, "Failed to create media decoder for type %s and name %s\n", mime, s->codec_name);
619 s->codec_name, status, desc);
631 s->codec_name, status, desc);