tree: 84ba32ecda43ba33e818ef8652b2dc31446d873a [path history] [tgz]
  1. include/
  2. test_utils/
  3. unit_tests/
  4. BUILD.gn
  5. codec_adapter.cc
  6. codec_adapter_events.cc
  7. codec_admission_control.cc
  8. codec_buffer.cc
  9. codec_frame.cc
  10. codec_impl.cc
  11. codec_input_item.cc
  12. codec_metrics.cc
  13. codec_packet.cc
  14. codec_vmo_range.cc
  15. decryptor_adapter.cc
  16. fake_map_range.cc
  17. README.md
src/media/lib/codec_impl/README.md

codec

This directory supplies a source_set to link when writing implementations of the Codec FIDL service. See codec_impl.h and public/fidl/fuchsia.media/stream_processor.fidl.

These implementations can be considered as candidates by the CodecFactory FIDL service.