/hardware/interfaces/tv/tuner/aidl/android/hardware/tv/tuner/ |
D | DemuxScVvcIndex.aidl | 56 SPS = 1 << 5, enumConstant
|
D | DemuxScHevcIndex.aidl | 28 SPS = 1 << 0, enumConstant
|
/hardware/interfaces/tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/current/android/hardware/tv/tuner/ |
D | DemuxScVvcIndex.aidl | 44 SPS = 32, enumConstant
|
D | DemuxScHevcIndex.aidl | 39 SPS = 1, enumConstant
|
/hardware/interfaces/tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/2/android/hardware/tv/tuner/ |
D | DemuxScVvcIndex.aidl | 44 SPS = (1 << 5) /* 32 */, enumConstant
|
D | DemuxScHevcIndex.aidl | 39 SPS = (1 << 0) /* 1 */, enumConstant
|
/hardware/interfaces/tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/1/android/hardware/tv/tuner/ |
D | DemuxScHevcIndex.aidl | 39 SPS = 1, enumConstant
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_KHR_video_decode_h265.adoc | 23 …* APIs allowing to specify H.265 video, sequence, and picture parameter sets (VPS, SPS, PPS) to be… 24 …pecific to the decoded picture, including references to previously stored VPS, SPS, and PPS entries 131 …* H.265 SPS entries are identified using a pair of `sps_video_parameter_set_id` and `sps_seq_param… 134 …SPS, as multiple SPS entries may exist with the same ID that have different parent VPS IDs. In ord… 136 The H.265/HEVC video compression standard always requires a VPS, SPS, and PPS, hence the applicatio… 158 The active VPS, SPS, and PPS (sourced from the bound video session parameters object) are identifie… 277 .maxStdSPSCount = ... // SPS capacity 299 // parse and populate SPS parameters 463 …PS ID (`pps_pic_parameter_set_id`) and the parent SPS ID (`pps_seq_parameter_set_id`). However, th… 478 === RESOLVED: Is the worst case size of all input structures for H.265 VPS and SPS entries prohibit… [all …]
|
D | VK_KHR_video_decode_h264.adoc | 23 …* APIs allowing to specify H.264 sequence and picture parameter sets (SPS, PPS) to be stored in vi… 24 …tion specific to the decoded picture, including references to previously stored SPS and PPS entries 146 * H.264 SPS entries are identified using a `seq_parameter_set_id` value 149 The H.264/AVC video compression standard always requires an SPS and PPS, hence the application has … 180 The active SPS and PPS (sourced from the bound video session parameters object) are identified by t… 311 .maxStdSPSCount = ... // SPS capacity 329 // parse and populate SPS parameters
|
/hardware/google/aemu/host-common/include/host-common/ |
D | H264NaluParser.h | 63 SPS = 7, enumerator
|
/hardware/interfaces/broadcastradio/1.0/ |
D | ITuner.hal | 53 * ignore sub channels (e.g SPS for HD radio). 69 * ignore sub channels (e.g SPS for HD radio). 86 * (e.g SPS number for HD radio)..
|
/hardware/google/aemu/host-common/ |
D | H264NaluParser.cpp | 88 if (currNaluType != H264NaluParser::H264NaluType::SPS) { in checkSpsFrame()
|
D | MediaVideoToolBoxVideoHelper.cpp | 124 case H264NaluType::SPS: in decode() 294 || H264NaluType::SPS == H264NaluParser::getFrameNaluType(frame, szBytes, nullptr) in parseOneFrame() 320 if (naluType == H264NaluType::SPS || naluType == H264NaluType::PPS) { in parseOneFrame()
|
D | MediaH264DecoderVideoToolBox.cpp | 349 if (naluType != H264NaluType::SPS && naluType != H264NaluType::PPS && in decodeFrameInternal() 359 case H264NaluType::SPS: in decodeFrameInternal()
|
D | MediaH264DecoderFfmpeg.cpp | 170 if (currNaluType != H264NaluParser::H264NaluType::SPS) { in checkWhetherConfigChanged()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | video_encode_h264_extensions.adoc | 334 object supports storing H.264 SPS/PPS parameter sets that may: be later 347 * pname:maxStdSPSCount is the maximum number of SPS parameters that the 368 * pname:stdSPSCount is the number of SPS elements in the pname:pStdSPSs. 374 Each element of the array must: have a unique H.264 SPS ID. 381 Each element of the array must: have a unique H.264 SPS-PPS ID pair. 406 Parameters Object that is being updated, SPS-PPS IDs 409 with a particular SPS-PPS IDs cannot: be replaced nor updated 412 template, the array's parameters with the same SPS-PPS IDs as the ones 415 SPS/PPS parameters must: comply with the limits specified in
|
D | video_decode_h264_extensions.adoc | 27 the <<decode-h264-active-sps,active SPS>> specifying the 272 H.264 Sequence Parameter Sets (SPS):: 279 * code:seq_parameter_set_id is used as the key of the SPS entry; 364 SPS>> entries the created sname:VkVideoSessionParametersKHR can: 389 <<decode-h264-sps,H.264 SPS>> entries to add. 507 <<decode-h264-sps,SPS>> identified by the key specified in
|
D | video_encode_h265_extensions.adoc | 470 * pname:stdSPSCount is the number of SPS elements in pname:pStdSPSs. 496 have a unique H.265 VPS-SPS ID pair 499 have a unique H.265 VPS-SPS-PPS ID tuple 503 Parameters Object that is being updated, VPS-SPS-PPS IDs 506 with a particular VPS-SPS-PPS IDs must: not be replaced nor updated 509 template, the array's parameters with the same VPS-SPS-PPS IDs as the 512 VPS/SPS/PPS parameters must: comply with the limits specified in
|
D | video_decode_h265_extensions.adoc | 30 the <<decode-h265-active-sps,active SPS>> specifying the 252 H.265 Sequence Parameter Sets (SPS):: 260 code:sps_seq_parameter_set_id is used as the key of the SPS entry; 427 SPS>> entries the created sname:VkVideoSessionParametersKHR can: 456 <<decode-h265-sps,H.265 SPS>> entries to add. 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/appendices/ |
D | VK_EXT_video_encode_h264.adoc | 67 ** Add capability flag to report support for disabling SPS
|
/hardware/interfaces/gnss/1.0/ |
D | IGnssNavigationMessageCallback.hal | 135 * The standard followed is 1995 SPS Signal specification.
|
/hardware/interfaces/broadcastradio/2.0/ |
D | ITunerSession.hal | 50 * - HD Radio SPS;
|
D | types.hal | 495 * This index is 0-based (where 0 is MPS and 1..7 are SPS),
|
/hardware/interfaces/broadcastradio/1.1/ |
D | types.hal | 188 * The subchannel index is 0-based (where 0 is MPS and 1..7 are SPS),
|