HomeSort by relevance Sort by last modified time
    Searched refs:raw (Results 176 - 200 of 1303) sorted by null

1 2 3 4 5 6 78 91011>>

  /cts/tests/tests/media/src/android/media/cts/
MediaPlayerTest.java 58 * The files in res/raw used by testLocalVideo* are (c) copyright 2008,
96 AssetFileDescriptor afd2 = mResources.openRawResourceFd(R.raw.testmp3_2);
105 AssetFileDescriptor afd = mResources.openRawResourceFd(R.raw.bug13652927);
134 // This is "R.raw.testmp3_2", base64-encoded.
135 final int resid = R.raw.testmp3_3;
193 final int resid = R.raw.testmp3_2;
247 final int resid = R.raw.midi8sec;
356 final int resid = R.raw.camera_click;
384 playVideoTest(R.raw.testvideo, 352, 288);
388 AssetFileDescriptor afd = mResources.openRawResourceFd(R.raw.test1m1s)
    [all...]
NativeDecoderTest.java 86 testExtractor(R.raw.sinesweepogg);
87 testExtractor(R.raw.sinesweepmp3lame);
88 testExtractor(R.raw.sinesweepmp3smpb);
89 testExtractor(R.raw.sinesweepm4a);
90 testExtractor(R.raw.sinesweepflac);
91 testExtractor(R.raw.sinesweepwav);
93 testExtractor(R.raw.video_1280x720_mp4_h264_1000kbps_25fps_aac_stereo_128kbps_44100hz);
94 testExtractor(R.raw.video_1280x720_webm_vp8_333kbps_25fps_vorbis_stereo_128kbps_44100hz);
95 testExtractor(R.raw.video_1280x720_webm_vp9_309kbps_25fps_vorbis_stereo_128kbps_48000hz);
96 testExtractor(R.raw.video_176x144_3gp_h263_300kbps_12fps_aac_mono_24kbps_11025hz)
    [all...]
DecoderTest.java 89 AssetFileDescriptor masterFd = mResources.openRawResourceFd(R.raw.sinesweepraw);
127 decode(R.raw.sinesweepmp3lame, 804.f);
128 testTimeStampOrdering(R.raw.sinesweepmp3lame);
131 decode(R.raw.sinesweepmp3smpb, 413.f);
132 testTimeStampOrdering(R.raw.sinesweepmp3smpb);
135 decode(R.raw.sinesweepm4a, 124.f);
136 testTimeStampOrdering(R.raw.sinesweepm4a);
139 decode(R.raw.sinesweepogg, 168.f);
140 testTimeStampOrdering(R.raw.sinesweepogg);
143 decode(R.raw.sinesweepwav, 0.0f)
    [all...]
  /external/libpng/contrib/pngminus/
png2pnm.c 55 BOOL png2pnm (FILE *png_file, FILE *pnm_file, FILE *alpha_file, BOOL raw, BOOL alpha);
66 BOOL raw = TRUE; local
77 raw = FALSE;
80 raw = TRUE;
138 if ((raw) && (fp_wr == stdout))
145 if (png2pnm (fp_rd, fp_wr, fp_al, raw, alpha) == FALSE)
189 BOOL png2pnm (FILE *png_file, FILE *pnm_file, FILE *alpha_file, BOOL raw, BOOL alpha)
288 raw = FALSE;
349 fprintf (pnm_file, "%s\n", (raw) ? "P5" : "P2");
356 fprintf (pnm_file, "%s\n", (raw) ? "P6" : "P3")
    [all...]
  /external/llvm/test/MC/X86/
x86_long_nop.s 1 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=x86_64-pc-linux-gnu %s | llvm-objdump -d -no-show-raw-insn - | FileCheck %s
2 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=i686-pc-linux-gnu %s | llvm-objdump -d -no-show-raw-insn - | FileCheck %s
3 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=x86_64-apple-darwin10.0 %s | llvm-objdump -d -no-show-raw-insn - | FileCheck %s
4 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=i686-apple-darwin8 %s | llvm-objdump -d -no-show-raw-insn - | FileCheck %s
5 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=i686-pc-linux-gnu -mcpu=slm %s | llvm-objdump -d -no-show-raw-insn - | FileCheck --check-prefix=SLM %s
  /frameworks/av/media/libnbaio/
