HomeSort by relevance Sort by last modified time
    Searched refs:u32 (Results 1 - 25 of 1210) 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...]
  /system/extras/ext4_utils/
sparse_crc32.h 17 u32 sparse_crc32(u32 crc, const void *buf, size_t size);
contents.h 30 u32 *inode;
31 u32 mtime;
35 u32 make_directory(u32 dir_inode_num, u32 entries, struct dentry *dentries,
36 u32 dirs);
37 u32 make_file(const char *filename, u64 len);
38 u32 make_link(const char *filename, const char *link);
39 int inode_set_permissions(u32 inode_num, u16 mode, u16 uid, u16 gid, u32 mtime)
    [all...]
allocate.h 20 #define EXT4_ALLOCATE_FAILED (u32)(~0)
29 u32 allocate_block();
30 struct block_allocation *allocate_blocks(u32 len);
33 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...]
  /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];
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx_dsp_task_types.h 75 u32 r10_save;
76 u32 r54_save;
77 u32 r98_save;
89 u32 r32_save;
90 u32 r76_save;
91 u32 rsd2_save;
204 u32 saverfe;
212 u32 saverba; /* (HFG) */
213 u32 saverdc;
214 u32 savers_config_23; /* (HFG) *
    [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...]
  /bionic/libc/kernel/common/linux/
msm_q6vdec.h 71 u32 offset;
72 u32 data;
74 u32 size;
79 u32 flags;
82 u32 bufsize;
84 u32 num_min_buffers;
85 u32 num_max_buffers;
89 u32 max_input_queue_size;
97 u32 src_id;
99 u32 offset
    [all...]
  /external/kernel-headers/original/linux/
msm_q6vdec.h 81 u32 offset;
82 u32 data;
83 u32 size;
87 u32 flags;
91 u32 bufsize;
92 u32 num_min_buffers;
93 u32 num_max_buffers;
97 u32 max_input_queue_size;
105 u32 src_id;
106 u32 offset
    [all...]
  /prebuilts/ndk/android-ndk-r4/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/android-ndk-r4/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...]

Completed in 1177 milliseconds

1 2 3 4 5 6 7 8 91011>>