HomeSort by relevance Sort by last modified time
    Searched refs:hybrid (Results 1 - 14 of 14) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
HybridGroupManager.java 37 * A class managing hybrid groups that include {@link HybridNotificationView} and the notification
53 HybridNotificationView hybrid = (HybridNotificationView) inflater.inflate( local
55 mParent.addView(hybrid);
56 return hybrid;
  /external/gptfdisk/
basicmbr.h 39 enum MBRValidity {invalid, gpt, hybrid, mbr}; enumerator in enum:MBRValidity
91 void SetHybrid(void) {state = hybrid;} // Set hybrid flag
fixparts.cc 55 case hybrid: case gpt:
mbr.cc 101 if (typeFlag == 0) { // No non-hybrid partitions found
108 // Used to help keep GPT & hybrid MBR partitions in sync....
120 if (state == hybrid)
125 } // if (hybrid & GPT partition < 2TiB)
147 // don't convert extended, hybrid protective, or null (non-existent)
basicmbr.cc 224 // to flag as hybrid
229 state = hybrid;
231 cerr << "Warning! MBR Logical partitions found on a hybrid MBR disk! This is an\n"
234 } // if (hybrid detection code)
484 if ((state == gpt) || (state == hybrid)) {
496 partitions[i].ShowData((state == gpt) || (state == hybrid));
512 case hybrid:
513 cout << " MBR: hybrid\n";
    [all...]
gpt.cc 313 << "fresh protective or hybrid MBR is recommended.\n";
585 // Search for hybrid MBR entries that have no corresponding GPT partition.
    [all...]
gpttext.cc 89 if ((mbrState == mbr) || (mbrState == hybrid)) {
394 // Create a hybrid MBR -- an ugly, funky thing that helps GPT work with
405 cout << "\nWARNING! Hybrid MBRs are flaky and dangerous! If you decide not to use one,\n"
415 // hybrid MBR....
417 << "added to the hybrid MBR, in sequence: ";
455 if (numConverted > 0) { // User opted to create a hybrid MBR....
486 cout << "\nNo partitions converted; original protective/hybrid MBR is unmodified!\n";
748 cout << "h\tmake hybrid MBR\n";
    [all...]
  /external/aac/libSBRdec/src/
psdec.cpp 276 /* Hybrid Filter Bank 1 creation. */
277 errorInfo = InitHybridFilterBank ( &h_ps_d->specificTo.mpeg.hybrid,
371 scale = fMin(scale, getScalefactor(h_ps_d->specificTo.mpeg.hybrid.mQmfBufferRealSlot[i], NO_SUB_QMF_CHANNELS));
372 scale = fMin(scale, getScalefactor(h_ps_d->specificTo.mpeg.hybrid.mQmfBufferImagSlot[i], NO_SUB_QMF_CHANNELS));
429 scaleValues( h_ps_d->specificTo.mpeg.hybrid.mQmfBufferRealSlot[i], NO_SUB_QMF_CHANNELS, scale );
430 scaleValues( h_ps_d->specificTo.mpeg.hybrid.mQmfBufferImagSlot[i], NO_SUB_QMF_CHANNELS, scale );
473 \brief Scale input channel to the same scalefactor and rescale hybrid
542 h_ps_d->specificTo.mpeg.hybrid.sf_mQmfBuffer = maxScal;
561 /* scale back 6 timeslots look ahead for hybrid filterbank to original value */
578 FIXP_DBL *mHybridRealLeft, /*!< left (mono) hybrid values real *
    [all...]
psdec.h 96 /* hybrid filter structure for 20 stereo bands and does not implemet IPD/OPD */
270 /* hybrid filter bank delay lines */
289 HYBRID hybrid; /*!< hybrid filter bank struct 1 or 2. */ member in struct:PS_DEC::__anon5507
  /external/libgdx/backends/gdx-backend-lwjgl/libs/
jlayer-1.0.1-libgdx.jar 
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
jlayer-1.0.1-libgdx.jar 
  /hardware/intel/common/omx-components/videocodec/
Android.mk 208 # VP9 hybrid decoder and HW Render
  /external/libvorbis/doc/
04-codec.tex 302 of the window will be a hybrid window for lapping with a
308 the window will be a hybrid window for lapping with a short
01-introduction.tex 32 addition of a hybrid wavelet filterbank in Vorbis II to offer better

Completed in 1068 milliseconds