/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_video.c | 368 const StdVideoH264PictureParameterSet *pps, in vk_video_derive_h264_scaling_list() argument 381 pps->pScalingLists->ScalingList4x4[i], in vk_video_derive_h264_scaling_list() 404 memcpy(temp.ScalingList8x8[j], pps->pScalingLists->ScalingList8x8[j], in vk_video_derive_h264_scaling_list() 432 if (pps->flags.pic_scaling_matrix_present_flag) in vk_video_derive_h264_scaling_list() 436 if (pps->pScalingLists->scaling_list_present_mask & (1 << i)) in vk_video_derive_h264_scaling_list() 437 memcpy(list->ScalingList4x4[i], pps->pScalingLists->ScalingList4x4[i], in vk_video_derive_h264_scaling_list() 468 if (pps->pScalingLists->scaling_list_present_mask & (1 << i)) in vk_video_derive_h264_scaling_list() 469 memcpy(list->ScalingList8x8[j], pps->pScalingLists->ScalingList8x8[j], in vk_video_derive_h264_scaling_list() 702 const StdVideoH265PictureParameterSet *pps, in vk_video_parse_h265_slice_header() argument 744 if (pps->flags.dependent_slice_segments_enabled_flag) in vk_video_parse_h265_slice_header() [all …]
|
D | vk_video.h | 97 const StdVideoH264PictureParameterSet *pps, 172 const StdVideoH265PictureParameterSet *pps,
|
/hardware/google/aemu/host-common/include/host-common/ |
D | MediaH264DecoderPlugin.h | 90 std::vector<uint8_t> pps; // pps NALU member 97 void savePps(std::vector<uint8_t> xpps) { pps = std::move(xpps); } in savePps() 179 saveVec(stream, pps); in save() 196 loadVec(stream, pps); in load()
|
D | MediaSnapshotState.h | 52 void savePps(std::vector<uint8_t> xpps) { pps = std::move(xpps); } in savePps() 90 std::vector<uint8_t> pps; // pps NALU variable
|
/hardware/google/aemu/host-common/ |
D | MediaSnapshotHelper.cpp | 124 if (mSnapshotState.pps.size() > 0) { in replay() 125 oneShotDecode(mSnapshotState.pps.data(), mSnapshotState.pps.size(), in replay()
|
D | MediaSnapshotState.cpp | 155 saveVec(stream, pps); in save() 171 loadVec(stream, pps); in load()
|
D | MediaH264DecoderFfmpeg.cpp | 481 if (mSnapshotState.pps.size() > 0) { in load() 482 oneShotDecode(mSnapshotState.pps, 0); in load()
|
D | MediaH264DecoderVideoToolBox.cpp | 730 if (mSnapshotState.pps.size() > 0) { in load() 731 oneShotDecode(mSnapshotState.pps, 0); in load()
|
D | MediaH264DecoderCuvid.cpp | 765 if (mSnapshotState.pps.size() > 0) { in load() 766 oneShotDecode(mSnapshotState.pps, 0); in load()
|
/hardware/qcom/sm8150/display/composer/ |
D | android.hardware.graphics.composer@2.4-service-sm8150.rc | 7 socket pps stream 0660 system system
|
/hardware/google/pixel-sepolicy/power-libperfmgr/ |
D | file_contexts | 5 /dev/socket/pps u:object_r:pps_so…
|
D | hal_power_default.te | 11 unix_socket_connect(hal_power_default, pps, hal_graphics_composer_default);
|
/hardware/qcom/sm7250/display/composer/ |
D | vendor.qti.hardware.display.composer-service.rc | 7 socket pps stream 0660 system system
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | video_decode_h264_extensions.adoc | 30 <<decode-h264-active-pps,active PPS>> specifying the <<decode-h264-pps, 320 [[decode-h264-pps]] 366 * pname:maxStdPPSCount is the maximum number of <<decode-h264-pps,H.264 393 <<decode-h264-pps,H.264 PPS>> entries to add. 509 * [[decode-h264-active-pps]] The _active PPS_ is the 510 <<decode-h264-pps,PPS>> identified by the key specified by the pair
|
D | video_decode_h265_extensions.adoc | 33 <<decode-h265-active-pps,active PPS>> specifying the <<decode-h265-pps, 375 [[decode-h265-pps]] 429 * pname:maxStdPPSCount is the maximum number of <<decode-h265-pps,H.265 460 <<decode-h265-pps,H.265 PPS>> entries to add. 597 * [[decode-h265-active-pps]] The _active PPS_ is the 598 <<decode-h265-pps,PPS>> identified by the key specified by the triplet
|
D | video_extensions.adoc | 1728 <<decode-h264-pps,H.264 PPS>> entries, as follows: 1774 <<decode-h265-pps,H.265 PPS>> entries, as follows: 1848 <<decode-h264-pps,H.264 PPS>> entries to add to the created video 1894 <<decode-h265-pps,H.265 PPS>> entries to add to the created video 2069 * The <<decode-h264-pps,H.264 PPS>> entries specified in 2085 * The <<decode-h265-pps,H.265 PPS>> entries specified in
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_KHR_video_decode_h265.adoc | 302 StdVideoH265PictureParameterSet pps = {}; 314 .pStdPPSs = &pps
|
D | VK_KHR_video_decode_h264.adoc | 332 StdVideoH264PictureParameterSet pps = {}; 342 .pStdPPSs = &pps
|