Home
last modified time | relevance | path

Searched refs:decoding (Results 1 – 25 of 32) sorted by relevance

12

/hardware/qcom/camera/msm8998/usbcamcore/src/
DQCameraMjpegDecode.cpp105 uint8_t decoding; member
434 p_thread_arg->decoding = true; in decoder_test()
450 while (p_thread_arg->decoding) in decoder_test()
466 if (p_thread_arg->decoding) in decoder_test()
471 while (p_thread_arg->decoding) in decoder_test()
484 if(p_thread_arg->decoding) { in decoder_test()
567 p_thread_arg->decoding = false; in decoder_event_handler()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_astc_decode_mode.adoc21 values, so decoding to FP16 values adds little value.
29 intermediate decoding precision.
31 Three decoding options are provided:
DVK_KHR_video_decode_queue.adoc26 adding common APIs specific to video decoding and thus enabling
34 decode extensions that enable decoding video sequences of specific video
DVK_KHR_video_decode_h265.adoc26 by adding support for decoding elementary video stream sequences compliant
Dcompressedtex.adoc160 color if the implementation supports HDR decoding.
170 .Mapping of Vulkan ASTC decoding format to ASTC decoding modes
DVK_KHR_video_decode_h264.adoc27 by adding support for decoding elementary video stream sequences compliant
/hardware/interfaces/media/omx/1.0/vts/functional/
DREADME.md17 …encoder and decoder components such as simple encoding of a raw clip or decoding of an elementary …
26 …encoder and decoder components such as simple encoding of a raw clip or decoding of an elementary …
/hardware/interfaces/gnss/1.0/
DIGnssNiCallback.hal112 * requestorId decoding scheme.
117 * notificationId decoding scheme
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_KHR_video_decode_h265.adoc14 …he `VK_KHR_video_decode_queue` extension further extends this with APIs specific to video decoding.
16 The goal of this proposal is to build upon this infrastructure to introduce support for decoding el…
32decoding applications typically parse these data elements for other reasons anyway, this proposal …
37 …at includes H.265 parameter definitions that can be shared across video decoding and video encodin…
39 Both options are reasonable, however, as the H.265 video decoding and H.265 video encoding function…
42 …* `vulkan_video_codec_h265std_decode` - containing definitions specific to H.265 video decoding op…
62 …is flag can be used to check whether a particular queue family supports decoding H.265/HEVC conten…
80 …lDeviceVideoCapabilitiesKHR` command to retrieve the capabilities specific to H.265 video decoding:
96 The use of video session parameters objects is mandatory when decoding H.265 video streams. Applica…
453 …as introduced to share common definitions used in both H.265/HEVC video decoding and video encodin…
DVK_KHR_video_decode_h264.adoc14 …he `VK_KHR_video_decode_queue` extension further extends this with APIs specific to video decoding.
16 The goal of this proposal is to build upon this infrastructure to introduce support for decoding el…
32decoding applications typically parse these data elements for other reasons anyway, this proposal …
37 …at includes H.264 parameter definitions that can be shared across video decoding and video encodin…
39 Both options are reasonable, however, as the H.264 video decoding and H.264 video encoding function…
42 …* `vulkan_video_codec_h264std_decode` - containing definitions specific to H.264 video decoding op…
62 …is flag can be used to check whether a particular queue family supports decoding H.264/AVC content…
98 …lDeviceVideoCapabilitiesKHR` command to retrieve the capabilities specific to H.264 video decoding:
115 The use of video session parameters objects is mandatory when decoding H.264 video streams. Applica…
481 …was introduced to share common definitions used in both H.264/AVC video decoding and video encodin…
[all …]
DVK_KHR_video_decode_queue.adoc29 2. Add new dedicated APIs to Vulkan specific to video decoding
34decoding in general, upon which codec-specific extensions can be built. As the possibility of API …
41 … explicit queue flag called `VK_QUEUE_VIDEO_DECODE_BIT_KHR` to indicate support for video decoding.
58 …tension allows the application to specify usage hints specific to video decoding by chaining the f…
72 * `VK_VIDEO_DECODE_USAGE_OFFLINE_BIT_KHR` should be used when decoding local video content
73 …* `VK_VIDEO_DECODE_USAGE_STREAMING_BIT_KHR` should be used when decoding video content streamed ov…
115 …ficient to indicate that an image with that format is usable with video decoding using any particu…
236 Querying capabilities specific to video decoding happens through the query mechanisms introduced by…
264 To summarize the usage of the video decoding features introduced by this extension, let us take a l…
762 …ampling), while using the reconstructed picture in parallel to continue decoding. However, such co…
[all …]
DVK_KHR_video_queue.adoc32 2. Add new dedicated APIs to Vulkan separately for video decoding and video encoding
39decoding and encoding. Accordingly, this proposal follows option 3 to introduce a set of concepts,…
456 …different contexts, e.g. reference pictures can be shared between video decoding and encoding work…
970 …s that are shareable across all video coding use cases, including video decoding and video encodin…
992 … complicated. It is also expected that most use cases (especially video decoding) will want to tar…
1070 * `VK_KHR_video_decode_h264` - adds support for decoding H.264/AVC video sequences
1071 * `VK_KHR_video_decode_h265` - adds support for decoding H.265/HEVC video sequences
/hardware/interfaces/drm/1.1/
Dtypes.hal200 * DRM key management, crypto operations and decoding of content
206 * DRM key management, crypto operations, decoding of content and all
/hardware/interfaces/graphics/mapper/stable-c/
DREADME.md52 as well as provides helpers for encoding & decoding metadata, largely replacing the role that
/hardware/google/gfxstream/
DCMakeLists.txt45 option(ASTC_CPU_DECODING "Enable decoding ASTC textures on the CPU" OFF)
DREADME.md99 - 1:1 threading model - each guest Vulkan encoder thread gets host side decoding thread
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dvideo_decode_extensions.adoc93 codec-specific aspects of the video decoding process are performed as
99 codec-specific aspects of the video decoding process are performed as
136 capabilities specific to video decoding.
146 describing the supported video decoding capabilities.
154 indicating the decoding capabilities supported, are:
184 during decoding.
Dvideo_decode_h265_extensions.adoc507 …ictureInfoKHR',desc='Structure specifies H.265 picture information when decoding a frame',type='st…
607 …265DpbSlotInfoKHR',desc='Structure specifies H.265 DPB information when decoding a frame',type='st…
687 This section describes the required: H.265 decoding capabilities for
/hardware/google/gfxstream/host/vulkan/emulated_textures/shaders/
DAstcDecompressor.glsl1 // Compute shader to perform ASTC decoding.
195 // Refer to "Section C.2.11 Color Endpoint Mode" for decoding details
335 // TODO(gregschlom): Optimization idea: instead of always decoding 4 weights, we could decode
DAstcNew.comp1 // Compute shader to perform ASTC decoding.
195 // Refer to "Section C.2.11 Color Endpoint Mode" for decoding details
335 // TODO(gregschlom): Optimization idea: instead of always decoding 4 weights, we could decode
/hardware/interfaces/audio/7.0/
DIStreamOut.hal297 * Selects a presentation for decoding from a next generation media stream
379 * This is normally used when playing encoded content and decoding
/hardware/interfaces/audio/6.0/
DIStreamOut.hal282 * Selects a presentation for decoding from a next generation media stream
363 * This is normally used when playing encoded content and decoding
/hardware/interfaces/audio/4.0/
DIStreamOut.hal269 * Selects a presentation for decoding from a next generation media stream
/hardware/interfaces/audio/5.0/
DIStreamOut.hal269 * Selects a presentation for decoding from a next generation media stream
/hardware/google/gfxstream/codegen/generic-apigen/
DREADME58 Pointer decoding:

12