This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux: [DRA746]Could libdce follow common codec interface?

Tool/software: Linux

 libdce has well defined API/data-structures, however, it is still a new thing to me.
  I think it will be better if libdce follows international standard interface, for example: use the command and structure defined by Linux V4L2: https://github.com/01org/libyami/blob/master/v4l2/v4l2codec_device_ops.h
  in short, it uses the semantic/data-structure of v4l2 to describe codec interface; w/o anything of hardware platform special.
   yes, additional wrapper seems not value much; but it helps new comes to use libdce much easier. potentially ease the adoption of TI silicon.