Home
last modified time | relevance | path

Searched refs:mmal (Results 1 – 22 of 22) sorted by relevance

/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0005-fix-flags.diff12 - enabled mmal ) && { check_lib mmal interface/mmal/mmal.h mmal_port_connect -lmmal_core …
16 - check_lib mmal interface/mmal/mmal.h mmal_port_connect -lmmal_cor…
17 + enabled mmal ) && { { add_cflags -isystem/opt/vc/include/ -isystem/opt/vc/include/inter…
19 + check_lib mmal interface/mmal/mmal.h mmal_port_connect -lmmal_core …
20 die "ERROR: mmal not found" &&
21 … check_func_headers interface/mmal/mmal.h "MMAL_PARAMETER_VIDEO_MAX_NUM_CALLBACKS"; }
H A D2001-configure-setup-for-OE-core-usage.patch45 - enabled mmal ) && { { add_cflags -isystem/opt/vc/include/ -isystem/opt/vc/include/inter…
47 + enabled mmal ) && { { add_cflags -I${sysroot}/usr/include/interface/vmcs_host/linux -I$…
48 …check_lib mmal interface/mmal/mmal.h mmal_port_connect -lmmal_core -lmmal_util -lmmal_vc_client -l…
49 die "ERROR: mmal not found" &&
50 … check_func_headers interface/mmal/mmal.h "MMAL_PARAMETER_VIDEO_MAX_NUM_CALLBACKS"; }
H A D0004-ffmpeg-4.3.4-rpi_14.patch53 mmal
169 -enabled mmal && { check_lib mmal interface/mmal/mmal.h mmal_port_connect -lmmal_core …
171 + enabled mmal ) && { check_lib mmal interface/mmal/mmal.h mmal_port_connect -lmmal_core …
175 - check_lib mmal interface/mmal/mmal.h mmal_port_connect -lmmal_cor…
176 + check_lib mmal interface/mmal/mmal.h mmal_port_connect -lmmal_cor…
178 … check_func_headers interface/mmal/mmal.h "MMAL_PARAMETER_VIDEO_MAX_NUM_CALLBACKS"; }
19585 #include <interface/mmal/mmal.h>
60611 +#include <interface/mmal/mmal.h>
66155 + --mmal build including the legacy mmal-based decoders and zero-copy code
66414 + --disable-mmal\
[all …]
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/
H A D0004-Use-packageconfig-to-detect-mmal-support.patch4 Subject: [PATCH] Use packageconfig to detect mmal support
19 @@ -3460,27 +3460,18 @@ AC_ARG_ENABLE(mmal,
20 AS_HELP_STRING([--enable-mmal],
26 - AC_CHECK_HEADERS(interface/mmal/mmal.h,
29 - VLC_ADD_PLUGIN([mmal])
30 - VLC_ADD_LDFLAGS([mmal],[ -L/opt/vc/lib ])
31 - VLC_ADD_CFLAGS([mmal],[ -isystem /opt/vc/include -isystem /opt/vc/include/interface/vcos/p…
32 - VLC_ADD_LIBS([mmal],[ -lbcm_host -lmmal -lmmal_core -lmmal_components -lmmal_util -lvchost…
39 - [ AC_MSG_ERROR([Cannot find development headers for mmal...]) ],
40 - [ AC_MSG_WARN([Cannot find development headers for mmal...]) ]) ])
[all …]
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0001-mmal-Do-not-use-Werror.patch4 Subject: [PATCH] mmal: Do not use -Werror
7 interface/mmal/vc/mmal_vc_api.c:395:18: error: variable 'status' set but not used [-We
15 interface/mmal/CMakeLists.txt | 2 +-
18 diff --git a/interface/mmal/CMakeLists.txt b/interface/mmal/CMakeLists.txt
20 --- a/interface/mmal/CMakeLists.txt
21 +++ b/interface/mmal/CMakeLists.txt
29 add_library(mmal SHARED util/mmal_util.c)
H A D0025-CMakeLists.txt-.pc-respect-CMAKE_INSTALL_LIBDIR.patch470 diff --git a/interface/mmal/CMakeLists.txt b/interface/mmal/CMakeLists.txt
472 --- a/interface/mmal/CMakeLists.txt
473 +++ b/interface/mmal/CMakeLists.txt
481 mmal.h
492 diff --git a/interface/mmal/components/CMakeLists.txt b/interface/mmal/components/CMakeLists.txt
503 diff --git a/interface/mmal/core/CMakeLists.txt b/interface/mmal/core/CMakeLists.txt
523 diff --git a/interface/mmal/util/CMakeLists.txt b/interface/mmal/util/CMakeLists.txt
543 diff --git a/interface/mmal/vc/CMakeLists.txt b/interface/mmal/vc/CMakeLists.txt
702 diff --git a/pkgconfig/mmal.pc.in b/pkgconfig/mmal.pc.in
704 --- a/pkgconfig/mmal.pc.in
[all …]
H A D0020-openmaxil-add-pkg-config-file.patch22 - foreach(PCFILE bcm_host.pc brcmegl.pc brcmglesv2.pc brcmvg.pc vcsm.pc mmal.pc)
23 + foreach(PCFILE bcm_host.pc brcmegl.pc brcmglesv2.pc brcmvg.pc vcsm.pc mmal.pc openmaxil.pc)
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D3001-configure.ac-setup-for-OE-usage.patch16 bcm_host.pc, mmal.pc, vcsm.pc, openmaxil.pc files when checking
94 - AC_CHECK_HEADERS(interface/mmal/mmal.h,
96 + PKG_CHECK_MODULES(BCMHOST_MMAL, [bcm_host mmal vcsm openmaxil egl], [
98 + AC_CHECK_HEADERS(interface/mmal/mmal.h,
101 - VLC_ADD_PLUGIN([mmal])
102 - VLC_ADD_LDFLAGS([mmal],[ -L/opt/vc/lib ])
105 + VLC_ADD_PLUGIN([bcm_host mmal vcsm openmaxil egl])
106 + VLC_ADD_CFLAGS([bcm_host mmal vcsm openmaxil egl],[$BCMHOST_MMAL_CFLAGS])
107 + VLC_ADD_LIBS([bcm_host mmal vcsm openmaxil egl],[$BCMHOST_MMAL_LIBS -lmmal_components]) ],…
113 [ AC_MSG_ERROR([Cannot find development headers for mmal...]) ],
[all …]
H A D3007-remove-xorg-related-link-libs.patch18 modules/hw/mmal/Makefile.am | 2 +-
21 diff --git a/modules/hw/mmal/Makefile.am b/modules/hw/mmal/Makefile.am
23 --- a/modules/hw/mmal/Makefile.am
24 +++ b/modules/hw/mmal/Makefile.am
H A D0007-armv6.patch6 --- a/modules/hw/mmal/blend_rgba_neon.S
7 +++ b/modules/hw/mmal/blend_rgba_neon.S
24 --- a/modules/hw/mmal/codec.c
25 +++ b/modules/hw/mmal/codec.c
H A D3002-fix-EGL-macro-undeclared-and-EGLImageKHR.patch14 diff --git a/modules/hw/mmal/converter_mmal.c b/modules/hw/mmal/converter_mmal.c
16 --- a/modules/hw/mmal/converter_mmal.c
17 +++ b/modules/hw/mmal/converter_mmal.c
H A D0004-mmal_20.patch9 AC_ARG_ENABLE(mmal,
10 AS_HELP_STRING([--enable-mmal],
19 VLC_ADD_PLUGIN([mmal])
53 mmaldir = $(pluginsdir)/mmal
534 #include <interface/mmal/mmal.h>
8149 #include <interface/mmal/mmal.h>
9690 #include <interface/mmal/mmal.h>
10137 +#include <interface/mmal/mmal.h>
10405 +#include <interface/mmal/mmal.h>
10902 #include <interface/mmal/mmal.h>
[all …]
/openbmc/linux/drivers/staging/vc04_services/vchiq-mmal/
H A DMakefile2 bcm2835-mmal-vchiq-objs := mmal-vchiq.o
4 obj-$(CONFIG_BCM2835_VCHIQ_MMAL) += bcm2835-mmal-vchiq.o
H A Dmmal-common.h31 u32 mmal; member
/openbmc/linux/drivers/staging/vc04_services/bcm2835-camera/
H A Dbcm2835-camera.c79 struct mmal_buffer mmal; member
86 .mmal = MMAL_ENCODING_I420,
93 .mmal = MMAL_ENCODING_YUYV,
108 .mmal = MMAL_ENCODING_JPEG,
116 .mmal = MMAL_ENCODING_H264,
131 .mmal = MMAL_ENCODING_YVYU,
138 .mmal = MMAL_ENCODING_VYUY,
145 .mmal = MMAL_ENCODING_UYVY,
152 .mmal = MMAL_ENCODING_NV12,
360 &buf->mmal)) in buffer_cb()
[all …]
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/
H A Drpidistro-vlc_3.0.17.bb68 ${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', 'mmal', d)} \
75 PACKAGECONFIG[mmal] = "--enable-omxil --enable-omxil-vout --enable-rpi-omxil --enable-mmal --enable…
127 # Ensures the --enable-mmal-avcodec flag is available for usage
/openbmc/linux/drivers/staging/vc04_services/
H A DMakefile16 obj-$(CONFIG_BCM2835_VCHIQ_MMAL) += vchiq-mmal/
H A DKconfig47 source "drivers/staging/vc04_services/vchiq-mmal/Kconfig"
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/
H A Dvlc_3.0.20.bb23 file://0004-Use-packageconfig-to-detect-mmal-support.patch \
63 PACKAGECONFIG[mmal] = "--enable-omxil --enable-omxil-vout --enable-rpi-omxil --enable-mmal,,userlan…
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/
H A Drpidistro-ffmpeg_4.3.4.bb38 … ${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', 'mmal rpi sand vout-drm', d)} \
102 PACKAGECONFIG[mmal] = "--enable-omx --enable-omx-rpi --enable-mmal,,userland"
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/
H A Duserland_git.bb3 and includes source for the ARM side code to interface to: EGL, mmal, GLESv2,\
24 file://0001-mmal-Do-not-use-Werror.patch \
/openbmc/openbmc/meta-raspberrypi/docs/
H A Dextra-build-config.md503 … VLC_SETTINGS="-I dummy --vout=mmal_vout --mmal-resize --mmal-display hdmi-$MMAL_DISPLAY --no-dbus"