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

1 2 3 4 5 6 7 8 91011

  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 233 uint cpb_cnt_minus1; /* ue(v), range 0..31 */
234 uint bit_rate_scale; /* u(4) */
235 uint cpb_size_scale; /* u(4) */
238 uint cbr_flag[MAXIMUMVALUEOFcpb_cnt]; /* u(1) */
239 uint initial_cpb_removal_delay_length_minus1; /* u(5), default 23 */
240 uint cpb_removal_delay_length_minus1; /* u(5), default 23 */
241 uint dpb_output_delay_length_minus1; /* u(5), default 23 */
242 uint time_offset_length; /* u(5), default 24 */
252 uint aspect_ratio_info_present_flag; /* u(1) */
253 uint aspect_ratio_idc; /* u(8), table E-1 *
    [all...]
avc_types.h 27 typedef unsigned int uint; typedef
avclib_common.h 163 void MemMgrCtrlOp3(AVCHandle *avcHandle, AVCCommonObj *video, AVCDecPicBuffer *dpb, uint difference_of_pic_nums_minus1,
164 uint long_term_frame_idx);
173 void MemMgrCtrlOp4(AVCHandle *avcHandle, AVCCommonObj *video, AVCDecPicBuffer *dpb, uint max_long_term_frame_idx_plus1);
191 void MemMgrCtrlOp6(AVCHandle *avcHandle, AVCCommonObj *video, AVCDecPicBuffer *dpb, uint long_term_frame_idx);
198 void unmark_long_term_frame_for_reference_by_frame_idx(AVCHandle *avcHandle, AVCDecPicBuffer *dpb, uint long_term_frame_idx);
207 void unmark_long_term_field_for_reference_by_frame_idx(AVCCommonObj *video, AVCDecPicBuffer *dpb, uint long_term_frame_indx, int picNumX);
213 void unmark_for_reference(AVCHandle *avcHandle, AVCDecPicBuffer *dpb, uint idx);
235 void FmoGenerateType0MapUnitMap(int *mapUnitToSliceGroupMap, uint *run_length_minus1, uint num_slice_groups_minus1, uint PicSizeInMapUnits)
    [all...]
  /bionic/libc/kernel/common/media/
tegra_camera.h 31 uint id;
32 uint clk_id;
36 #define TEGRA_CAMERA_IOCTL_ENABLE _IOWR('i', 1, uint)
37 #define TEGRA_CAMERA_IOCTL_DISABLE _IOWR('i', 2, uint)
40 #define TEGRA_CAMERA_IOCTL_RESET _IOWR('i', 4, uint)
  /external/kernel-headers/original/media/
tegra_camera.h 29 uint id;
30 uint clk_id;
34 #define TEGRA_CAMERA_IOCTL_ENABLE _IOWR('i', 1, uint)
35 #define TEGRA_CAMERA_IOCTL_DISABLE _IOWR('i', 2, uint)
38 #define TEGRA_CAMERA_IOCTL_RESET _IOWR('i', 4, uint)
  /external/oprofile/module/ia64/
op_ia64_model.h 18 uint high;
19 uint low;
23 uint * addrs;
  /external/oprofile/module/
op_dcache.h 22 extern uint op_dname_top;
28 uint do_hash(struct dentry * dentry, struct vfsmount * vfsmnt, struct dentry * root, struct vfsmount * rootmnt);
30 inline static uint alloc_in_pool(char const * str, uint len);
31 inline static int add_hash_entry(struct op_hash_index * entry, uint parent, char const * name, uint len);
32 inline static uint name_hash(char const * name, uint len, uint parent);
34 inline static uint name_hash(char const * name, uint len, uint parent
    [all...]
oprofile.h 46 uint buf_size;
48 uint buf_watermark;
50 uint nextbuf;
52 uint nr_irq;
54 uint nr_buffer_overflow;
56 uint ctr_count[OP_MAX_COUNTERS];
118 void (*start_cpu)(uint);
120 void (*stop_cpu)(uint);
144 void op_do_profile(uint cpu, long eip, long irq_enabled, int ctr);
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
dhdioctl.h 38 uint cmd; /* common ioctl definition */
40 uint len; /* length of user buffer */
42 uint used; /* bytes read or written (optional) */
43 uint needed; /* bytes needed (optional) */
44 uint driver; /* to identify target driver */
87 uint version; /* To allow structure change tracking */
88 uint freq; /* Max ticks between tx/rx attempts */
89 uint count; /* Test packets to send/rcv each attempt */
90 uint print; /* Print counts every <print> attempts */
91 uint total; /* Total packets (or bursts) *
    [all...]
miniopt.h 56 uint uval; /* strtol translation of valstr */
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
dhdioctl.h 38 uint cmd; /* common ioctl definition */
40 uint len; /* length of user buffer */
42 uint used; /* bytes read or written (optional) */
43 uint needed; /* bytes needed (optional) */
44 uint driver; /* to identify target driver */
87 uint version; /* To allow structure change tracking */
88 uint freq; /* Max ticks between tx/rx attempts */
89 uint count; /* Test packets to send/rcv each attempt */
90 uint print; /* Print counts every <print> attempts */
91 uint total; /* Total packets (or bursts) *
    [all...]
miniopt.h 56 uint uval; /* strtol translation of valstr */
  /external/oprofile/gui/
