HomeSort by relevance Sort by last modified time
    Searched defs:raw (Results 201 - 225 of 439) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/libvpx/libvpx/
vp9_spatial_scalable_encoder.c 307 vpx_image_t raw; local
317 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, enc_cfg.g_w, enc_cfg.g_h, 32))
336 read_frame(infile, &raw);
342 create_dummy_frame(&raw);
344 if (!read_frame(infile, &raw)) break;
346 res = vpx_svc_encode(&svc_ctx, &codec, &raw, pts, frame_duration,
373 vpx_img_free(&raw);
  /external/mesa3d/src/mesa/program/
prog_execute.c 1783 const GLuint raw = fetch_vector1ui(&inst->SrcReg[0], machine); local
1795 const GLuint raw = fetch_vector1ui(&inst->SrcReg[0], machine); local
1807 const GLuint raw = fetch_vector1ui(&inst->SrcReg[0], machine); local
1818 const GLuint raw = fetch_vector1ui(&inst->SrcReg[0], machine); local
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
WireFormatTest.java 353 RawMessageSet raw = RawMessageSet.parseFrom(data); local
355 assertTrue(raw.getUnknownFields().asMap().isEmpty());
357 assertEquals(3, raw.getItemCount());
358 assertEquals(TYPE_ID_1, raw.getItem(0).getTypeId());
359 assertEquals(TYPE_ID_2, raw.getItem(1).getTypeId());
360 assertEquals(UNKNOWN_TYPE_ID, raw.getItem(2).getTypeId());
364 raw.getItem(0).getMessage().toByteArray());
369 raw.getItem(1).getMessage().toByteArray());
372 assertEquals("bar", raw.getItem(2).getMessage().toStringUtf8());
381 RawMessageSet raw local
    [all...]
  /frameworks/av/include/media/
AudioRecord.h 71 void* raw; member in union:android::AudioRecord::Buffer::__anon30864
337 * raw undefined
341 * raw pointer to the buffer
  /frameworks/base/core/jni/
android_os_Parcel.cpp 534 void* raw = parcel->writeInplace(length); local
535 memcpy(raw, (array + offset), length);
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/
data_builder.h 36 /* Set if raw data exists */
71 /** The raw data in raw data units in the mounting frame */
72 short raw[3]; member in struct:inv_single_sensor_t
73 /** Raw data in body frame */
94 long raw[4]; member in struct:inv_quat_sensor_t
  /ndk/tests/build/issue56508-gcc4.7-ICE/jni/
extraMachine.c 21 univ *raw; /* composite object value */ member in struct:hdl
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
KeySpecParserSplitTests.java 55 // This dummy raw resource is needed to be able to load string resources from a test
57 com.android.inputmethod.latin.tests.R.raw.dummy_resource_for_testing);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
hdsmart.h 32 unsigned char raw[6]; member in struct:ata_smart_attribute_s
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
hdsmart.h 32 unsigned char raw[6]; member in struct:ata_smart_attribute_s
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
hdsmart.h 32 unsigned char raw[6]; member in struct:ata_smart_attribute_s
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
hdsmart.h 26 unsigned char raw[6]; member in struct:ata_smart_attribute_s
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
hdsmart.h 26 unsigned char raw[6]; member in struct:ata_smart_attribute_s
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
hdsmart.h 26 unsigned char raw[6]; member in struct:ata_smart_attribute_s
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
hdsmart.h 26 unsigned char raw[6]; member in struct:ata_smart_attribute_s
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
hdsmart.h 26 unsigned char raw[6]; member in struct:ata_smart_attribute_s
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
hdsmart.h 26 unsigned char raw[6]; member in struct:ata_smart_attribute_s
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
hdsmart.h 26 unsigned char raw[6]; member in struct:ata_smart_attribute_s
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
hdsmart.h 26 unsigned char raw[6]; member in struct:ata_smart_attribute_s
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
hdsmart.h 26 unsigned char raw[6]; member in struct:ata_smart_attribute_s
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
hdsmart.h 26 unsigned char raw[6]; member in struct:ata_smart_attribute_s
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
hdsmart.h 26 unsigned char raw[6]; member in struct:ata_smart_attribute_s
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
hdsmart.h 26 unsigned char raw[6]; member in struct:ata_smart_attribute_s
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
hdsmart.h 26 unsigned char raw[6]; member in struct:ata_smart_attribute_s
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
hdsmart.h 26 unsigned char raw[6]; member in struct:ata_smart_attribute_s

Completed in 865 milliseconds

1 2 3 4 5 6 7 891011>>