HomeSort by relevance Sort by last modified time
    Searched refs:u32 (Results 1 - 25 of 2395) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_vui.h 71 u32 cpbCnt;
72 u32 bitRateScale;
73 u32 cpbSizeScale;
74 u32 bitRateValue[MAX_CPB_CNT];
75 u32 cpbSizeValue[MAX_CPB_CNT];
76 u32 cbrFlag[MAX_CPB_CNT];
77 u32 initialCpbRemovalDelayLength;
78 u32 cpbRemovalDelayLength;
79 u32 dpbOutputDelayLength;
80 u32 timeOffsetLength
    [all...]
h264bsd_pic_param_set.h 49 u32 picParameterSetId;
50 u32 seqParameterSetId;
51 u32 picOrderPresentFlag;
52 u32 numSliceGroups;
53 u32 sliceGroupMapType;
54 u32 *runLength;
55 u32 *topLeft;
56 u32 *bottomRight;
57 u32 sliceGroupChangeDirectionFlag;
58 u32 sliceGroupChangeRate
    [all...]
h264bsd_slice_group_map.h 53 u32 *map,
55 u32 sliceGroupChangeCycle,
56 u32 picWidth,
57 u32 picHeight);
h264bsd_stream.h 49 u32 bitPosInWord; /* bit position in stream buffer byte */
50 u32 strmBuffSize; /* size of stream buffer (bytes) */
51 u32 strmBuffReadBits; /* number of bits read from stream buffer */
58 u32 h264bsdGetBits(strmData_t *pStrmData, u32 numBits);
60 u32 h264bsdShowBits32(strmData_t *pStrmData);
62 u32 h264bsdFlushBits(strmData_t *pStrmData, u32 numBits);
64 u32 h264bsdIsByteAligned(strmData_t *);
h264bsd_vlc.h 52 u32 h264bsdDecodeExpGolombUnsigned(strmData_t *pStrmData, u32 *value);
54 u32 h264bsdDecodeExpGolombSigned(strmData_t *pStrmData, i32 *value);
56 u32 h264bsdDecodeExpGolombMapped(strmData_t *pStrmData, u32 *value,
57 u32 isIntra);
59 u32 h264bsdDecodeExpGolombTruncated(strmData_t *pStrmData, u32 *value,
60 u32 greaterThanOne);
h264bsd_dpb.h 60 u32 frameNum;
63 u32 toBeDisplayed;
64 u32 picId;
65 u32 numErrMbs;
66 u32 isIdr;
72 u32 picId;
73 u32 numErrMbs;
74 u32 isIdr;
83 u32 numOut;
84 u32 outIndex
    [all...]
h264bsd_sei.h 56 u32 seqParameterSetId;
57 u32 initialCpbRemovalDelay[MAX_CPB_CNT];
58 u32 initialCpbRemovalDelayOffset[MAX_CPB_CNT];
63 u32 cpbRemovalDelay;
64 u32 dpbOutputDelay;
65 u32 picStruct;
66 u32 clockTimeStampFlag[MAX_NUM_CLOCK_TS];
67 u32 clockTimeStamp[MAX_NUM_CLOCK_TS];
68 u32 ctType[MAX_NUM_CLOCK_TS];
69 u32 nuitFieldBasedFlag[MAX_NUM_CLOCK_TS]
    [all...]
h264bsd_seq_param_set.h 51 u32 profileIdc;
52 u32 levelIdc;
53 u32 seqParameterSetId;
54 u32 maxFrameNum;
55 u32 picOrderCntType;
56 u32 maxPicOrderCntLsb;
57 u32 deltaPicOrderAlwaysZeroFlag;
60 u32 numRefFramesInPicOrderCntCycle;
62 u32 numRefFrames;
63 u32 gapsInFrameNumValueAllowedFlag
    [all...]
h264bsd_byte_stream.h 50 u32 h264bsdExtractNalUnit(u8 *pByteStream, u32 len, strmData_t *pStrmData,
51 u32 *readBytes);
h264bsd_reconstruct.h 55 u32 xA,
56 u32 yA,
57 u32 partX,
58 u32 partY,
59 u32 partWidth,
60 u32 partHeight);
66 u32 colAndRow,/* packaged data | column | row |*/
67 u32 part, /* packaged data |partX|partY|partWidth|partHeight|*/
76 u32 width,
77 u32 height
    [all...]
h264bsd_storage.h 56 u32 sliceId;
57 u32 numDecodedMbs;
58 u32 lastMbAddr;
65 u32 prevFrameNum;
66 u32 prevIdrPicId;
67 u32 prevPicOrderCntLsb;
70 u32 firstCallFlag;
77 u32 oldSpsId;
78 u32 activePpsId;
79 u32 activeSpsId
    [all...]
h264bsd_conceal.h 51 u32 h264bsdConceal(storage_t *pStorage, image_t *currImage, u32 sliceType);
h264bsd_transform.h 49 u32 h264bsdProcessBlock(i32 *data, u32 qp, u32 skip, u32 coeffMap);
50 void h264bsdProcessLumaDc(i32 *data, u32 qp);
51 void h264bsdProcessChromaDc(i32 *data, u32 qp);
h264bsd_slice_header.h 68 u32 reorderingOfPicNumsIdc;
69 u32 absDiffPicNum;
70 u32 longTermPicNum;
76 u32 refPicListReorderingFlagL0;
83 u32 memoryManagementControlOperation;
84 u32 differenceOfPicNums;
85 u32 longTermPicNum;
86 u32 longTermFrameIdx;
87 u32 maxLongTermFrameIdx;
101 u32 noOutputOfPriorPicsFlag
    [all...]
