Lines Matching refs:par
72 static int get_vp9_level(AVCodecParameters *par, AVRational *frame_rate) {
73 int picture_size = par->width * par->height;
117 int ff_isom_get_vpcc_features(AVFormatContext *s, AVCodecParameters *par,
120 int profile = par->profile;
121 int level = par->level == FF_LEVEL_UNKNOWN ?
122 get_vp9_level(par, frame_rate) : par->level;
123 int bit_depth = get_bit_depth(s, par->format);
125 get_vpx_chroma_subsampling(s, par->format, par->chroma_location);
127 get_vpx_video_full_range_flag(par->color_range);
151 AVCodecParameters *par)
156 ret = ff_isom_get_vpcc_features(s, par, NULL, &vpcc);
163 avio_w8(pb, par->color_primaries);
164 avio_w8(pb, par->color_trc);
165 avio_w8(pb, par->color_space);