HomeSort by relevance Sort by last modified time
    Searched defs:sliceType (Results 1 - 6 of 6) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_slice_header.h 54 #define IS_P_SLICE(sliceType) (((sliceType) == P_SLICE) || \
55 ((sliceType) == P_SLICE + 5))
58 #define IS_I_SLICE(sliceType) (((sliceType) == I_SLICE) || \
59 ((sliceType) == I_SLICE + 5))
111 u32 sliceType;
  /prebuilts/go/darwin-x86/src/encoding/gob/
type.go 277 checkId(19, mustGetTypeInfo(reflect.TypeOf(sliceType{})).id)
375 type sliceType struct {
380 func newSliceType(name string) *sliceType {
381 s := &sliceType{CommonType{Name: name}, 0}
385 func (s *sliceType) init(elem gobType) {
396 func (s *sliceType) safeString(seen map[typeId]bool) string {
404 func (s *sliceType) string() string { return s.safeString(make(map[typeId]bool)) }
651 SliceT *sliceType
756 info.wire = &wireType{SliceT: t.(*sliceType)}
  /prebuilts/go/linux-x86/src/encoding/gob/
type.go 277 checkId(19, mustGetTypeInfo(reflect.TypeOf(sliceType{})).id)
375 type sliceType struct {
380 func newSliceType(name string) *sliceType {
381 s := &sliceType{CommonType{Name: name}, 0}
385 func (s *sliceType) init(elem gobType) {
396 func (s *sliceType) safeString(seen map[typeId]bool) string {
404 func (s *sliceType) string() string { return s.safeString(make(map[typeId]bool)) }
651 SliceT *sliceType
756 info.wire = &wireType{SliceT: t.(*sliceType)}
  /prebuilts/go/darwin-x86/src/reflect/
type.go 359 // sliceType represents a slice type.
360 type sliceType struct {
596 tt := (*sliceType)(unsafe.Pointer(t))
    [all...]
  /prebuilts/go/linux-x86/src/reflect/
type.go 359 // sliceType represents a slice type.
360 type sliceType struct {
596 tt := (*sliceType)(unsafe.Pointer(t))
    [all...]
  /packages/apps/TV/usbtuner/libs/
exoplayer_1.5.6.jar 

Completed in 664 milliseconds