SourceAudioBufferProvider.cpp 57 buffer->raw = (char *) mAllocated + (mOffset * mFrameSize);
73 buffer->raw = mAllocated;
78 buffer->raw = NULL;
87 (buffer->raw == (char *) mAllocated + (mOffset * mFrameSize)) &&
94 buffer->raw = NULL;
  /packages/apps/UnifiedEmail/src/com/android/mail/print/
HtmlPrintTemplates.java 45 mConversationUpper = readTemplate(R.raw.template_print_conversation_upper);
46 mMessage = readTemplate(R.raw.template_print_message);
47 mConversationLower = readTemplate(R.raw.template_print_conversation_lower);
48 mConversationLowerNoJs = readTemplate(R.raw.template_print_conversation_lower_no_js);
49 mLogo = readTemplate(R.raw.logo);
  /external/chromium_org/third_party/libvpx/source/libvpx/examples/
twopass_encoder.c 37 // for this frame. We write a IVF frame header, followed by the raw data.
48 // raw image should be destroyed at the end as usual.
129 static vpx_fixed_buf_t pass0(vpx_image_t *raw,
141 while (vpx_img_read(raw, infile)) {
143 get_frame_stats(&codec, raw, frame_count, 1, 0, VPX_DL_GOOD_QUALITY,
158 static void pass1(vpx_image_t *raw,
181 while (vpx_img_read(raw, infile)) {
183 encode_frame(&codec, raw, frame_count, 1, 0, VPX_DL_GOOD_QUALITY, writer);
204 vpx_image_t raw; local
231 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, w, h, 1)
    [all...]
vp8_multi_resolution_encoder.c 56 vpx_image_t raw[kNumEncoders]; local
185 if (!vpx_img_alloc(&raw[i], VPX_IMG_FMT_I420, cfg[i].g_w, cfg[i].g_h, 32))
217 frame_avail = vpx_img_read(&raw[0], infile);
221 vpx_image_t *const prev = &raw[i - 1];
229 raw[i].planes[VPX_PLANE_Y], raw[i].stride[VPX_PLANE_Y],
230 raw[i].planes[VPX_PLANE_U], raw[i].stride[VPX_PLANE_U],
231 raw[i].planes[VPX_PLANE_V], raw[i].stride[VPX_PLANE_V]
    [all...]
vp8cx_set_ref.c 104 vpx_image_t raw; local
140 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width,
168 while (vpx_img_read(&raw, infile)) {
172 ref.img = raw;
177 encode_frame(&codec, &raw, frame_count++, writer);
187 vpx_img_free(&raw);
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
datalogger_outputs.c 45 * Raw (uncompensated) angular velocity (LSB) in chip frame.
46 * @param[out] values raw angular velocity in LSB.
54 memcpy(values, &pg->raw, sizeof(short) * 3);
60 * Raw (uncompensated) angular velocity (degrees per second) in body frame.
61 * @param[out] values raw angular velocity in dps.
68 long raw[3]; local
71 raw[0] = (long) pg->raw[0] * (1L << 16);
72 raw[1] = (long) pg->raw[1] * (1L << 16)
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
rtp_test.cpp 84 static const char *raw =
102 static const char *raw = local
117 static const char *raw = local
131 static const char *raw = local
147 static const char *raw = local
164 CHECK(desc->setTo(raw, strlen(raw)));
  /external/chromium_org/native_client_sdk/src/doc/
index.rst 5 .. raw:: html
33 .. raw:: html
63 .. raw:: html
75 .. raw:: html
88 .. raw:: html
102 .. raw:: html
114 .. raw:: html
121 .. raw:: html
  /external/pdfium/core/src/fpdfapi/fpdf_font/
ttgsubtable.h 349 void ParseScriptList(FT_Bytes raw, TScriptList *rec);
350 void ParseScript(FT_Bytes raw, TScript *rec);
351 void ParseLangSys(FT_Bytes raw, TLangSys *rec);
352 void ParseFeatureList(FT_Bytes raw, TFeatureList *rec);
353 void ParseFeature(FT_Bytes raw, TFeature *rec);
354 void ParseLookupList(FT_Bytes raw, TLookupList *rec);
355 void ParseLookup(FT_Bytes raw, TLookup *rec);
356 void ParseCoverage(FT_Bytes raw, TCoverageFormatBase **rec);
357 void ParseCoverageFormat1(FT_Bytes raw, TCoverageFormat1 *rec);
358 void ParseCoverageFormat2(FT_Bytes raw, TCoverageFormat2 *rec);
    [all...]
  /external/chromium_org/third_party/zlib/contrib/minizip/
zip.h 134 Of couse, you can use RAW reading and writing to copy the file you did not want delte
197 int raw));
210 int raw,
213 Same than zipOpenNewFileInZip, except if raw=1, we write raw file
226 int raw,
243 int raw,
269 int raw,
290 int raw,
329 parameter raw=1 in zipOpenNewFileInZip
    [all...]
  /external/libvpx/libvpx/examples/
vp8cx_set_ref.c 100 vpx_image_t raw; local
136 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width,
163 while (vpx_img_read(&raw, infile)) {
167 ref.img = raw;
172 encode_frame(&codec, &raw, frame_count++, writer);
180 vpx_img_free(&raw);
  /external/zlib/src/contrib/minizip/
zip.h 134 Of couse, you can use RAW reading and writing to copy the file you did not want delte
197 int raw));
210 int raw,
213 Same than zipOpenNewFileInZip, except if raw=1, we write raw file
226 int raw,
243 int raw,
269 int raw,
290 int raw,
329 parameter raw=1 in zipOpenNewFileInZip
    [all...]
  /external/zlib/src/examples/
fitblk.c 8 Use fixed-size, stack-allocated raw buffers
76 unsigned char raw[RAWLEN]; local
80 def->avail_in = fread(raw, 1, RAWLEN, in);
83 def->next_in = raw;
99 unsigned char raw[RAWLEN]; local
105 inf->next_out = raw;
114 def->next_in = raw;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
vp8cx_set_ref.c 100 vpx_image_t raw; local
136 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width,
163 while (vpx_img_read(&raw, infile)) {
167 ref.img = raw;
172 encode_frame(&codec, &raw, frame_count++, writer);
180 vpx_img_free(&raw);
  /cts/tests/tests/graphics/src/android/opengl/cts/
CompressedTextureCtsActivity.java 54 Bitmap bitmap = BitmapFactory.decodeResource(mResources, R.raw.basetex, optionsRGB);
59 compressed = CompressedTextureLoader.loadTextureDXT(mResources, R.raw.ddstex);
63 compressed = CompressedTextureLoader.loadTexturePVRTC(mResources, R.raw.pvrtex);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/reference/
DexBackedMethodReference.java 37 import org.jf.dexlib2.dexbacked.raw.MethodIdItem;
38 import org.jf.dexlib2.dexbacked.raw.ProtoIdItem;
39 import org.jf.dexlib2.dexbacked.raw.TypeListItem;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_rgb9e5.h 44 unsigned int raw; member in union:__anon18399
60 unsigned int raw; member in union:__anon18401
146 return retval.raw;
155 v.raw = rgb;
  /external/chromium_org/v8/src/arm64/
utils-arm64.h 66 uint64_t raw = double_to_rawbits(num); local
67 if (std::isnan(num) && ((raw & kDQuietNanMask) == 0)) {
75 uint32_t raw = float_to_rawbits(num); local
76 if (std::isnan(num) && ((raw & kSQuietNanMask) == 0)) {
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
build-id.c 80 const u8 *raw = build_id; local
84 sprintf(bid, "%02x", *raw);
85 ++raw;
89 return raw - build_id;
  /external/llvm/test/MC/X86/AlignedBundling/
relax-at-bundle-end.s 2 # RUN: | llvm-objdump -disassemble -no-show-raw-insn - | FileCheck %s

Completed in 2788 milliseconds

1 2 3 4 5 6 78 91011>>