tree: 4e94e584433b224b34c5f7a66b4023de19bd2b4c [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_impl.cc
  10. codec_input_item.cc
  11. codec_packet.cc
  12. decryptor_adapter.cc
  13. fake_map_range.cc
  14. 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.