HomeSort by relevance Sort by last modified time
    Searched refs:u32 (Results 1 - 25 of 1703) 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);
  /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...]
  /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...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
pkt_stats.h 80 u32 timestamp;
85 u32 first_mpdu : 1; //[0]
86 u32 last_mpdu : 1; //[1]
87 u32 reserved1 : 6; //[7:2]
88 u32 mgmt_type : 1; //[8]
89 u32 ctrl_type : 1; //[9]
90 u32 reserved2 : 6; //[15:10]
91 u32 overflow_err : 1; //[16]
92 u32 msdu_length_err : 1; //[17]
93 u32 tcp_udp_chksum_fail : 1; //[18
    [all...]
wifilogger_vendor_tag_defs.h 40 u32 timer_tick;
41 u32 scheduled_bucket_mask;
42 u32 scan_cycle_count;
46 u32 table_type;
47 u32 entries_in_use;
48 u32 maximum_entries;
49 u32 scan_count_after_getResults;
54 u32 roam_scan_flags;
55 u32 cur_rssi;
61 u32 reason
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
link_layer_stats.h 52 u32 capabilities; // WIFI_CAPABILITY_XXX (self)
69 u32 preamble :3; // 0: OFDM, 1:CCK, 2:HT 3:VHT 4..7 reserved
70 u32 nss :2; // 0:1x1, 1:2x2, 3:3x3, 4:4x4
71 u32 bw :3; // 0:20MHz, 1:40Mhz, 2:80Mhz, 3:160Mhz
72 u32 rateMcsIdx :8; // OFDM/CCK rate code would be as per ieee std in the units of 0.5mbps
74 u32 reserved :16; // reserved
75 u32 bitrate; // units of 100 Kbps
81 u32 on_time; // msecs the radio is awake (32 bits number accruing over time)
82 u32 cca_busy_time; // msecs the CCA register is busy (32 bits number accruing over time)
91 u32 on_time; // msecs the radio is awake (32 bits number accruing over time)
    [all...]
  /external/f2fs-tools/fsck/
fsck.h 18 u32 nr_inodes;
19 u32 *ino_list;
28 u32 valid_nat_entry_cnt;
29 u32 valid_node_cnt;
30 u32 valid_inode_cnt;
31 u32 multi_hard_link_files;
33 u32 sit_free_segs;
34 u32 free_segs;
45 u32 nat_area_bitmap_sz;
46 u32 sit_area_bitmap_sz
    [all...]
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_q6vdec.h 105 u32 offset;
106 u32 data;
107 u32 size;
112 u32 flags;
116 u32 bufsize;
117 u32 num_min_buffers;
119 u32 num_max_buffers;
122 u32 max_input_queue_size;
131 u32 src_id;
132 u32 offset
    [all...]
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_q6vdec.h 86 u32 offset;
87 u32 data;
88 u32 size;
92 u32 flags;
96 u32 bufsize;
97 u32 num_min_buffers;
98 u32 num_max_buffers;
102 u32 max_input_queue_size;
110 u32 src_id;
111 u32 offset
    [all...]

Completed in 1087 milliseconds

1 2 3 4 5 6 7 8 91011>>