Home
last modified time | relevance | path

Searched refs:sps (Results 1 – 17 of 17) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_video.c367 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 …]
Dvk_video.h96 void vk_video_derive_h264_scaling_list(const StdVideoH264SequenceParameterSet *sps,
171 const StdVideoH265SequenceParameterSet *sps,
/hardware/google/aemu/host-common/include/host-common/
DMediaH264DecoderPlugin.h89 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()
DMediaSnapshotState.h51 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/
DMediaSnapshotHelper.cpp122 if (mSnapshotState.sps.size() > 0) { in replay()
123 oneShotDecode(mSnapshotState.sps.data(), mSnapshotState.sps.size(), 0); in replay()
DMediaSnapshotState.cpp154 saveVec(stream, sps); in save()
170 loadVec(stream, sps); in load()
DMediaH264DecoderFfmpeg.cpp479 if (hasContext && mCodecCtx != nullptr && mSnapshotState.sps.size() > 0) { in load()
480 oneShotDecode(mSnapshotState.sps, 0); in load()
DMediaH264DecoderVideoToolBox.cpp728 if (hasContext && mSnapshotState.sps.size() > 0) { in load()
729 oneShotDecode(mSnapshotState.sps, 0); in load()
DMediaH264DecoderCuvid.cpp763 if (hasContext && mSnapshotState.sps.size() > 0) { in load()
764 oneShotDecode(mSnapshotState.sps, 0); in load()
/hardware/interfaces/biometrics/face/aidl/default/
DFace.cpp104 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/
DFingerprint.cpp121 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/
DPowerStats.cpp256 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/
Dvideo_decode_h264_extensions.adoc27 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
Dvideo_decode_h265_extensions.adoc30 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
Dvideo_extensions.adoc1716 <<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/
DVK_KHR_video_decode_h265.adoc298 StdVideoH265SequenceParameterSet sps = {};
312 .pStdSPSs = &sps,
DVK_KHR_video_decode_h264.adoc328 StdVideoH264SequenceParameterSet sps = {};
340 .pStdSPSs = &sps,