Searched defs:group (Results 1 - 25 of 54) sorted by relevance

123

/frameworks/av/media/libstagefright/codecs/aacdec/
H A Dgetgroup.cpp33 (3) Modified UChar -> Int on data types of group
48 group[] = array that holds the index of the first window in each
49 group. Type Int
61 group contains the index of first windows in each group
75 set of short windows form a group then they share scalefactors, intensity
76 positions and PNS information. The first short window is always a new group
78 group if the associated grouping bit is 1. A new group is started if the
81 of next group
217 getgroup( Int group[], BITS *pInputStream) argument
[all...]
H A Dcalc_gsfb_table.cpp43 group[] = array that contains the grouping information of short
44 windows (stop index of windows in each group).
58 scalefactor bands in each group
71 scalefactor band in each group.
72 All windows within one group share the same scalefactors and are interleaved
73 on a scalefactor band basis. Within each group, the actual length of one
81 with the cumulative bandwidth of each scalefactor band in each group
119 pFrameInfo->group_len[group_idx] = group[group_idx] - offset;
120 offset = group[group_idx];
213 Int group[])
211 calc_gsfb_table( FrameInfo *pFrameInfo, Int group[]) argument
[all...]
H A Dgetmask.cpp61 each group in current frame, Type Int
258 Int group[],
275 pGroup = group;
255 getmask( FrameInfo *pFrameInfo, BITS *pInputStream, Int group[], Int max_sfb, Int mask[]) argument
H A Ddeinterleave.cpp73 each group
122 FOR (group = ngroups; group > 0; group--)
128 FOR (sfb = pSfbPerWin[ngroups-group]; sfb > 0; sfb--)
132 FOR (win = pGroupLen[ngroups-group]; win > 0; win--)
153 ENDFOR (group)
228 Int group; /* group index */ local
252 for (group
[all...]
H A Dget_ics_info.cpp82 group = array that holds the index of the first window in each
83 group. Data type array of Int, eight elements.
118 group[] contents will be modified to grouping information. See getgroup
211 group = group,
213 MODIFYING(group)
220 group[0] = 1;
313 MODIFY(group[])
409 Int group[],
456 group,
403 get_ics_info( const tMP4AudioObjectType audioObjectType, BITS *pInputStream, const Bool common_window, WINDOW_SEQUENCE *pWindowSequence, WINDOW_SHAPE *pWindowShape, Int group[], Int *p_max_sfb, FrameInfo *p_winmap[], LT_PRED_STATUS *pFirstLTPStatus, LT_PRED_STATUS *pSecondLTPStatus) argument
[all...]
H A Ds_tdec_int_chan.h137 Int group[NSHORT]; member in struct:__anon556
H A Dapply_ms_synt.cpp38 pFrameInfo = Pointer to structure that holds information about each group.
40 per group, etc.)
43 group = Array that contains indexes of the
44 first window in the next group.
298 const Int group[],
329 const Int *pGroup = group;
362 * Partition is equal to the first window in the next group
401 * steps through all the windows in the group (they share
439 * to the first sfb in the 2nd window of the group.
296 apply_ms_synt( const FrameInfo * const pFrameInfo, const Int group[], const Bool mask_map[], const Int codebook_map[], Int32 coefLeft[], Int32 coefRight[], Int q_formatLeft[MAXBANDS], Int q_formatRight[MAXBANDS]) argument
H A Dgetics.cpp88 group[] = pointer to array that contains window grouping
181 pGroup = group;
197 group,
202 MODIFYING(pInputStream,pChVars,group,max_sfb,lt_status)
263 group[] = group)
273 group,
429 Int group[],
458 pGroup = group;
474 group,
424 getics( BITS *pInputStream, Int common_window, tDec_Int_File *pVars, tDec_Int_Chan *pChVars, Int group[], Int *pMax_sfb, Int *pCodebookMap, TNS_frame_info *pTnsFrameInfo, FrameInfo **pWinMap, PulseInfo *pPulseInfo, SectInfo sect[]) argument
[all...]
H A Dpns_left.cpp63 information about each group.
66 scalefactor bands per group, etc.)
68 const Int group[] = Array that contains indexes of the
69 the first window in the next group.
113 The function steps through each scalefactor band in the group, and
117 group has its spectral information filled with scaled random data.
318 const Int group[],
337 const Int *pGroup = &(group[0]);
353 /* PNS goes by group */
362 Partition is equal to the first window in the next group
316 pns_left( const FrameInfo *pFrameInfo, const Int group[], const Int codebook_map[], const Int factors[], const Int sfb_prediction_used[], const Bool ltp_data_present, Int32 spectral_coef[], Int q_format[], Int32 *pCurrentSeed) argument
[all...]
H A Dps_stereo_processing.cpp160 Int32 group; local
197 for (group = 0; group < SUBQMF_GROUPS; group++) /* SUBQMF_GROUPS == 10 */
200 temp1 = pms->deltaH11[group];
201 temp2 = pms->deltaH12[group];
203 pms->H11[group] += temp1;
204 h11 = (Int16)(pms->H11[group] >> 16);
205 pms->H12[group] += temp2;
206 h12 = (Int16)(pms->H12[group] >> 1
[all...]
H A Dpns_intensity_right.cpp29 pFrameInfo = Pointer to structure that holds information about each group.
31 per group, etc.)
34 group = Array that contains indexes of the
35 first window in the next group.
122 gen_rand_vector. This is done across all windows in the group.
132 This is done across all windows in the group. M/S being enabled has the
392 const Int group[],
432 const Int *pGroup = group;
466 Partition is equal to the first window in the next group
493 * to that sfb in each window in the group
389 pns_intensity_right( const Int hasmask, const FrameInfo * const pFrameInfo, const Int group[], const Bool mask_map[], const Int codebook_map[], const Int factorsL[], const Int factorsR[], Int sfb_prediction_used[], const Bool ltp_data_present, Int32 coefLeft[], Int32 coefRight[], Int q_formatLeft[MAXBANDS], Int q_formatRight[MAXBANDS], Int32 * const pCurrentSeed) argument
[all...]
H A Dps_init_stereo_mixing.cpp222 Int32 group; local
279 for (group = 0; group < NO_IID_GROUPS; group++) /* == 22 */
281 bin = bins2groupMap[group];
358 ptr_tmp = &pms->h11Prev[group];
359 pms->H11[group] = *ptr_tmp;
360 pms->deltaH11[group] = (h11 - *ptr_tmp) >> 5;
363 ptr_tmp = &pms->h12Prev[group];
364 pms->H12[group]
[all...]
H A Dsbr_aliasing_reduction.cpp171 Int32 group; local
216 for (group = 0; group < noGroups; group ++)
219 int startGroup = groupVector[(group<<1)] - lowSubband;
220 int stopGroup = groupVector[(group<<1)+1] - lowSubband;
/frameworks/support/v4/ics/android/support/v4/view/
H A DViewGroupCompatIcs.java27 public static boolean onRequestSendAccessibilityEvent(ViewGroup group, View child, argument
29 return group.onRequestSendAccessibilityEvent(child, event);
/frameworks/support/v4/java/android/support/v4/view/
H A DViewGroupCompat.java31 public boolean onRequestSendAccessibilityEvent(ViewGroup group, View child, argument
37 ViewGroup group, View child, AccessibilityEvent event) {
45 ViewGroup group, View child, AccessibilityEvent event) {
46 return ViewGroupCompatIcs.onRequestSendAccessibilityEvent(group, child, event);
76 * @param group The group whose method to invoke.
81 public static boolean onRequestSendAccessibilityEvent(ViewGroup group, View child, argument
83 return IMPL.onRequestSendAccessibilityEvent(group, child, event);
36 onRequestSendAccessibilityEvent( ViewGroup group, View child, AccessibilityEvent event) argument
44 onRequestSendAccessibilityEvent( ViewGroup group, View child, AccessibilityEvent event) argument
/frameworks/base/voip/java/android/net/rtp/
H A DAudioStream.java79 * Joins an {@link AudioGroup}. Each stream can join only one group at a
80 * time. The group can be changed by passing a different one or removed
83 * @param group The AudioGroup to join or {@code null} to leave.
87 public void join(AudioGroup group) { argument
89 if (mGroup == group) {
96 if (group != null) {
97 group.add(this);
98 mGroup = group;
/frameworks/wilhelm/src/itf/
H A DI3DGrouping.c22 static SLresult I3DGrouping_Set3DGroup(SL3DGroupingItf self, SLObjectItf group) argument
27 C3DGroup *newGroup = (C3DGroup *) group;
30 // check that new group has the correct object ID and is realized, and acquire a strong
32 // specifies group as this audio player
34 // the new group is left unlocked, but it will be locked again below
47 // remove this object from the old group's set of objects
50 // note that we already have a strong reference to the old group
56 // add this object to the new group's set of objects
59 // we already have a strong reference to the new group, but we need to re-lock it
84 C3DGroup *group local
109 C3DGroup *group = thiz->mGroup; local
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_slice_group_map.c103 Function to decode interleaved slice group map type, i.e. slice
104 group map type 0.
109 runLength run_length[] values for each slice group
113 map slice group map is stored here
129 u32 i,j, group; local
140 for (group = 0; group < numSliceGroups && i < picSize;
141 i += runLength[group++])
143 ASSERT(runLength[group] <= picSize);
144 for (j = 0; j < runLength[group]
237 u32 group; local
[all...]
/frameworks/base/core/java/android/content/pm/
H A DPermissionInfo.java82 * The group this permission is a part of, as per
85 public String group; field in class:PermissionInfo
152 group = orig.group;
194 dest.writeString(group);
212 group = source.readString();
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardProperty.java80 public void addGroup(String group) { argument
84 mGroupList.add(group);
/frameworks/base/core/java/android/app/
H A DMediaRouteButton.java379 public void onRouteGrouped(MediaRouter router, RouteInfo info, RouteGroup group, argument
385 public void onRouteUngrouped(MediaRouter router, RouteInfo info, RouteGroup group) { argument
/frameworks/base/core/java/android/preference/
H A DPreferenceGroupAdapter.java32 * An adapter that returns the {@link Preference} contained in this group.
54 * The group that we are providing data from.
116 // If this group gets or loses any children, let us know
146 private void flattenPreferenceGroup(List<Preference> preferences, PreferenceGroup group) { argument
148 group.sortPreferences();
150 final int groupSize = group.getPreferenceCount();
152 final Preference preference = group.getPreference(i);
232 // There should always be a preference group, and these groups are always
/frameworks/base/core/java/android/view/
H A DMenu.java77 * Value to use for group and item identifier integers when you don't care
83 * First value for group and item identifier integers.
118 * any existing menu items in the same group.
157 * @param groupId The group identifier that this item should be part of.
160 * group.
174 * @param groupId The group identifier that this item should be part of.
177 * group.
216 * @param groupId The group identifier that this item should be part of.
219 * group.
233 * @param groupId The group identifie
339 setGroupCheckable(int group, boolean checkable, boolean exclusive) argument
349 setGroupVisible(int group, boolean visible) argument
359 setGroupEnabled(int group, boolean enabled) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DRadioGroup.java32 * buttons. Checking one radio button that belongs to a radio group unchecks
33 * any previously checked radio button within the same group.</p>
36 * to uncheck a particular radio button, the radio group can be cleared to
149 * @param id the unique id of the radio button to select in this group
186 * <p>Returns the identifier of the selected radio button in this group.
189 * @return the unique id of the selected radio button in this group
202 * in this group is selected and {@link #getCheckedRadioButtonId()} returns
214 * changes in this group.</p>
331 * radio button changed in this group.</p>
338 * @param group th
341 onCheckedChanged(RadioGroup group, int checkedId) argument
[all...]
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenu.java218 public void setGroupCheckable(int group, boolean checkable, argument
225 if (item.getGroupId() == group) {
232 public void setGroupEnabled(int group, boolean enabled) { argument
238 if (item.getGroupId() == group) {
244 public void setGroupVisible(int group, boolean visible) { argument
250 if (item.getGroupId() == group) {

Completed in 1893 milliseconds

123