/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_video.c | 367 vk_video_derive_h264_scaling_list(const StdVideoH264SequenceParameterSet *sps, in vk_video_derive_h264_scaling_list() argument 375 if (sps->flags.seq_scaling_matrix_present_flag) in vk_video_derive_h264_scaling_list() 379 if (sps->pScalingLists->scaling_list_present_mask & (1 << i)) in vk_video_derive_h264_scaling_list() 403 if (sps->pScalingLists->scaling_list_present_mask & (1 << i)) in vk_video_derive_h264_scaling_list() 439 else if (sps->flags.seq_scaling_matrix_present_flag) /* fall-back rule B */ in vk_video_derive_h264_scaling_list() 471 else if (sps->flags.seq_scaling_matrix_present_flag) /* fall-back rule B */ in vk_video_derive_h264_scaling_list() 597 const StdVideoH265SequenceParameterSet *sps, in h265_pred_weight_table() argument 600 unsigned chroma_array_type = sps->flags.separate_colour_plane_flag ? 0 : sps->chroma_format_idc; in h265_pred_weight_table() 701 const StdVideoH265SequenceParameterSet *sps, in vk_video_parse_h265_slice_header() argument 747 size = 1 << (sps->log2_min_luma_coding_block_size_minus3 + 3 + in vk_video_parse_h265_slice_header() [all …]
|
D | vk_video.h | 96 void vk_video_derive_h264_scaling_list(const StdVideoH264SequenceParameterSet *sps, 171 const StdVideoH265SequenceParameterSet *sps,
|
/hardware/google/aemu/host-common/include/host-common/ |
D | MediaH264DecoderPlugin.h | 89 std::vector<uint8_t> sps; // sps NALU member 95 void saveSps(std::vector<uint8_t> xsps) { sps = std::move(xsps); } in saveSps() 178 saveVec(stream, sps); in save() 195 loadVec(stream, sps); in load()
|
D | MediaSnapshotState.h | 51 void saveSps(std::vector<uint8_t> xsps) { sps = std::move(xsps); } in saveSps() 89 std::vector<uint8_t> sps; // sps NALU
|
/hardware/google/aemu/host-common/ |
D | MediaSnapshotHelper.cpp | 122 if (mSnapshotState.sps.size() > 0) { in replay() 123 oneShotDecode(mSnapshotState.sps.data(), mSnapshotState.sps.size(), 0); in replay()
|
D | MediaSnapshotState.cpp | 154 saveVec(stream, sps); in save() 170 loadVec(stream, sps); in load()
|
D | MediaH264DecoderFfmpeg.cpp | 479 if (hasContext && mCodecCtx != nullptr && mSnapshotState.sps.size() > 0) { in load() 480 oneShotDecode(mSnapshotState.sps, 0); in load()
|
D | MediaH264DecoderVideoToolBox.cpp | 728 if (hasContext && mSnapshotState.sps.size() > 0) { in load() 729 oneShotDecode(mSnapshotState.sps, 0); in load()
|
D | MediaH264DecoderCuvid.cpp | 763 if (hasContext && mSnapshotState.sps.size() > 0) { in load() 764 oneShotDecode(mSnapshotState.sps, 0); in load()
|
/hardware/interfaces/biometrics/face/aidl/default/ |
D | Face.cpp | 104 std::vector<SensorProps> sps(1); in dump() local 105 getSensorProps(&sps); in dump() 106 for (auto& sp : sps) { in dump()
|
/hardware/interfaces/biometrics/fingerprint/aidl/default/ |
D | Fingerprint.cpp | 121 std::vector<SensorProps> sps(1); in dump() local 122 getSensorProps(&sps); in dump() 123 for (auto& sp : sps) { in dump()
|
/hardware/interfaces/power/stats/1.0/default/ |
D | PowerStats.cpp | 256 uint32_t sps = std::min(samplingRate, MAX_SAMPLING_RATE); in streamEnergyData() local 257 uint32_t numSamples = timeMs * sps / 1000; in streamEnergyData() 264 std::thread pollThread = std::thread([this, sps, numSamples]() { in streamEnergyData() 265 uint64_t sleepTimeUs = 1000000 / sps; in streamEnergyData()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | video_decode_h264_extensions.adoc | 27 the <<decode-h264-active-sps,active SPS>> specifying the 28 <<decode-h264-sps, H.264 sequence parameter set>>. 271 [[decode-h264-sps]] 363 * pname:maxStdSPSCount is the maximum number of <<decode-h264-sps,H.264 389 <<decode-h264-sps,H.264 SPS>> entries to add. 506 * [[decode-h264-active-sps]] The _active SPS_ is the 507 <<decode-h264-sps,SPS>> identified by the key specified in
|
D | video_decode_h265_extensions.adoc | 30 the <<decode-h265-active-sps,active SPS>> specifying the 31 <<decode-h265-sps, H.265 sequence parameter set>>. 251 [[decode-h265-sps]] 426 * pname:maxStdSPSCount is the maximum number of <<decode-h265-sps,H.265 456 <<decode-h265-sps,H.265 SPS>> entries to add. 592 * [[decode-h265-active-sps]] The _active SPS_ is the 593 <<decode-h265-sps,SPS>> identified by the key specified by the pair
|
D | video_extensions.adoc | 1716 <<decode-h264-sps,H.264 SPS>> entries, as follows: 1761 <<decode-h265-sps,H.265 SPS>> entries, as follows: 1834 <<decode-h264-sps,H.264 SPS>> entries to add to the created video 1879 <<decode-h265-sps,H.265 SPS>> entries to add to the created video 2067 * The <<decode-h264-sps,H.264 SPS>> entries specified in 2083 * The <<decode-h265-sps,H.265 SPS>> entries specified in
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_KHR_video_decode_h265.adoc | 298 StdVideoH265SequenceParameterSet sps = {}; 312 .pStdSPSs = &sps,
|
D | VK_KHR_video_decode_h264.adoc | 328 StdVideoH264SequenceParameterSet sps = {}; 340 .pStdSPSs = &sps,
|