Home
last modified time | relevance | path

Searched refs:SliceType (Results 1 – 19 of 19) sorted by relevance

/external/webrtc/common_video/h264/
Dh264_bitstream_parser.cc120 if (slice_type == H264::SliceType::kB) { in ParseNonParameterSetNalu()
125 case H264::SliceType::kP: in ParseNonParameterSetNalu()
126 case H264::SliceType::kB: in ParseNonParameterSetNalu()
127 case H264::SliceType::kSp: in ParseNonParameterSetNalu()
135 if (slice_type == H264::SliceType::kB) { in ParseNonParameterSetNalu()
203 if ((pps_->weighted_pred_flag && (slice_type == H264::SliceType::kP || in ParseNonParameterSetNalu()
204 slice_type == H264::SliceType::kSp)) || in ParseNonParameterSetNalu()
205 (pps_->weighted_bipred_idc == 1 && slice_type == H264::SliceType::kB)) { in ParseNonParameterSetNalu()
252 if (pps_->entropy_coding_mode_flag && slice_type != H264::SliceType::kI && in ParseNonParameterSetNalu()
253 slice_type != H264::SliceType::kSi) { in ParseNonParameterSetNalu()
Dh264_common.h49 enum SliceType : uint8_t { kP = 0, kB = 1, kI = 2, kSp = 3, kSi = 4 }; enum
/external/perfetto/src/trace_processor/importers/proto/
Dasync_track_set_tracker.cc131 return state.slice_type == TrackState::SliceType::kTimestamp && in Scoped()
138 state.slice_type = TrackState::SliceType::kTimestamp; in Scoped()
150 return state.slice_type == TrackState::SliceType::kCookie && in GetOrCreateTrackForCookie()
158 return state.slice_type == TrackState::SliceType::kCookie && in GetOrCreateTrackForCookie()
170 state.slice_type = TrackState::SliceType::kCookie; in GetOrCreateTrackForCookie()
Dasync_track_set_tracker.h137 enum class SliceType { kCookie, kTimestamp }; enum
138 SliceType slice_type;
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
DH264TrackImpl.java273 if (sh.slice_type == SliceHeader.SliceType.B) { in readSamples()
427 public enum SliceType { enum in H264TrackImpl.SliceHeader
432 public SliceType slice_type;
449 slice_type = SliceType.P; in SliceHeader()
454 slice_type = SliceType.B; in SliceHeader()
459 slice_type = SliceType.I; in SliceHeader()
464 slice_type = SliceType.SP; in SliceHeader()
469 slice_type = SliceType.SI; in SliceHeader()
/external/openscreen/third_party/abseil/src/absl/container/internal/
Dlayout.h262 using SliceType = Span<T>;
542 SliceType<CopyConst<Char, ElementType<N>>> Slice(Char* p) const {
543 return SliceType<CopyConst<Char, ElementType<N>>>(Pointer<N>(p), Size<N>());
559 SliceType<CopyConst<Char, T>> Slice(Char* p) const {
580 std::tuple<SliceType<CopyConst<
586 return std::tuple<SliceType<CopyConst<Char, ElementType<SizeSeq>>>...>(
/external/abseil-cpp/absl/container/internal/
Dlayout.h260 using SliceType = Span<T>;
540 SliceType<CopyConst<Char, ElementType<N>>> Slice(Char* p) const {
541 return SliceType<CopyConst<Char, ElementType<N>>>(Pointer<N>(p), Size<N>());
557 SliceType<CopyConst<Char, T>> Slice(Char* p) const {
578 std::tuple<SliceType<CopyConst<
584 return std::tuple<SliceType<CopyConst<Char, ElementType<SizeSeq>>>...>(
/external/angle/third_party/abseil-cpp/absl/container/internal/
Dlayout.h262 using SliceType = Span<T>;
542 SliceType<CopyConst<Char, ElementType<N>>> Slice(Char* p) const {
543 return SliceType<CopyConst<Char, ElementType<N>>>(Pointer<N>(p), Size<N>());
559 SliceType<CopyConst<Char, T>> Slice(Char* p) const {
580 std::tuple<SliceType<CopyConst<
586 return std::tuple<SliceType<CopyConst<Char, ElementType<SizeSeq>>>...>(
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Dlayout.h260 using SliceType = Span<T>;
540 SliceType<CopyConst<Char, ElementType<N>>> Slice(Char* p) const {
541 return SliceType<CopyConst<Char, ElementType<N>>>(Pointer<N>(p), Size<N>());
557 SliceType<CopyConst<Char, T>> Slice(Char* p) const {
578 std::tuple<SliceType<CopyConst<
584 return std::tuple<SliceType<CopyConst<Char, ElementType<SizeSeq>>>...>(
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dlayout.h262 using SliceType = Span<T>;
542 SliceType<CopyConst<Char, ElementType<N>>> Slice(Char* p) const {
543 return SliceType<CopyConst<Char, ElementType<N>>>(Pointer<N>(p), Size<N>());
559 SliceType<CopyConst<Char, T>> Slice(Char* p) const {
580 std::tuple<SliceType<CopyConst<
586 return std::tuple<SliceType<CopyConst<Char, ElementType<SizeSeq>>>...>(
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Dlayout.h262 using SliceType = Span<T>;
542 SliceType<CopyConst<Char, ElementType<N>>> Slice(Char* p) const {
543 return SliceType<CopyConst<Char, ElementType<N>>>(Pointer<N>(p), Size<N>());
559 SliceType<CopyConst<Char, T>> Slice(Char* p) const {
580 std::tuple<SliceType<CopyConst<
586 return std::tuple<SliceType<CopyConst<Char, ElementType<SizeSeq>>>...>(
/external/python/cpython2/Doc/c-api/
Dslice.rst11 .. index:: single: SliceType (in module types)
14 ``types.SliceType``.
/external/python/cpython2/Lib/
Dtypes.py74 SliceType = slice variable
/external/python/cpython2/Doc/library/
Dtypes.rst190 .. data:: SliceType
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp10341 EVT SliceType = getLoadedType(); in isLegal() local
10342 if (!TLI.isTypeLegal(SliceType)) in isLegal()
10346 if (!TLI.isOperationLegal(ISD::LOAD, SliceType)) in isLegal()
10365 if (TruncateType != SliceType && in isLegal()
10415 EVT SliceType = getLoadedType(); in loadSlice() local
10419 SliceType, SDLoc(Origin), Origin->getChain(), BaseAddr, in loadSlice()
10425 if (SliceType != FinalType) in loadSlice()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp14581 EVT SliceType = getLoadedType(); in isLegal() local
14582 if (!TLI.isTypeLegal(SliceType)) in isLegal()
14586 if (!TLI.isOperationLegal(ISD::LOAD, SliceType)) in isLegal()
14605 if (TruncateType != SliceType && in isLegal()
14655 EVT SliceType = getLoadedType(); in loadSlice() local
14659 DAG->getLoad(SliceType, SDLoc(Origin), Origin->getChain(), BaseAddr, in loadSlice()
14665 if (SliceType != FinalType) in loadSlice()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp15609 EVT SliceType = getLoadedType(); in isLegal() local
15610 if (!TLI.isTypeLegal(SliceType)) in isLegal()
15614 if (!TLI.isOperationLegal(ISD::LOAD, SliceType)) in isLegal()
15633 if (TruncateType != SliceType && in isLegal()
15683 EVT SliceType = getLoadedType(); in loadSlice() local
15687 DAG->getLoad(SliceType, SDLoc(Origin), Origin->getChain(), BaseAddr, in loadSlice()
15693 if (SliceType != FinalType) in loadSlice()
/external/python/cpython2/Misc/
DHISTORY14269 - Added SliceType and EllipsisType to types.py.
/external/python/cpython3/Misc/
DHISTORY31648 - Added SliceType and EllipsisType to types.py.