h264bsd_decoder.h 60 u32 h264bsdInit(storage_t *pStorage, u32 noOutputReordering);
61 u32 h264bsdDecode(storage_t *pStorage, u8 *byteStrm, u32 len, u32 picId,
62 u32 *readBytes);
65 u8* h264bsdNextOutputPicture(storage_t *pStorage, u32 *picId, u32 *isIdrPic,
66 u32 *numErrMbs);
68 u32 h264bsdPicWidth(storage_t *pStorage)
    [all...]
h264bsd_intra_prediction.h 51 u32 h264bsdIntraPrediction(mbStorage_t *pMb, macroblockLayer_t *mbLayer,
52 image_t *image, u32 mbNum, u32 constrainedIntraPred, u8 *data);
54 u32 h264bsdIntra4x4Prediction(mbStorage_t *pMb, u8 *data,
56 u8 *above, u8 *left, u32 constrainedIntraPred);
57 u32 h264bsdIntra16x16Prediction(mbStorage_t *pMb, u8 *data, i32 residual[][16],
58 u8 *above, u8 *left, u32 constrainedIntraPred);
60 u32 h264bsdIntraChromaPrediction(mbStorage_t *pMb, u8 *data, i32 residual[][16],
61 u8 *above, u8 *left, u32 predMode, u32 constrainedIntraPred)
    [all...]
  /external/compiler-rt/lib/msan/
msan_chained_origin_depot.h 20 bool ChainedOriginDepotPut(u32 here_id, u32 prev_id, u32 *new_id);
22 u32 ChainedOriginDepotGet(u32 id, u32 *other);
msan_origin.h 51 static const u32 kIdMask = ((u32)-1) >> (32 - kDepthShift);
52 static const u32 kDepthMask = ~kIdMask;
56 static const u32 kHeapRoot = (u32)-1;
57 static const u32 kStackRoot = (u32)-2;
59 explicit Origin(u32 raw_id) : raw_id_(raw_id) {}
60 Origin(u32 id, u32 depth) : raw_id_((depth << kDepthShift) | id)
    [all...]
  /hardware/intel/bootstub/
mb.h 48 u32 tabsize;
49 u32 strsize;
50 u32 addr;
51 u32 reserved;
56 u32 num;
57 u32 size;
58 u32 addr;
59 u32 shndx;
64 u32 flags;
67 u32 mem_lower
    [all...]
  /external/oprofile/libop/
op_sample_file.h 23 u32 version;
24 u32 cpu_type;
25 u32 ctr_event;
26 u32 ctr_um;
27 u32 ctr_count;
29 u32 is_kernel;
32 u32 cg_to_is_kernel;
34 u32 spu_profile;
39 u32 reserved1[1];
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/inc/
H264SwDecApi.h 80 u32 dataLen; /* Number of bytes to be decoded */
81 u32 picId; /* Identifier for the picture to be decoded */
82 u32 intraConcealmentMethod; /* 0 = Gray concealment for intra
98 u32 *pOutputPicture; /* Pointer to the picture, YUV format */
99 u32 picId; /* Identifier of the picture to be displayed*/
100 u32 isIdrPicture; /* Flag to indicate if the picture is an
102 u32 nbrOfErrMBs; /* Number of concealed MB's in the picture */
112 u32 cropLeftOffset;
113 u32 cropOutWidth;
114 u32 cropTopOffset
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
msm_q6vdec.h 62 u32 offset;
63 u32 data;
64 u32 size;
68 u32 flags;
72 u32 bufsize;
73 u32 num_min_buffers;
74 u32 num_max_buffers;
78 u32 max_input_queue_size;
86 u32 src_id;
87 u32 offset
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
msm_q6vdec.h 62 u32 offset;
63 u32 data;
64 u32 size;
68 u32 flags;
72 u32 bufsize;
73 u32 num_min_buffers;
74 u32 num_max_buffers;
78 u32 max_input_queue_size;
86 u32 src_id;
87 u32 offset
    [all...]
  /external/qemu/distrib/ext4_utils/src/
allocate.h 20 #define EXT4_ALLOCATE_FAILED (u32)(~0)
28 u32 allocate_block();
29 struct block_allocation *allocate_blocks(u32 len);
32 struct ext4_inode *get_inode(u32 inode);
34 void reduce_allocation(struct block_allocation *alloc, u32 len);
35 u32 get_block(struct block_allocation *alloc, u32 block);
36 u32 get_oob_block(struct block_allocation *alloc, u32 block);
38 void get_region(struct block_allocation *alloc, u32 *block, u32 *len)
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
link_layer_stats.h 67 u32 capabilities; // WIFI_CAPABILITY_XXX (self)
84 u32 preamble :3; // 0: OFDM, 1:CCK, 2:HT 3:VHT 4..7 reserved
85 u32 nss :2; // 0:1x1, 1:2x2, 3:3x3, 4:4x4
86 u32 bw :3; // 0:20MHz, 1:40Mhz, 2:80Mhz, 3:160Mhz
87 u32 rateMcsIdx :8; // OFDM/CCK rate code would be as per ieee std in the units of 0.5mbps
89 u32 reserved :16; // reserved
90 u32 bitrate; // units of 100 Kbps
96 u32 on_time; // msecs the radio is awake (32 bits number accruing over time)
97 u32 cca_busy_time; // msecs the CCA register is busy (32 bits number accruing over time)
103 u32 on_time; // msecs the radio is awake (32 bits number accruing over time)
    [all...]

Completed in 223 milliseconds

1 2 3 4 5 6 7 8 91011>>