Home
last modified time | relevance | path

Searched refs:decoder (Results 1 – 25 of 36) sorted by relevance

12

/hardware/qcom/camera/msm8998/usbcamcore/src/
DQCameraMjpegDecode.cpp104 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/
DIDrmPlugin.hal34 * 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/
DREADME.md9 # 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/
DREADME.md4 …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/
DSyncThread.cpp319 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()
DCMakeLists.txt13 # RenderControl decoder
16 # Magma decoder
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/
D__init__.py2 from .decoder import *
/hardware/google/aemu/host-common/
DMediaVpxDecoder.cpp208 MediaVpxDecoderGeneric* decoder = new MediaVpxDecoderGeneric( in load() local
210 mDecoders[id] = decoder; in load()
211 decoder->load(stream); in load()
DMediaH264DecoderDefault.cpp213 MediaH264DecoderGeneric* decoder = in load() local
215 decoder->load(stream); in load()
216 mDecoders[id] = decoder; in load()
/hardware/interfaces/cas/1.0/
DIDescramblerBase.hal35 * 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/
Dtypes.hal110 * decoder. The video decoder can either be a software or hardware decoder.
/hardware/interfaces/drm/1.0/
DICryptoPlugin.hal29 * 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/
DIntelDrmDecoder.cpp36 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...); \
DDecoder.cpp35 auto decoder = RenderThreadInfoMagma::get() -> mMagmaDec.get(); \
36 return static_cast<decltype(this)>(decoder)->method(args...); \
/hardware/google/gfxstream/codegen/generic-apigen/
DREADME5 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/
DAstcToRgb.comp12 uint smallBlock; // TODO(gregschlom) Remove this once we remove the old decoder.
DAstcLookupTables.glsl1 // Lookup tables for the ASTC decoder
/hardware/google/gfxstream/host/gl/
Dmeson.build11 # GLES decoder
DCMakeLists.txt3 # GLES decoder
/hardware/interfaces/drm/1.2/
DICryptoPlugin.hal40 * @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/
DGpuDecompressionPipeline.cpp144 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/
DVK_EXT_external_memory_acquire_unmodified.adoc149 - 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/
Dtypes.hal66 /* PCM is Input for encoder, Output for decoder */
/hardware/interfaces/drm/1.1/
Dtypes.hal189 * Software-based whitebox crypto and an obfuscated decoder
/hardware/interfaces/audio/6.0/
DIStreamOutEventCallback.hal29 * It represents the most recent codec format decoded by a HW audio decoder.

12