Home
last modified time | relevance | path

Searched full:vp9 (Results 1 – 25 of 26) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/staging/media/meson/vdec/
Dcodec_vp9.c41 /* 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 …]
Desparser.c79 * 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()
Dvdec_hevc.c6 * HEVC, VP9
/kernel/linux/linux-5.10/drivers/staging/media/rkvdec/
DTODO1 * Support for VP9 is planned for this driver.
/kernel/linux/linux-5.10/drivers/staging/media/hantro/
DTODO1 * Support for VP8, VP9 and H264 is planned for this driver.
/kernel/linux/linux-5.10/Documentation/arm/sti/
Dstih418-overview.rst16 - VP9
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/
Dmediatek-vpu.txt4 H.264/VP8/VP9 Decode, H.264/VP8 Encode and Image Processor (scale/rotate/color convert).
Drockchip,vdec.yaml14 HEVC an VP9 streams.
Damlogic,gx-vdec.yaml23 - VDEC_HEVC can decode HEVC and VP9.
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dpixfmt-compressed.rst171 * .. _V4L2-PIX-FMT-VP9:
175 - VP9 compressed video frame. The encoder generates one
Dext-ctrls-codec.rst3363 .. _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:
Ddev-decoder.rst106 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/
Dvdec_ipi_msg.h70 * VP9 decoder [0]:profile, [1][2] width/height
Dvdec_drv_if.h64 * @fourcc : [in] video format fourcc, V4L2_PIX_FMT_H264/VP8/VP9..
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
Dcore.h249 u32 vp9; member
255 u32 vp9; member
Dhfi_helper.h367 /* VP9 Profile 0, 8-bit */
369 /* VP9 Profile 2, 10-bit */
Dvenc.c704 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/
Dmtk_vpu.h41 * handle VP9 video decoder job, and vice versa.
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dstih418-clock.dtsi292 "", "clk-vp9";
/kernel/linux/linux-5.10/drivers/clk/sunxi-ng/
Dccu-sun50i-h6.c340 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/
Dvdec_vp9_if.c173 * struct vdec_vp9_inst - vp9 decode instance
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch13163 - 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/
Dv4l2-ctrls.c971 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()
Dv4l2-ioctl.c1447 case V4L2_PIX_FMT_VP9: descr = "VP9"; break; in v4l_fill_fmtdesc()
/kernel/linux/linux-5.10/include/uapi/linux/
Dvideodev2.h704 #define V4L2_PIX_FMT_VP9 v4l2_fourcc('V', 'P', '9', '0') /* VP9 */

12