Implementation of video player for embedded systems

  • Authors:
  • Tong Lai Yu

  • Affiliations:
  • California State University, San Bernardino, CA

  • Venue:
  • SIP '07 Proceedings of the Ninth IASTED International Conference on Signal and Image Processing
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

This paper presents a generic approach to implement a high-performance video coder-decoder that works under limited memory resources and computing power. The encoder runs in a Linux PC, and the decoder runs in an embedded system with processor speed at about 120 MHz. Integer arithmetic is used in calculations. Platform independent Simple Directmedia Layer (SDL) libraries are utilized to play decompressed video data in the embedded system. The C++ Standard Template Library (STL) is used to facilitate and simplify many of the implementations.