Searched refs:vp9 (Results 1 – 4 of 4) sorted by relevance
691 if (!vp9) in codec_vp9_num_pending_bufs()765 vp9 = kzalloc(sizeof(*vp9), GFP_KERNEL); in codec_vp9_start()766 if (!vp9) in codec_vp9_start()836 kfree(vp9); in codec_vp9_start()1165 if (vp9->frame_refs[i]->width != vp9->width || in codec_vp9_set_mc()1166 vp9->frame_refs[i]->height != vp9->height) in codec_vp9_set_mc()1299 (vp9->height << 16) | vp9->width); in codec_vp9_process_frame()1304 &vp9->lfi, &vp9->lf, in codec_vp9_process_frame()1401 vp9->width, vp9->height, is_10bit, src_changed); in codec_vp9_process_rpm()2088 if (!vp9) in codec_vp9_threaded_isr()[all …]
270 u32 vp9; member276 u32 vp9; member
850 profile = ctr->profile.vp9; in venc_set_properties()851 level = ctr->level.vp9; in venc_set_properties()
2168 .. _v4l2-mpeg-video-vp9-profile:2191 .. _v4l2-mpeg-video-vp9-level:2199 `webmproject <https://www.webmproject.org/vp9/levels/>`__. Possible values are:
Completed in 20 milliseconds