Home
last modified time | relevance | path

Searched refs:pps (Results 1 – 18 of 18) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_video.c368 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 …]
Dvk_video.h97 const StdVideoH264PictureParameterSet *pps,
172 const StdVideoH265PictureParameterSet *pps,
/hardware/google/aemu/host-common/include/host-common/
DMediaH264DecoderPlugin.h90 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()
DMediaSnapshotState.h52 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/
DMediaSnapshotHelper.cpp124 if (mSnapshotState.pps.size() > 0) { in replay()
125 oneShotDecode(mSnapshotState.pps.data(), mSnapshotState.pps.size(), in replay()
DMediaSnapshotState.cpp155 saveVec(stream, pps); in save()
171 loadVec(stream, pps); in load()
DMediaH264DecoderFfmpeg.cpp481 if (mSnapshotState.pps.size() > 0) { in load()
482 oneShotDecode(mSnapshotState.pps, 0); in load()
DMediaH264DecoderVideoToolBox.cpp730 if (mSnapshotState.pps.size() > 0) { in load()
731 oneShotDecode(mSnapshotState.pps, 0); in load()
DMediaH264DecoderCuvid.cpp765 if (mSnapshotState.pps.size() > 0) { in load()
766 oneShotDecode(mSnapshotState.pps, 0); in load()
/hardware/qcom/sm8150/display/composer/
Dandroid.hardware.graphics.composer@2.4-service-sm8150.rc7 socket pps stream 0660 system system
/hardware/google/pixel-sepolicy/power-libperfmgr/
Dfile_contexts5 /dev/socket/pps u:object_r:pps_so…
Dhal_power_default.te11 unix_socket_connect(hal_power_default, pps, hal_graphics_composer_default);
/hardware/qcom/sm7250/display/composer/
Dvendor.qti.hardware.display.composer-service.rc7 socket pps stream 0660 system system
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dvideo_decode_h264_extensions.adoc30 <<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
Dvideo_decode_h265_extensions.adoc33 <<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
Dvideo_extensions.adoc1728 <<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/
DVK_KHR_video_decode_h265.adoc302 StdVideoH265PictureParameterSet pps = {};
314 .pStdPPSs = &pps
DVK_KHR_video_decode_h264.adoc332 StdVideoH264PictureParameterSet pps = {};
342 .pStdPPSs = &pps