Searched refs:p_dec (Results 1 – 2 of 2) sorted by relevance
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
H A D | 0004-mmal_20.patch | 5172 + decoder_t * p_dec; 5676 +ZcFfmpeg_AllocContext( decoder_t *p_dec, 5684 + if( !ZcGetFfmpegCodec( p_dec->fmt_in.i_cat, p_dec->fmt_in.i_codec, 5688 + msg_Dbg( p_dec, "using %s %s", AVPROVIDER(LIBAVCODEC), LIBAVCODEC_IDENT ); 5691 + vlc_init_avcodec(VLC_OBJECT(p_dec)); 5694 + char *psz_decoder = var_InheritString( p_dec, "avcodec-codec" ); 5699 + msg_Err( p_dec, "Decoder `%s' not found", psz_decoder ); 5702 + msg_Err( p_dec, "Decoder `%s' can't handle %4.4s", 5703 + psz_decoder, (char*)&p_dec->fmt_in.i_codec ); 5711 + if( p_dec->fmt_in.i_codec != VLC_CODEC_HEVC ) [all …]
|
/openbmc/linux/net/sched/ |
H A D | sch_cake.c | 96 u32 p_dec; member 481 if (vars->p_drop < p->p_dec) in cobalt_queue_empty() 484 vars->p_drop -= p->p_dec; in cobalt_queue_empty() 2307 b->cparams.p_dec = 1 << 20; /* 1/4096 */ in cake_set_rate()
|