Searched defs:Data (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/media/libstagefright/codecs/aacdec/
H A Ds_sbr_element_stream.h77 UChar Data[MAXSBRBYTES]; member in struct:__anon478
H A Dmix_radix_fft.cpp47 Data = Input vector, with quantized spectral with a pre-rotation
51 peak_value = Input, carries the maximum value in input vector "Data"
67 Results are return in "Data"
180 Int32 *Data,
208 pData_1 = Data;
209 pData_3 = Data + HALF_FFT_RX4_LENGTH_FOR_LONG;
305 Data,
310 &Data[FFT_RX4_LENGTH_FOR_LONG],
313 digit_reversal_swapping(Data, &Data[FFT_RX4_LENGTH_FOR_LON
179 mix_radix_fft( Int32 *Data, Int32 *peak_value ) argument
[all...]
H A Dfft_rx4_long.cpp52 Data = Input complex vector, arranged in the following order:
72 calculation are done in-place and returned in Data
96 The Input Data should be in Q13 format to get the highest precision.
98 is made, if bit growth is possible the Data is scale down back to Q13.
194 Int32 Data[],
241 pData1 = &Data[ i<<1];
295 pData1 = &Data[ i<<1];
353 pData1 = Data - 7;
193 fft_rx4_long( Int32 Data[], Int32 *peak_value) argument
H A Dfft_rx4_short.cpp49 Data = Input complex vector, arranged in the following order:
70 calculation are done in-place and returned in Data
94 The Input Data should be in Q13 format to get the highest precision.
96 is made, if bit growth is possible the Data is scale down back to Q13.
192 Int32 Data[],
261 pData1 = &Data[ i<<1];
322 pData1 = &Data[ i<<1];
396 pData1 = Data - 7;
191 fft_rx4_short( Int32 Data[], Int32 *peak_value) argument
H A Dinv_long_complex_rot.cpp166 Int32 *Data,
207 pData_in_ref1 = Data;
208 pData_in_ref2 = &Data[TWICE_INV_LONG_CX_ROT_LENGTH];
215 p_Data_Int_precision = (Int16 *)Data;
274 * Data in is scaled to use only lower 16 bits.
165 inv_long_complex_rot( Int32 *Data, Int32 max) argument
/frameworks/base/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
H A DLVPSA_Init.c56 INST_ALLOC Data; local
90 InstAlloc_Init( &Data , pMemoryTable->Region[LVPSA_MEMREGION_PERSISTENT_DATA].pBaseAddress);
154 pLVPSA_Inst->pBP_Taps = InstAlloc_AddMember( &Data, pInitParams->nBands * sizeof(Biquad_1I_Order2_Taps_t) );
155 pLVPSA_Inst->pQPD_Taps = InstAlloc_AddMember( &Data, pInitParams->nBands * sizeof(QPD_Taps_t) );
H A DLVPSA_Memory.c58 INST_ALLOC Data; local
65 InstAlloc_Init( &Data , LVM_NULL);
154 InstAlloc_AddMember( &Data, pInitParams->nBands * sizeof(Biquad_1I_Order2_Taps_t) );
155 InstAlloc_AddMember( &Data, pInitParams->nBands * sizeof(QPD_Taps_t) );
156 pMemoryTable->Region[LVPSA_MEMREGION_PERSISTENT_DATA].Size = InstAlloc_GetTotal(&Data);
/frameworks/base/core/java/android/provider/
H A DContactsContract.java58 * A row in the {@link Data} table can store any kind of personal data, such
312 * @see ContactsContract.Data
356 * @see ContactsContract.Data
692 * address, nickname, etc, use a query against the {@link ContactsContract.Data} table.
736 * <td>Reference to the row in the {@link ContactsContract.Data} table holding the photo.
1006 * {@link ContactsContract.Data}, filtered to include only starred contacts
1044 * {@link ContactsContract.Data} rows.
1046 public static final class Data implements BaseColumns, DataColumns { class in class:ContactsContract.Contacts
1050 private Data() {} method in class:ContactsContract.Contacts.Data
1281 * only if no {@link Data} value
1708 public static final class Data implements BaseColumns, DataColumns { class in class:ContactsContract.RawContacts
1712 private Data() { method in class:ContactsContract.RawContacts.Data
2596 public final static class Data implements DataColumnsWithJoins { class in class:ContactsContract
2600 private Data() {} method in class:ContactsContract.Data
[all...]

Completed in 1921 milliseconds