All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Gou, Hongmei" <h-gou@ti.com>
To: "Ruei, Eric" <e-ruei1@ti.com>,
	"meta-arago@arago-project.org" <meta-arago@arago-project.org>
Subject: Re: [EXTERNAL] [matrix-gui-v2-apps][PATCH] arm_multimedia: add kmssink support
Date: Mon, 25 Feb 2019 15:13:11 +0000	[thread overview]
Message-ID: <07520f85f77445af8f5ceb93a9048814@ti.com> (raw)
In-Reply-To: <1550677287-61590-1-git-send-email-e-ruei1@ti.com>

> -----Original Message-----
> From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> bounces@arago-project.org] On Behalf Of Ruei, Eric
> Sent: Wednesday, February 20, 2019 10:41 AM
> To: meta-arago@arago-project.org
> Subject: [EXTERNAL] [meta-arago] [matrix-gui-v2-apps][PATCH]
> arm_multimedia: add kmssink support
> 
> - use kmssink as video sink for AM4 and AM6 SoCs
> - cleanup indentations
> 
> Signed-off-by: Eric Ruei <e-ruei1@ti.com>
> ---
>  .../arm_multimedia_h264dec/runH264Dec.sh           | 15 ++++++-
>  .../arm_multimedia_mpeg4aacdec/runMpeg4AacDec.sh   | 52
> +++++++++++++---------
>  .../arm_multimedia_mpeg4dec/runMpeg4Dec.sh         | 13 +++++-
>  3 files changed, 55 insertions(+), 25 deletions(-)
> 
> diff --git a/multimedia_apps/arm_multimedia_h264dec/runH264Dec.sh
> b/multimedia_apps/arm_multimedia_h264dec/runH264Dec.sh
> index f1ea7dd..9a3b47b 100644
> --- a/multimedia_apps/arm_multimedia_h264dec/runH264Dec.sh
> +++ b/multimedia_apps/arm_multimedia_h264dec/runH264Dec.sh
> @@ -1,7 +1,9 @@
>  #!/bin/sh
> 
>  machine_type="`cat /etc/hostname`"
> +VIDEO_SINK="kmssink"
>  if [ "$machine_type" = "am335x-evm" ] || [ "$machine_type" = "am335x-hs-
> evm" ]; then
> +        VIDEO_SINK="fbdevsink"
>  	resolution="`fbset | awk '/geometry/ {print $2"x"$3}'`"
>  	if [ "$resolution" = "480x272" ]; then
>  		filename="/usr/share/ti/video/TearOfSteel-Short-
> 400x240.264"
> @@ -25,7 +27,8 @@ then
>          fi
>  elif [ "$machine_type" = "am65xx-evm" ]
>  then
> -     filename="/usr/share/ti/video/TearOfSteel-Short-1280x540.h264"
> +     VIDEO_SINK="kmssink_am6"

Setting VIDEO_SINK  as kmssink_am6 may cause confusion. According to the pipelines used below,
am6 is using kmssink also, but requires a different video format for the display.

> +     filename="/usr/share/ti/video/TearOfSteel-Short-720x406.264"
>  else
>  	default_display="`cat
> /sys/devices/platform/omapdss/manager0/display`"
>  	if [ "$default_display" = "dvi" ]; then
> @@ -50,4 +53,12 @@ echo ""
>  echo "Launch GStreamer pipeline"
>  echo ""
>  echo "Length of video clip: 21 seconds"
> -gst-launch-1.0 filesrc location=$filename ! queue ! h264parse ! avdec_h264 !
> videoconvert ! fbdevsink device=/dev/fb0
> +if [ "$VIDEO_SINK" = "fbdevsink" ]
> +then
> +	gst-launch-1.0 filesrc location=$filename ! queue ! h264parse !
> avdec_h264 ! videoconvert ! fbdevsink device=/dev/fb0
> +elif [ "$VIDEO_SINK" = "kmssink_am6" ]
> +then
> +	gst-launch-1.0 filesrc location=$filename ! queue ! h264parse !
> avdec_h264 ! videoconvert ! 'video/x-raw, format=(string)BGRA' ! kmssink
> +else
> +	gst-launch-1.0 filesrc location=$filename ! queue ! h264parse !
> avdec_h264 ! videoconvert ! kmssink
> +fi
> \ No newline at end of file
> diff --git
> a/multimedia_apps/arm_multimedia_mpeg4aacdec/runMpeg4AacDec.sh
> b/multimedia_apps/arm_multimedia_mpeg4aacdec/runMpeg4AacDec.sh
> index 18ee0ea..d968435 100644
> --- a/multimedia_apps/arm_multimedia_mpeg4aacdec/runMpeg4AacDec.sh
> +++
> b/multimedia_apps/arm_multimedia_mpeg4aacdec/runMpeg4AacDec.sh
> @@ -8,28 +8,34 @@ elif grep -q "no soundcards" /proc/asound/cards; then
>          echo "No sound devices found!"
>  else
>  	machine_type="`cat /etc/hostname`"
> +	VIDEO_SINK="kmssink"
>  	if [ "$machine_type" = "am335x-evm" ] || [ "$machine_type" =
> "am335x-hs-evm" ]; then
> +		VIDEO_SINK="fbdevsink"
>  		resolution="`fbset | awk '/geometry/ {print $2"x"$3}'`"
> -		 if [ "$resolution" = "480x272" ]; then
> +		if [ "$resolution" = "480x272" ]; then
>  			filename="/usr/share/ti/video/TearOfSteel-AV-
> Short-400x240.mp4"
>  		else
>  			# Use WVGA for all other resolutions
>  			filename="/usr/share/ti/video/TearOfSteel-AV-
> Short-720x420.mp4"
> -	fi
> -    elif [ "$machine_type" = "dra7xx-evm" ]
> -    then
> -	    filename="/usr/share/ti/video/TearOfSteel-AV-Short-
> 720x420.mp4"
> -    elif [ "$machine_type" = "omap5-evm" ]
> -    then
> -        filename="/usr/share/ti/video/TearOfSteel-AV-Short-720x406.mp4"
> -    elif [ "$machine_type" = "am437x-evm" ] || [ "$machine_type" =
> "am437x-hs-evm" ] || [ "$machine_type" = "am438x-epos-evm" ]|| [
> "$machine_type" = "am65xx-evm" ]
> -    then
> -            resolution="`fbset | awk '/geometry/ {print $2"x"$3}'`"
> -            if [ "$resolution" = "480x272" ]; then
> -                filename="/usr/share/ti/video/TearOfSteel-AV-Short-
> 400x240.mp4"
> -            else
> -                filename="/usr/share/ti/video/TearOfSteel-AV-Short-
> 720x406.mp4"
> -            fi
> +		fi
> +	elif [ "$machine_type" = "dra7xx-evm" ]
> +	then
> +		filename="/usr/share/ti/video/TearOfSteel-AV-Short-
> 720x420.mp4"
> +	elif [ "$machine_type" = "omap5-evm" ]
> +	then
> +		filename="/usr/share/ti/video/TearOfSteel-AV-Short-
> 720x406.mp4"
> +	elif [ "$machine_type" = "am65xx-evm" ]
> +	then
> +		VIDEO_SINK="kmssink_am6"
> +		filename="/usr/share/ti/video/TearOfSteel-AV-Short-
> 720x406.mp4"
> +	elif [ "$machine_type" = "am437x-evm" ] || [ "$machine_type" =
> "am437x-hs-evm" ] || [ "$machine_type" = "am438x-epos-evm" ]
> +	then
> +		resolution="`fbset | awk '/geometry/ {print $2"x"$3}'`"
> +		if [ "$resolution" = "480x272" ]; then
> +			filename="/usr/share/ti/video/TearOfSteel-AV-
> Short-400x240.mp4"
> +		else
> +			filename="/usr/share/ti/video/TearOfSteel-AV-
> Short-720x406.mp4"
> +		fi
>  	else
>  		default_display="`cat
> /sys/devices/platform/omapdss/manager0/display`"
>  		if [ "$default_display" = "dvi" ]; then
> @@ -52,14 +58,12 @@ else
>  		amixer -c 0 set Headset 1+ unmute
>  	elif [ "$machine_type" = "am335x-evm" ] || [ "$machine_type" =
> "am335x-hs-evm" ]; then
>  		amixer cset name='PCM Playback Volume' 127
> -    elif [ "$machine_type" = "omap5-evm" ]; then
> +	elif [ "$machine_type" = "omap5-evm" ]; then
>  		amixer cset name='PCM Playback Volume' 127
> -    elif [ "$machine_type" = "am437x-evm" ] || [ "$machine_type" =
> "am437x-hs-evm" ] || [ "$machine_type" = "am438x-epos-evm" ]; then
> -
> +	elif [ "$machine_type" = "am437x-evm" ] || [ "$machine_type" =
> "am437x-hs-evm" ] || [ "$machine_type" = "am438x-epos-evm" ]; then
>  		# EPOS uses a different configuration so check if
>  		# we are running on that board
>  		model_name=`cat /proc/device-tree/model | grep -i epos`
> -
>  		if [ "$?" = '0' ]; then
>  			amixer cset name='DAC Playback Volume' 127
>  			amixer cset name='HP Analog Playback Volume' 66
> @@ -72,5 +76,11 @@ else
>  			amixer cset name='PCM Playback Volume' 127
>  		fi
>  	fi
> -	gst-launch-1.0 filesrc location=$filename ! queue ! qtdemux
> name=demux demux.audio_0 ! queue ! faad ! alsasink demux.video_0 !
> queue ! avdec_mpeg4 ! videoconvert ! fbdevsink device=/dev/fb0
> +	if [ "$VIDEO_SINK" = "fbdevsink" ]; then
> +		gst-launch-1.0 filesrc location=$filename ! queue ! qtdemux
> name=demux demux.audio_0 ! queue ! faad ! alsasink demux.video_0 !
> queue ! avdec_mpeg4 ! videoconvert ! fbdevsink device=/dev/fb0
> +	elif [ "$VIDEO_SINK" = "kmssink_am6" ]; then
> +		gst-launch-1.0 filesrc location=$filename ! queue ! qtdemux
> name=demux demux.audio_0 ! queue ! faad ! alsasink demux.video_0 !
> queue ! avdec_mpeg4 ! videoconvert ! 'video/x-raw, format=(string)BGRA' !
> kmssink
> +	else
> +		gst-launch-1.0 filesrc location=$filename ! queue ! qtdemux
> name=demux demux.audio_0 ! queue ! faad ! alsasink demux.video_0 !
> queue ! avdec_mpeg4 ! videoconvert ! kmssink
> +	fi
>  fi
> diff --git a/multimedia_apps/arm_multimedia_mpeg4dec/runMpeg4Dec.sh
> b/multimedia_apps/arm_multimedia_mpeg4dec/runMpeg4Dec.sh
> index 82fcb2c..bb565c2 100644
> --- a/multimedia_apps/arm_multimedia_mpeg4dec/runMpeg4Dec.sh
> +++ b/multimedia_apps/arm_multimedia_mpeg4dec/runMpeg4Dec.sh
> @@ -1,7 +1,9 @@
>  #!/bin/sh
> 
>  machine_type="`cat /etc/hostname`"
> +VIDEO_SINK="kmssink"
>  if [ "$machine_type" = "am335x-evm" ] || [ "$machine_type" = "am335x-hs-
> evm" ]; then
> +        VIDEO_SINK="fbdevsink"
>  	resolution="`fbset | awk '/geometry/ {print $2"x"$3}'`"
>  	if [ "$resolution" = "480x272" ]; then
>  		filename="/usr/share/ti/video/TearOfSteel-Short-
> 400x240.m4v"
> @@ -25,7 +27,8 @@ then
>      fi
>  elif [ "$machine_type" = "am65xx-evm" ]
>  then
> -     filename="/usr/share/ti/video/TearOfSteel-Short-1280x540.m4v"
> +     VIDEO_SINK="kmssink_am6"
> +     filename="/usr/share/ti/video/TearOfSteel-Short-720x406.m4v"
>  else
>  	default_display="`cat
> /sys/devices/platform/omapdss/manager0/display`"
>  	if [ "$default_display" = "dvi" ]; then
> @@ -46,4 +49,10 @@ if [ ! -f $filename ]; then
>          echo "Video clip not found"
>          exit 1
>  fi
> -gst-launch-1.0 playbin uri=file://$filename video-sink=fbdevsink audio-
> sink=fakesink
> +if [ "$VIDEO_SINK" = "fbdevsink" ]; then
> +	gst-launch-1.0 playbin uri=file://$filename video-sink=fbdevsink
> audio-sink=fakesink
> +elif [ "$VIDEO_SINK" = "kmssink_am6" ]; then
> +	gst-launch-1.0 filesrc location=$filename ! queue ! qtdemux
> name=demux demux.video_0 ! queue ! avdec_mpeg4 ! videoconvert !
> 'video/x-raw, format=(string)BGRA' ! kmssink
> +else
> +	gst-launch-1.0 filesrc location=$filename ! queue ! qtdemux
> name=demux demux.video_0 ! queue ! avdec_mpeg4 ! videoconvert !
> kmssink
> +fi
> --
> 1.9.1
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


  reply	other threads:[~2019-02-25 15:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-20 15:41 [matrix-gui-v2-apps][PATCH] arm_multimedia: add kmssink support Eric Ruei
2019-02-25 15:13 ` Gou, Hongmei [this message]
2019-02-25 15:17   ` [EXTERNAL] " Ruei, Eric

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=07520f85f77445af8f5ceb93a9048814@ti.com \
    --to=h-gou@ti.com \
    --cc=e-ruei1@ti.com \
    --cc=meta-arago@arago-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.