CCodec: add support for setting whole parameters in ReflectedParamUpdater

These are opt-in by client. Client must call supportWholeParam(...).
Whole parameters are exposed with their name, and are set as blobs.
Parameter index is checked to ensure compatible setting.

This scheme allows converting MediaFormat to an internal MediaFormat-like
dict structure, and use getParams/updateParams to query/apply these
parameters from/to the C2ComponentInterface.

Bug: 90469941
Change-Id: I96d1636a92e4409d4302e19118d84fc483137366
2 files changed
tree: 5eb7ab763df05af10e6f9b6ea784375c2161b54c
  1. codec2/
  2. hooks/
  3. media/
  4. Android.bp
  5. OWNERS