oprof_start_config.h 24 uint count;
25 uint umask;
40 uint buffer_size;
41 uint note_table_size;
49 uint callgraph_depth;
50 uint buffer_watershed;
51 uint cpu_buffer_size;
oprof_start.h 33 uint counter_mask;
43 uint min_count;
96 void get_unit_mask_part(op_event_descr const & descr, uint num, bool selected, uint & mask);
98 uint get_unit_mask(op_event_descr const & descr);
103 uint max_perf_count() const;
158 uint op_nr_counters;
  /external/oprofile/module/x86/
op_x86_model.h 17 uint high;
18 uint low;
22 uint * addrs;
34 uint const num_counters;
35 uint const num_controls;
38 void (*check_ctrs)(uint const cpu,
  /dalvik/dx/src/com/android/dx/util/
Uint.java 22 public final class Uint implements Comparable<Uint> {
25 public Uint(int value) {
29 public int compareTo(Uint uint) {
30 return Unsigned.compare(intValue, uint.intValue);
  /external/dexmaker/src/dx/java/com/android/dx/util/
Uint.java 22 public final class Uint implements Comparable<Uint> {
25 public Uint(int value) {
29 public int compareTo(Uint uint) {
30 return Unsigned.compare(intValue, uint.intValue);
  /external/emma/core/java12/com/vladium/jcd/lib/
UDataOutputStream.java 36 public final void writeU2 (final int uint) throws IOException
38 writeShort ((short) uint); // this narrowing cast is Ok
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
FullscreenVideoControllerEfl.h 77 uint m_hudTimeoutId;
78 uint m_progressBarUpdateId;
79 uint m_progressBarFillUpdateId;
80 uint m_hscaleUpdateId;
81 uint m_volumeUpdateId;
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
fmo.cpp 32 memset(video->MbToSliceGroupMap, 0, video->PicSizeInMapUnits*sizeof(uint));
68 void FmoGenerateType0MapUnitMap(int *mapUnitToSliceGroupMap, uint *run_length_minus1, uint num_slice_groups_minus1, uint PicSizeInMapUnits)
70 uint iGroup, j;
71 uint i = 0;
86 void FmoGenerateType1MapUnitMap(int *mapUnitToSliceGroupMap, int PicWidthInMbs, uint num_slice_groups_minus1, uint PicSizeInMapUnits)
88 uint i;
98 uint num_slice_groups_minus1, uint PicSizeInMapUnits
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
bitstream.h 42 uint BitstreamReadBits16(BitstreamDecVideo *stream, int nbits);
43 uint BitstreamRead1Bits(BitstreamDecVideo *stream);
45 PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code);
46 PV_STATUS BitstreamShow15Bits(BitstreamDecVideo *stream, uint *code);
47 PV_STATUS BitstreamShow13Bits(BitstreamDecVideo *stream, uint *code);
48 uint BitstreamReadBits16_INLINE(BitstreamDecVideo *stream, int nbits);
49 uint BitstreamRead1Bits_INLINE(BitstreamDecVideo *stream);
51 __inline PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code)
69 __inline PV_STATUS BitstreamShow15Bits(BitstreamDecVideo *stream, uint *code)
83 __inline PV_STATUS BitstreamShow13Bits(BitstreamDecVideo *stream, uint *code
    [all...]
dec_pred_intra_dc.cpp 33 uint DC_size;
34 uint code;
  /development/tools/emulator/system/camera/
CallbackNotifier.h 65 void enableMessage(uint msg_type);
71 void disableMessage(uint msg_type);
115 inline int isMessageEnabled(uint msg_type)
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_int.h 137 uint current_word; /* byte-swapped (MSB left) current word to write to buffer */
220 uint scdEnable; /* enable scene change detection */
223 uint dpEnable; /* enable data partitioning */
226 uint subPelEnable; /* enable quarter pel search */
228 uint subMBEnable; /* enable sub MB prediction mode (4x4, 4x8, 8x4) */
229 uint rdOptEnable; /* enable RD-opt mode selection */
230 uint twoPass; /* flag for 2 pass encoding ( for future )*/
231 uint bidirPred; /* bi-directional prediction for B-frame. */
233 uint rcEnable; /* enable rate control, '1' on, '0' const QP */
249 uint first_frame; /* a flag for the first frame *
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
visual_header.h 26 typedef uint Bool;

Completed in 1578 milliseconds

1 2 3 4 5 6 7 8 91011