Category:Codec Engine

From Texas Instruments Embedded Processors Wiki

Jump to: navigation, search

Download

Codec Engine, and related software, can be downloaded here: http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/index.html

Overview

Codec Engine (CE) is a framework that enables applications to easily instantiate and to work with codecs and algorithms using a common API. The API is the same for all of the following situations:

  • Algorithms may run locally (on the same processor as the CE app) or remotely (on a different processor than the CE app).
  • The system may be a GPP+DSP (e.g. OMAP3, DM644x), DSP-only (e.g. DM6437, DM648), GPP+Coprocessor (e.g. DM357), or GPP-only system (e.g. DM365, x86).

Application code (or middleware it uses) calls the Codec Engine APIs. Within the Codec Engine, the VISA APIs can be used to access the actual codecs, which may be local (run on the same processor as the application) or remote (run on a different processor from the application processor).

Internally, if the codec/algorithm is running on a remote processor, the VISA APIs use stubs and skeletons to perform a remote procedure call (RPC) to interact with the algorithm. To send information across processor boundaries, DSP/BIOS LINK can be used for inter-processor communication (IPC).

In order for an algorithm to be "executable" by the Codec Engine, it needs to implement the interfaces defined by the XDM algorithm standard, which is in turn based on the XDAIS Algorithm Standard.

This MFP presentation provides an introduction to the Multimedia Framework Products (MFP) stack.

Getting Started

If you are new to Codec Engine, read the following topics in this wiki to get started:

Once you have a high-level overview, move on to the following topics:

The following list includes all articles tagged with the "Codec Engine" Category.

Pages in category "Codec Engine"

The following 77 pages are in this category, out of 77 total.

A

B

C

C cont.

D

E

F

G

H

I

I cont.

L

M

O

P

Q

R

S

T

U

V

W

X

Media in category "Codec Engine"

The following 8 files are in this category, out of 8 total.

Leave a Comment
Personal tools