Home
last modified time | relevance | path

Searched refs:slotIndex (Results 1 – 20 of 20) sorted by relevance

/hardware/interfaces/gnss/aidl/default/
DAGnssRil.cpp60 int slotIndex) { in injectNiSuplMessageData() argument
62 static_cast<int>(msgData.size()), slotIndex); in injectNiSuplMessageData()
DAGnssRil.h30 int slotIndex) override;
/hardware/interfaces/gnss/aidl/android/hardware/gnss/
DIAGnssRil.aidl176 void injectNiSuplMessageData(in byte[] msgData, in int slotIndex); in injectNiSuplMessageData() argument
/hardware/interfaces/gnss/aidl/aidl_api/android.hardware.gnss/4/android/hardware/gnss/
DIAGnssRil.aidl42 void injectNiSuplMessageData(in byte[] msgData, in int slotIndex); in injectNiSuplMessageData() argument
/hardware/interfaces/gnss/aidl/aidl_api/android.hardware.gnss/current/android/hardware/gnss/
DIAGnssRil.aidl42 void injectNiSuplMessageData(in byte[] msgData, in int slotIndex); in injectNiSuplMessageData() argument
/hardware/interfaces/gnss/aidl/aidl_api/android.hardware.gnss/3/android/hardware/gnss/
DIAGnssRil.aidl42 void injectNiSuplMessageData(in byte[] msgData, in int slotIndex); in injectNiSuplMessageData() argument
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dvideo_decode_extensions.adoc328 pname:pDecodeInfo->pSetupReferenceSlot->slotIndex.
340 pname:slotIndex member of the corresponding element.
367 pname:pDecodeInfo->pSetupReferenceSlot->slotIndex.
372 equals pname:pDecodeInfo->pSetupReferenceSlot->slotIndex.
379 one, where pname:i equals the pname:slotIndex member of the element.
383 by one, where pname:i equals the pname:slotIndex member of the
469 pname:pDecodeInfo->pSetupReferenceSlot->slotIndex must: be less than the
485 * [[VUID-vkCmdDecodeVideoKHR-slotIndex-07256]]
486 The pname:slotIndex member of each element of
500 associated with the DPB slot index specified in the pname:slotIndex
[all …]
Dvideo_extensions.adoc2327 * If pname:slotIndex is non-negative and pname:pPictureResource is not
2332 pname:slotIndex.
2333 * If pname:slotIndex is non-negative and pname:pPictureResource is `NULL`,
2334 then the DPB slot with index pname:slotIndex is <<dpb-slot-states,
2336 * If pname:slotIndex is negative and pname:pPictureResource is not `NULL`,
2344 * If pname:slotIndex is negative and pname:pPictureResource is `NULL`,
2372 same pname:slotIndex but specify different video picture resources in
2378 All non-negative pname:slotIndex values specified in the elements of
2428 * [[VUID-vkCmdBeginVideoCodingKHR-slotIndex-07239]]
2429 If the pname:slotIndex member of any element of
[all …]
Dvideo_decode_h264_extensions.adoc561 slot>> index specified in the pname:slotIndex member of the
617 slink:VkVideoDecodeInfoKHR::pname:pSetupReferenceSlot->slotIndex.
Dvideo_decode_h265_extensions.adoc641 specified in the pname:slotIndex member of the corresponding element of
660 slink:VkVideoDecodeInfoKHR::pname:pSetupReferenceSlot->slotIndex.
Dvideo_encode_extensions.adoc515 pname:pSetupReferenceSlot->slotIndex specifies the slot index number to
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_video_queue.adoc99 ** Change type of `VkVideoReferenceSlotInfoKHR::slotIndex` from `int8_t`
DVK_EXT_video_encode_h265.adoc94 ** Removed the `slotIndex` member of `VkVideoEncodeH265DpbSlotInfoEXT` and
DVK_EXT_video_encode_h264.adoc104 ** Removed the `slotIndex` member of `VkVideoEncodeH264DpbSlotInfoEXT` and
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_KHR_video_decode_queue.adoc175 When a non-`NULL` `pSetupReferenceSlot` is specified, the DPB slot identified by its `slotIndex` me…
221 …res, currently associated with the DPB slot specified in the element's `slotIndex` member and stor…
628 .slotIndex = ... // DPB slot index to activate with the reconstructed picture
666 .slotIndex = ... // DPB slot index to activate with the reconstructed picture
720 .slotIndex = ... // DPB slot index of the first reference picture
726 .slotIndex = ... // DPB slot index of the second reference picture
DVK_KHR_video_queue.adoc379 int32_t slotIndex;
386 …econstruction), then it has to be included in the list with a negative `slotIndex` value, indicati…
388 …This can be done by passing the index of the DPB slot to deactivate in `slotIndex` but not specify…
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_video.c548 if (frame_info->pReferenceSlots[i].slotIndex == slot) in vk_video_h265_poc_by_slot()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h8132 int32_t slotIndex; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp13464 VULKAN_HPP_HASH_COMBINE( seed, videoReferenceSlotInfoKHR.slotIndex ); in operator ()()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc1785 * Change the type of slink:VkVideoReferenceSlotInfoKHR::pname:slotIndex to