Home
last modified time | relevance | path

Searched refs:StdVideoEncodeH265SliceSegmentHeader (Results 1 – 11 of 11) sorted by relevance

/device/google/cuttlefish/host/libs/graphics_detector/include/vk_video/
Dvulkan_video_codec_h265std_encode.h78 typedef struct StdVideoEncodeH265SliceSegmentHeader { struct
97 } StdVideoEncodeH265SliceSegmentHeader; argument
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_beta.h483 const StdVideoEncodeH265SliceSegmentHeader* pSliceSegmentHeaderStd;
Dvulkan_structs.hpp97790 …ReferenceListsInfoEXT * pReferenceFinalLists_ = {}, const StdVideoEncodeH265SliceSegmentHeader * p… in VideoEncodeH265NaluSliceSegmentInfoEXT()
97829 …aluSliceSegmentInfoEXT & setPSliceSegmentHeaderStd( const StdVideoEncodeH265SliceSegmentHeader * p… in setPSliceSegmentHeaderStd()
97851 …CE::VideoEncodeH265ReferenceListsInfoEXT * const &, const StdVideoEncodeH265SliceSegmentHeader * c…
97887 const StdVideoEncodeH265SliceSegmentHeader * pSliceSegmentHeaderStd = {};
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_reserved_marshaling_guest.cpp11420 memcpy(*ptr, (const StdVideoEncodeH265SliceSegmentHeader*)forMarshaling->pStdSliceSegmentHeader, in reservedmarshal_VkVideoEncodeH265NaluSliceSegmentInfoEXT()
11421 sizeof(const StdVideoEncodeH265SliceSegmentHeader)); in reservedmarshal_VkVideoEncodeH265NaluSliceSegmentInfoEXT()
11422 *ptr += sizeof(const StdVideoEncodeH265SliceSegmentHeader); in reservedmarshal_VkVideoEncodeH265NaluSliceSegmentInfoEXT()
Dgoldfish_vk_marshaling_guest.cpp16961 (const StdVideoEncodeH265SliceSegmentHeader*)forMarshaling->pStdSliceSegmentHeader, in marshal_VkVideoEncodeH265NaluSliceSegmentInfoEXT()
16962 sizeof(const StdVideoEncodeH265SliceSegmentHeader)); in marshal_VkVideoEncodeH265NaluSliceSegmentInfoEXT()
16989 vkStream->read((StdVideoEncodeH265SliceSegmentHeader*)forUnmarshaling->pStdSliceSegmentHeader, in unmarshal_VkVideoEncodeH265NaluSliceSegmentInfoEXT()
16990 sizeof(const StdVideoEncodeH265SliceSegmentHeader)); in unmarshal_VkVideoEncodeH265NaluSliceSegmentInfoEXT()
Dgoldfish_vk_deepcopy_guest.cpp10926 to->pStdSliceSegmentHeader = (StdVideoEncodeH265SliceSegmentHeader*)alloc->dupArray( in deepcopy_VkVideoEncodeH265NaluSliceSegmentInfoEXT()
10927 from->pStdSliceSegmentHeader, sizeof(const StdVideoEncodeH265SliceSegmentHeader)); in deepcopy_VkVideoEncodeH265NaluSliceSegmentInfoEXT()
Dgoldfish_vk_counting_guest.cpp9144 *count += sizeof(const StdVideoEncodeH265SliceSegmentHeader); in count_VkVideoEncodeH265NaluSliceSegmentInfoEXT()
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_reserved_marshaling.cpp16721 sizeof(const StdVideoEncodeH265SliceSegmentHeader)); in reservedunmarshal_VkVideoEncodeH265NaluSliceSegmentInfoEXT()
16722 memcpy((StdVideoEncodeH265SliceSegmentHeader*)forUnmarshaling->pStdSliceSegmentHeader, *ptr, in reservedunmarshal_VkVideoEncodeH265NaluSliceSegmentInfoEXT()
16723 sizeof(const StdVideoEncodeH265SliceSegmentHeader)); in reservedunmarshal_VkVideoEncodeH265NaluSliceSegmentInfoEXT()
16724 *ptr += sizeof(const StdVideoEncodeH265SliceSegmentHeader); in reservedunmarshal_VkVideoEncodeH265NaluSliceSegmentInfoEXT()
Dgoldfish_vk_marshaling.cpp21405 (const StdVideoEncodeH265SliceSegmentHeader*)forMarshaling->pStdSliceSegmentHeader, in marshal_VkVideoEncodeH265NaluSliceSegmentInfoEXT()
21406 sizeof(const StdVideoEncodeH265SliceSegmentHeader)); in marshal_VkVideoEncodeH265NaluSliceSegmentInfoEXT()
21442 sizeof(const StdVideoEncodeH265SliceSegmentHeader)); in unmarshal_VkVideoEncodeH265NaluSliceSegmentInfoEXT()
21443 vkStream->read((StdVideoEncodeH265SliceSegmentHeader*)forUnmarshaling->pStdSliceSegmentHeader, in unmarshal_VkVideoEncodeH265NaluSliceSegmentInfoEXT()
21444 sizeof(const StdVideoEncodeH265SliceSegmentHeader)); in unmarshal_VkVideoEncodeH265NaluSliceSegmentInfoEXT()
Dgoldfish_vk_deepcopy.cpp10926 to->pStdSliceSegmentHeader = (StdVideoEncodeH265SliceSegmentHeader*)alloc->dupArray( in deepcopy_VkVideoEncodeH265NaluSliceSegmentInfoEXT()
10927 from->pStdSliceSegmentHeader, sizeof(const StdVideoEncodeH265SliceSegmentHeader)); in deepcopy_VkVideoEncodeH265NaluSliceSegmentInfoEXT()
Dgoldfish_vk_testing.cpp11987 sizeof(const StdVideoEncodeH265SliceSegmentHeader)) == 0))) { in checkEqual_VkVideoEncodeH265NaluSliceSegmentInfoEXT()