Searched refs:Decoder (Results 1 – 13 of 13) sorted by relevance
/hardware/google/gfxstream/host/magma/ |
D | Decoder.cpp | 26 std::unique_ptr<Decoder> Decoder::create(uint32_t context_id) { in create() 39 Decoder::Decoder() { in Decoder() function in gfxstream::magma::Decoder 97 magma_status_t Decoder::magma_device_import(magma_handle_t device_channel, in magma_device_import() 103 void Decoder::magma_device_release(magma_device_t device) { MAGMA_NOTIMPL(); } in magma_device_release() 105 magma_status_t Decoder::magma_device_query(magma_device_t device, uint64_t id, in magma_device_query() 112 magma_status_t Decoder::magma_device_create_connection(magma_device_t device, in magma_device_create_connection() 118 void Decoder::magma_connection_release(magma_connection_t connection) { MAGMA_NOTIMPL(); } in magma_connection_release() 120 magma_status_t Decoder::magma_connection_get_error(magma_connection_t connection) { in magma_connection_get_error() 125 magma_status_t Decoder::magma_connection_create_context(magma_connection_t connection, in magma_connection_create_context() 131 void Decoder::magma_connection_release_context(magma_connection_t connection, uint32_t context_id) { in magma_connection_release_context() [all …]
|
D | meson.build | 8 'Decoder.cpp',
|
D | BUILD.bazel | 4 "Decoder.cpp",
|
D | Android.bp | 16 "Decoder.cpp",
|
D | Decoder.h | 25 class Decoder : public magma_decoder_context_t { 27 static std::unique_ptr<Decoder> create(uint32_t context_id); 30 Decoder();
|
D | CMakeLists.txt | 3 Decoder.cpp
|
D | IntelDrmDecoder.h | 26 class IntelDrmDecoder : public Decoder {
|
D | IntelDrmDecoder.cpp | 48 IntelDrmDecoder::IntelDrmDecoder() : Decoder() { in IntelDrmDecoder()
|
/hardware/google/gfxstream/host/ |
D | RenderThreadInfoMagma.h | 33 std::unique_ptr<gfxstream::magma::Decoder> mMagmaDec;
|
D | RenderThreadInfoMagma.cpp | 27 mMagmaDec = gfxstream::magma::Decoder::create(context_id); in RenderThreadInfoMagma()
|
/hardware/google/gfxstream/third-party/fuchsia/magma/ |
D | README.md | 26 Decoder path: `$VULKAN_CEREAL/stream-servers/magma`
|
/hardware/google/gfxstream/codegen/generic-apigen/ |
D | README | 19 and the callee is referred to as the Decoder or Server. These terms 26 A general Encoder->Decoder packet is structured as following: 33 A general Decoder->Encoder reply is expected to be received in the 196 Decoder generated files 216 api_dec.h - Decoder header file 218 api_dec.cpp - Decoder implementation. In addtion, this file includes
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | glossary.adoc | 2064 Hypothetical Reference Decoder 2070 Instantaneous Decoder Refresh
|