| /kernel/linux/linux-5.10/drivers/staging/media/meson/vdec/ |
| D | codec_vp9.c | 41 /* VP9 Constants */ 55 /* VP9 Workspace layout */ 112 * Defines, declarations, sub-functions for vp9 de-block loop 119 * - set video format to VP9 is in vp9_loop_filter_init 128 /* VP9 PROB processing defines */ 220 /* VP9 COUNT mem processing defines */ 438 /* VP9 context lock */ 444 /* Buffer for the VP9 Workspace */ 535 vp9_loop_filter_init(struct amvdec_core *core, struct codec_vp9 *vp9) in vp9_loop_filter_init() argument 537 struct loop_filter_info_n *lfi = &vp9->lfi; in vp9_loop_filter_init() [all …]
|
| D | esparser.c | 79 * VP9 frame headers need to be appended by a 16-byte long 305 * When max ref frame is held by VP9, this should be -= 3 to prevent a in esparser_queue()
|
| D | vdec_hevc.c | 6 * HEVC, VP9
|
| /kernel/linux/linux-5.10/drivers/staging/media/rkvdec/ |
| D | TODO | 1 * Support for VP9 is planned for this driver.
|
| /kernel/linux/linux-5.10/drivers/staging/media/hantro/ |
| D | TODO | 1 * Support for VP8, VP9 and H264 is planned for this driver.
|
| /kernel/linux/linux-5.10/Documentation/arm/sti/ |
| D | stih418-overview.rst | 16 - VP9
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/ |
| D | mediatek-vpu.txt | 4 H.264/VP8/VP9 Decode, H.264/VP8 Encode and Image Processor (scale/rotate/color convert).
|
| D | rockchip,vdec.yaml | 14 HEVC an VP9 streams.
|
| D | amlogic,gx-vdec.yaml | 23 - VDEC_HEVC can decode HEVC and VP9.
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
| D | pixfmt-compressed.rst | 171 * .. _V4L2-PIX-FMT-VP9: 175 - VP9 compressed video frame. The encoder generates one
|
| D | ext-ctrls-codec.rst | 3363 .. _v4l2-mpeg-video-vp9-profile: 3369 This control allows selecting the profile for VP9 encoder. 3370 This is also used to enumerate supported profiles by VP9 encoder or decoder. 3386 .. _v4l2-mpeg-video-vp9-level: 3391 This control allows selecting the level for VP9 encoder. 3392 This is also used to enumerate supported levels by VP9 encoder or decoder. 3394 `webmproject <https://www.webmproject.org/vp9/levels/>`__. Possible values are:
|
| D | dev-decoder.rst | 106 block transforms (e.g. H.264, VP8, VP9); codec-specific, but for most of 124 any previous state/data present, e.g.: a keyframe (VP8/VP9) or
|
| /kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/ |
| D | vdec_ipi_msg.h | 70 * VP9 decoder [0]:profile, [1][2] width/height
|
| D | vdec_drv_if.h | 64 * @fourcc : [in] video format fourcc, V4L2_PIX_FMT_H264/VP8/VP9..
|
| /kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/ |
| D | core.h | 249 u32 vp9; member 255 u32 vp9; member
|
| D | hfi_helper.h | 367 /* VP9 Profile 0, 8-bit */ 369 /* VP9 Profile 2, 10-bit */
|
| D | venc.c | 704 profile = ctr->profile.vp9; in venc_set_properties() 705 level = ctr->level.vp9; in venc_set_properties()
|
| /kernel/linux/linux-5.10/drivers/media/platform/mtk-vpu/ |
| D | mtk_vpu.h | 41 * handle VP9 video decoder job, and vice versa.
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | stih418-clock.dtsi | 292 "", "clk-vp9";
|
| /kernel/linux/linux-5.10/drivers/clk/sunxi-ng/ |
| D | ccu-sun50i-h6.c | 340 static SUNXI_CCU_M_WITH_MUX_GATE(vp9_clk, "vp9", vp9_parents, 0x6c0, 346 static SUNXI_CCU_GATE(bus_vp9_clk, "bus-vp9", "psi-ahb1-ahb2",
|
| /kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/vdec/ |
| D | vdec_vp9_if.c | 173 * struct vdec_vp9_inst - vp9 decode instance
|
| /kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/ |
| D | linux-5.10.patch | 13163 - if (codec_hevc_use_fbc(sess->pixfmt_cap, vp9->is_10bit)) { 13166 + if (codec_hevc_use_fbc(sess->pixfmt_cap, vp9->is_10bit)) 13175 vp9->is_10bit)) { 13177 - vp9->common.mmu_header_paddr[vb->index]); 13179 + if (codec_hevc_use_downsample(sess->pixfmt_cap, vp9->is_10bit)) 13180 + header_adr = vp9->common.mmu_header_paddr[vb->index]; 13188 struct codec_vp9 *vp9) 13192 + sess->pixfmt_cap, vp9->is_10bit); 13197 vp9->frame_refs[i]->height != vp9->height) 13200 - sz = amvdec_am21c_body_size(vp9->frame_refs[i]->width, [all …]
|
| /kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
| D | v4l2-ctrls.c | 971 case V4L2_CID_MPEG_VIDEO_VP9_PROFILE: return "VP9 Profile"; in v4l2_ctrl_get_name() 972 case V4L2_CID_MPEG_VIDEO_VP9_LEVEL: return "VP9 Level"; in v4l2_ctrl_get_name()
|
| D | v4l2-ioctl.c | 1447 case V4L2_PIX_FMT_VP9: descr = "VP9"; break; in v4l_fill_fmtdesc()
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | videodev2.h | 704 #define V4L2_PIX_FMT_VP9 v4l2_fourcc('V', 'P', '9', '0') /* VP9 */
|