/hardware/qcom/camera/msm8998/usbcamcore/src/ |
D | QCameraMjpegDecode.cpp | 104 jpegd_obj_t decoder; member 231 jpegd_obj_t decoder; in decoder_test() local 264 rc = jpegd_init(&decoder, in decoder_test() 273 p_thread_arg->decoder = decoder; in decoder_test() 325 rc = jpegd_set_source(decoder, &source); in decoder_test() 332 rc = jpegd_read_header(decoder, &header); in decoder_test() 436 rc = jpegd_start(decoder, &config, &dest, &p_output_buffers, output_buffers_count); in decoder_test() 457 rc = jpegd_abort(decoder); in decoder_test() 533 jpegd_destroy(&decoder); in decoder_test() 603 jpegd_enqueue_output_buf(p_thread_arg->decoder, p_output_buffer, 1); in decoder_output_handler()
|
/hardware/interfaces/drm/1.4/ |
D | IDrmPlugin.hal | 34 * Check if the specified mime-type & security level require a secure decoder 39 * @return secureRequired must be true if and only if a secure decoder is required 45 * Check if the specified mime-type requires a secure decoder component 49 * @return secureRequired must be true if and only if a secure decoder is required
|
/hardware/google/gfxstream/third-party/fuchsia/magma/ |
D | README.md | 9 # Regenerate encoder/decoder 11 To regen the encoder/decoder, build ../generic-apigen and run the following commands:
|
/hardware/interfaces/media/omx/1.0/vts/functional/ |
D | README.md | 4 …o. Besides common all other folders contain test fixtures for testing AV decoder, encoder componen… 17 This folder includes test fixtures associated with testing audio encoder and decoder components suc… 26 This folder includes test fixtures associated with testing video encoder and decoder components suc…
|
/hardware/google/gfxstream/host/ |
D | SyncThread.cpp | 319 auto decoder = vk::VkDecoderGlobalState::get(); in triggerWaitVkQsriWithCompletionCallback() local 320 auto res = decoder->registerQsriCallback(vkImage, cb); in triggerWaitVkQsriWithCompletionCallback() 336 auto decoder = vk::VkDecoderGlobalState::get(); in triggerWaitVkQsri() local 337 auto res = decoder->registerQsriCallback(vkImage, [timeline](){ in triggerWaitVkQsri() 440 auto decoder = vk::VkDecoderGlobalState::get(); in doSyncWaitVk() local 441 auto result = decoder->waitForFence(vkFence, kDefaultTimeoutNsecs); in doSyncWaitVk()
|
D | CMakeLists.txt | 13 # RenderControl decoder 16 # Magma decoder
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/ |
D | __init__.py | 2 from .decoder import *
|
/hardware/google/aemu/host-common/ |
D | MediaVpxDecoder.cpp | 208 MediaVpxDecoderGeneric* decoder = new MediaVpxDecoderGeneric( in load() local 210 mDecoders[id] = decoder; in load() 211 decoder->load(stream); in load()
|
D | MediaH264DecoderDefault.cpp | 213 MediaH264DecoderGeneric* decoder = in load() local 215 decoder->load(stream); in load() 216 mDecoders[id] = decoder; in load()
|
/hardware/interfaces/cas/1.0/ |
D | IDescramblerBase.hal | 35 * Query if the scrambling scheme requires the use of a secure decoder 39 * @return result whether the descrambler requires a secure decoder.
|
/hardware/interfaces/graphics/bufferqueue/2.0/ |
D | types.hal | 110 * decoder. The video decoder can either be a software or hardware decoder.
|
/hardware/interfaces/drm/1.0/ |
D | ICryptoPlugin.hal | 29 * Check if the specified mime-type requires a secure decoder 33 * @return secureRequired must be true only if a secure decoder is required 80 * @param secure a flag to indicate if a secure decoder is being used. This 82 * a secure decoder.
|
/hardware/google/gfxstream/host/magma/ |
D | IntelDrmDecoder.cpp | 36 std::unique_ptr<IntelDrmDecoder> decoder(new IntelDrmDecoder()); in create() local 37 decoder->mContextId = context_id; in create() 39 return decoder; in create() 44 auto decoder = RenderThreadInfoMagma::get() -> mMagmaDec.get(); \ 45 return static_cast<IntelDrmDecoder*>(decoder)->method(args...); \
|
D | Decoder.cpp | 35 auto decoder = RenderThreadInfoMagma::get() -> mMagmaDec.get(); \ 36 return static_cast<decltype(this)>(decoder)->method(args...); \
|
/hardware/google/gfxstream/codegen/generic-apigen/ |
D | README | 5 API calls and encodes them into the wire and decoder code that decodes 198 In order to generate the decoder files, one should run the ‘emugen’ 200 emugen -i <input directory> -D <decoder files output directory> basename 203 <decoder directory> - a directory name to generate the decoder output files 213 api_server_context.h - dispatch table the decoder functions 288 a list of headers that will be included in the decoder header file 326 custom_decoder - The decoder is expected to be provided with
|
/hardware/google/gfxstream/host/vulkan/emulated_textures/shaders/ |
D | AstcToRgb.comp | 12 uint smallBlock; // TODO(gregschlom) Remove this once we remove the old decoder.
|
D | AstcLookupTables.glsl | 1 // Lookup tables for the ASTC decoder
|
/hardware/google/gfxstream/host/gl/ |
D | meson.build | 11 # GLES decoder
|
D | CMakeLists.txt | 3 # GLES decoder
|
/hardware/interfaces/drm/1.2/ |
D | ICryptoPlugin.hal | 40 * @param secure a flag to indicate if a secure decoder is being used. This 42 * a secure decoder.
|
/hardware/google/gfxstream/host/vulkan/emulated_textures/ |
D | GpuDecompressionPipeline.cpp | 144 const char* string_AstcDecoder(AstcDecoder decoder) { in string_AstcDecoder() argument 145 switch (decoder) { in string_AstcDecoder()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_external_memory_acquire_unmodified.adoc | 149 - A video decoder. 169 - **a**. Application's Vulkan releases ownership of the image to the video decoder. 170 - **b**. Video decoder writes to the image, discarding all previous pixel data. 182 - **k.a**. The video decoder is ready to provide a new frame. Goto (a). 183 - **k.d**. The video decoder is not yet ready. Goto (d).
|
/hardware/interfaces/bluetooth/audio/2.1/ |
D | types.hal | 66 /* PCM is Input for encoder, Output for decoder */
|
/hardware/interfaces/drm/1.1/ |
D | types.hal | 189 * Software-based whitebox crypto and an obfuscated decoder
|
/hardware/interfaces/audio/6.0/ |
D | IStreamOutEventCallback.hal | 29 * It represents the most recent codec format decoded by a HW audio decoder.
|