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

1 2

  /frameworks/support/v4/froyo/android/support/v4/media/session/
MediaSessionCompatApi8.java 23 public static void registerMediaButtonEventReceiver(Context context, ComponentName mbr) {
25 am.registerMediaButtonEventReceiver(mbr);
28 public static void unregisterMediaButtonEventReceiver(Context context, ComponentName mbr) {
30 am.unregisterMediaButtonEventReceiver(mbr);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
chv_filter.cpp 188 int br, bc, mbr, mbc; local
201 for (mbr = 0; mbr < pp_h; mbr += 2) /* row of blocks */
203 brwidth = mbr * pp_w; /* number of blocks above current block row */
211 for (br = mbr + 1; br < mbr + 3; br++) /* 2x2 blocks */
329 for (br = mbr; br < mbr + 2; br++)
447 }/*mbr*/
465 int br, bc, mbr, mbc; local
    [all...]
chvr_filter.cpp 36 int br, bc, incr, mbr, mbc; local
63 for (mbr = 0; mbr < pp_h; mbr += 2)
67 brwidth = mbr * pp_w;
84 for (br = mbr + 1; br < mbr + 3; br++) /* br is the row counter in blocks */
248 for (br = mbr; br < mbr + 2; br++) /* br is the row counter in blocks */
405 for (br = mbr; br < mbr + 2; br++
    [all...]
  /external/gptfdisk/
Android.mk 12 mbr.cc \
basicmbr.h 1 /* basicmbr.h -- MBR data structure definitions, types, and functions */
16 // Maximum number of MBR partitions
27 // A 512-byte data structure into which the MBR can be loaded in one
38 // Possible states of the MBR
39 enum MBRValidity {invalid, gpt, hybrid, mbr}; enumerator in enum:MBRValidity
41 // Full data in tweaked MBR format
52 // Above are basic MBR data; now add more stuff....
75 int WriteMBRData(struct TempMBR & mbr, DiskIO *theDisk, uint64_t sector);
Makefile 7 LIB_NAMES=crc32 support guid gptpart mbrpart basicmbr mbr gpt bsd parttypes attributes diskio diskio-unix
fixparts.cc 2 // Program to fix certain types of damaged Master Boot Record (MBR) partition
46 cout << "\nLoading MBR data from " << device << "\n";
48 cerr << "\nUnable to read MBR data from '" << device << "'! Exiting!\n\n";
52 // This switch() statement weeds out disks with GPT signatures and non-MBR
61 cerr << "\nCannot find valid MBR data on '" << device << "'! Exiting!\n\n";
64 case mbr:
76 // Do the bulk of the processing on actual MBR disks. First checks for old
79 // a protective partition in the MBR, which we know is NOT present, since
82 // legal state; then presents the MBR menu and, if it returns a "1" value
103 cout << "\nFinal checks complete. About to write MBR data. THIS WILL OVERWRITE
    [all...]
sgdisk.cc 30 * DISK [mbr|gpt] [guid]
47 cerr << "Failed to read MBR" << endl;
52 case mbr:
53 res << "DISK mbr" << endl;
basicmbr.cc 1 /* basicmbr.cc -- Functions for loading, saving, and manipulating legacy MBR partition
22 #include "mbr.h"
72 // Assignment operator -- copy entire set of MBR data.
108 // Read data from MBR. Returns 1 if read was successful (even if the
109 // data isn't a valid MBR), 0 if the read failed.
133 // Read data from MBR. If checkBlockSize == 1 (the default), the block
137 // the partition table is saved in MBR format.
150 // Empty existing MBR data, including the logical partitions...
208 state = mbr;
231 cerr << "Warning! MBR Logical partitions found on a hybrid MBR disk! This is an\n
    [all...]
gpttext.cc 75 if ((state == gpt_valid) && (mbrState == mbr)) {
76 cout << "Found valid MBR and GPT. Which do you want to use?\n";
77 answer = GetNumber(1, 3, 2, " 1 - MBR\n 2 - GPT\n 3 - Create blank GPT\n\nYour answer: ");
82 cout << "Using GPT and creating fresh protective MBR.\n";
89 if ((mbrState == mbr) || (mbrState == hybrid)) {
90 cout << "Found valid MBR and corrupt GPT. Which do you want to use? (Using the\n"
92 answer = GetNumber(1, 3, 2, " 1 - MBR\n 2 - GPT\n 3 - Create blank GPT\n\nYour answer: ");
99 cout << "Found invalid MBR and corrupt GPT. What do you want to do? (Using the\n"
363 // Note on below: Touch the MBR only if the user wants it completely
365 // the MBR, but this could wipe out a valid MBR that the progra
    [all...]
gpt.cc 1 /* gpt.cc -- Functions for loading, saving, and manipulating legacy MBR and GPT partition
293 // Check for mismatched MBR and GPT partitions...
296 // Check for MBR-specific problems....
301 cout << "\nWarning: The 0xEE protective partition in the MBR is marked as active. This is\n"
304 << "computers. You can clear this flag by creating a fresh protective MBR using\n"
312 cout << "\nPartition(s) in the protective MBR are too big for the disk! Creating a\n"
313 << "fresh protective or hybrid MBR is recommended.\n";
585 // Search for hybrid MBR entries that have no corresponding GPT partition.
606 cout << "\nWarning! Mismatched GPT and MBR partition! MBR partition
    [all...]
  /frameworks/base/media/java/android/media/session/
ISession.aidl 37 void setMediaButtonReceiver(in PendingIntent mbr);
MediaSession.java 232 * @param mbr The {@link PendingIntent} to send the media button event to.
234 public void setMediaButtonReceiver(@Nullable PendingIntent mbr) {
236 mBinder.setMediaButtonReceiver(mbr);
    [all...]
  /system/core/libdiskconfig/
config_mbr.c 36 * the mbr if these are 0 */
89 struct pc_boot_record *mbr = (void *)PC_MBR_DISK_OFFSET; local
90 /* grab the offset in mbr where to write this partition entry. */
91 item->offset = (loff_t)((uintptr_t)((uint8_t *)(&mbr->ptable[pnum])));
138 * entry in the MBR).
216 ALOGE("Unable to allocate memory for MBR signature.");
222 struct pc_boot_record *mbr = (void *)PC_MBR_DISK_OFFSET; local
223 /* grab the offset in mbr where to write mbr signature. */
224 item->offset = (loff_t)((uintptr_t)((uint8_t *)(&mbr->mbr_sig)))
    [all...]
  /external/libvpx/libvpx/vp8/common/
postproc.c 334 int mbr, mbc; local
345 for (mbr = 0; mbr < cm->mb_rows; mbr++)
368 source->y_buffer + 16 * mbr * source->y_stride,
369 post->y_buffer + 16 * mbr * post->y_stride, source->y_stride,
373 source->u_buffer + 8 * mbr * source->uv_stride,
374 post->u_buffer + 8 * mbr * post->uv_stride, source->uv_stride,
377 source->v_buffer + 8 * mbr * source->uv_stride,
378 post->v_buffer + 8 * mbr * post->uv_stride, source->uv_stride
396 int mbr; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
postproc.c 333 int mbr, mbc; local
344 for (mbr = 0; mbr < cm->mb_rows; mbr++)
367 source->y_buffer + 16 * mbr * source->y_stride,
368 post->y_buffer + 16 * mbr * post->y_stride, source->y_stride,
372 source->u_buffer + 8 * mbr * source->uv_stride,
373 post->u_buffer + 8 * mbr * post->uv_stride, source->uv_stride,
376 source->v_buffer + 8 * mbr * source->uv_stride,
377 post->v_buffer + 8 * mbr * post->uv_stride, source->uv_stride
399 int mbr, mbc; local
    [all...]
  /external/opencv3/3rdparty/libjasper/jasper/
jas_cm.h 98 #define jas_clrspc_create(fam, mbr) (((fam) << 8) | (mbr))
  /frameworks/support/v4/java/android/support/v4/media/session/
MediaSessionCompat.java 271 * @param mbr The {@link PendingIntent} to send the media button event to.
273 public void setMediaButtonReceiver(PendingIntent mbr) {
274 mImpl.setMediaButtonReceiver(mbr);
    [all...]
  /external/libpng/projects/owatcom/
pngconfig.mak 154 $(DELETE) *.obj *.mbr *.sym *.err *.pch libpng.mk
  /external/autotest/client/tools/
boottool 740 corresponding value if exactly one mbr on the system contained a
855 reliable of a mechanism as looking in the MBR, but tends to be
902 Detects the bootloader by scanning the master boot record (MBR) of the
930 warn "Error: Could not read MBR on /dev/$dev (are you root?)\n";
950 # Grub on MBR with previous Lilo install
957 warn "Warning: Multiple MBR's present; not certain which is in use.\n";
    [all...]
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 802 milliseconds

1 2