Searched refs:decodeHeight (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
H A D | vktVideoPictureUtils.cpp | 64 decodeHeight = 0; in Clear()
|
H A D | extNvidiaVideoParserIf.hpp | 194 int32_t decodeHeight; member in vkt::video::INvidiaVulkanPicture
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_video_dec_h264.cpp | 327 uint32_t decodeHeight, // pipe_h264_picture_desc doesn't have the size of the frame for H264, but it does for other in d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264() 337 uint height_in_mb = static_cast<uint>(std::ceil(decodeHeight / D3D12_VIDEO_H264_MB_IN_PIXELS)); in d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264() 322 d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264( uint32_t frameNum, pipe_video_profile profile, uint32_t decodeWidth, uint32_t decodeHeight, pipe_h264_picture_desc *pPipeDesc) d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264() argument
|
/third_party/skia/dm/ |
H A D | DMSrcSink.cpp | 284 const uint32_t decodeHeight = subsetHeight + unscaledBorder * 2; in draw() local 287 decodeTop, decodeWidth, decodeHeight), fSampleSize, colorType, false, in draw()
|
Completed in 12 milliseconds