HomeSort by relevance Sort by last modified time
    Searched defs:out (Results 1951 - 1975 of 3019) sorted by null

<<71727374757677787980>>

  /frameworks/av/cmds/stagefright/
stagefright.cpp 132 FILE *out = fopen(filename.string(), "wb"); local
151 out),
160 fclose(out);
161 out = NULL;
853 CHECK_EQ(writeJpegFile("/sdcard/out.jpg",
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 50 "out of range returned by %s in %s\n", callingFunc, calledFunc);\
2839 LVM_INT16 *out = (LVM_INT16 *)outBuffer->raw; local
    [all...]
  /frameworks/av/media/libstagefright/
AVIExtractor.cpp 185 MediaBuffer *out; local
186 CHECK_EQ(mBufferGroup->acquire_buffer(&out), (status_t)OK);
188 ssize_t n = mExtractor->mDataSource->readAt(offset, out->data(), size);
194 out->set_range(0, size);
196 out->meta_data()->setInt64(kKeyTime, timeUs);
199 out->meta_data()->setInt32(kKeyIsSyncFrame, 1);
203 *buffer = out;
207 mSplitter->append(out);
208 out->release();
209 out = NULL
    [all...]
OggExtractor.cpp 176 MediaBuffer **out, const ReadOptions *options) {
177 *out = NULL;
205 *out = packet;
460 status_t MyVorbisExtractor::readNextPacket(MediaBuffer **out, bool conf) {
461 *out = NULL;
546 *out = buffer;
592 *out = buffer;
679 // if necessary thin out the table evenly to trim it down to maximum
902 uint8_t *out = (uint8_t *)buffer; local
931 out[j++] = (accum >> 16)
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_comp.cpp 191 uint8 *out, int blkwidth, int blkheight)
216 prev_pix = (pix4 << 24) & 0xFF000000; /* mask out byte belong to previous word */
218 *((uint32*)out) = result; /* write 4 bytes */
219 out += 4;
223 out += out_offset;
236 prev_pix = (pix4 << 16) & 0xFFFF0000; /* mask out byte belong to previous word */
238 *((uint32*)out) = result; /* write 4 bytes */
239 out += 4;
243 out += out_offset;
255 prev_pix = (pix4 << 8) & 0xFFFFFF00; /* mask out byte belong to previous word *
1838 uint8 *ref, *out; local
1931 uint8 *ref, *out; local
1981 uint8 *ref, *out; local
2024 int32 *out; local
    [all...]
motion_est.cpp 190 uint8 *out; local
197 out = cur - pitch;
200 temp = out[j] - cur[j];
205 out = cur - 1;
206 out -= pitch;
210 temp = *(out += pitch) - *(cur += pitch);
236 /* if turns out to be IDR frame, set video->nal_unit_type to AVC_NALTYPE_IDR */
    [all...]
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp 831 AString out; local
850 out.append(", ");
852 out.append(tmp);
865 ALOGV("accessUnit contains nal types %s", out.c_str());
    [all...]
  /frameworks/av/services/audioflinger/
AudioMixer.cpp 516 ALOGE("AudioMixer::getTrackName out of available tracks");
1585 int32_t *out = t1.mainBuffer; local
1681 int32_t *out = t1.mainBuffer; local
1741 int32_t* out = t.mainBuffer; local
1979 TO* out = reinterpret_cast<TO*>(t->mainBuffer); local
    [all...]
Effects.cpp 302 int16_t *out = mConfig.outputCfg.buffer.s16; local
304 out[i] = clamp16((int32_t)out[i] + (int32_t)in[i]);
    [all...]
  /frameworks/base/core/java/android/provider/
DocumentsContract.java 918 final Bundle out = client.call(METHOD_CREATE_DOCUMENT, null, in); local
956 final Bundle out = client.call(METHOD_RENAME_DOCUMENT, null, in); local
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
FusedPrintersProvider.java 684 FileOutputStream out = null; local
686 out = mStatePersistFile.startWrite();
689 serializer.setOutput(out, "utf-8");
724 mStatePersistFile.finishWrite(out);
731 mStatePersistFile.failWrite(out);
733 IoUtils.closeQuietly(out);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 206 float out = target; local
207 out = out < mSmallSize ? mSmallSize : (out > mLargeSize ? mLargeSize : out);
208 out = out > mNaturalHeight ? mNaturalHeight : out;
209 return out;
  /frameworks/base/services/core/java/com/android/server/net/
NetworkStatsCollection.java 299 public void write(DataOutputStream out) throws IOException {
311 out.writeInt(FILE_MAGIC);
312 out.writeInt(VERSION_UNIFIED_INIT);
314 out.writeInt(keysByIdent.size());
317 ident.writeToStream(out);
319 out.writeInt(keys.size());
322 out.writeInt(key.uid);
323 out.writeInt(key.set);
324 out.writeInt(key.tag);
325 history.writeToStream(out);
    [all...]
  /frameworks/native/libs/gui/
Surface.cpp 813 ANativeWindowBuffer* out; local
815 status_t err = dequeueBuffer(&out, &fenceFd);
818 sp<GraphicBuffer> backBuffer(GraphicBuffer::getSelf(out));
829 // figure out if we can copy the frontbuffer back
  /frameworks/native/opengl/libagl/
primitives.cpp 600 // being culled out. So it's okay to light the vertices here, even though
873 vertex_t* out[2][MAX_CLIPPING_PLANES + MAX_VERTICES + 2]; local
895 vertex_t** const ovl = &out[outi][0];
961 vertex_t** const ovl = &out[outi][0];
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcCommit.cpp 196 ostringstream out; local
198 out << '[' << _l << ", " << _u << ']';
200 return out.str();
631 // are laid out on a diagonal starting from the upper left corner. With
1357 ostringstream out; local
1454 ostringstream out; local
1478 ostringstream out; local
    [all...]
  /frameworks/native/services/inputflinger/
EventHub.cpp 89 String8 out; local
91 out.appendFormat("%02x", digest[i]);
93 return out;
    [all...]
  /frameworks/native/services/sensorservice/
SensorService.cpp 451 sensors_event_t out; local
453 if (si->process(&out, event[i])) {
454 mSensorEventBuffer[count + k] = out;
    [all...]
  /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
RRuleTest.java 46 String[] out = new String[dates.length]; local
51 out[i] = time.format2445().substring(0, 8); // Just YYMMDD
53 out[i] = time.format2445().substring(0, 15); // YYMMDDThhmmss
57 return out;
118 long[] out = rp.expand(dtstart, recur, rangeStart.toMillis(false /* use isDst */), local
126 String[] actual = getFormattedDates(out, outCal, truncate);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_itrans32_dspr2.c 955 int r, out; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_sse2.c 1540 unsigned char *out = dst[idx8x8]; local
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
stress_iio.c 508 bool g, a, out; local
525 out = rand()%2;
526 enable_quaternion(out);
527 enable_gyro_output(!out);
626 bool g, a, out; local
643 enable_gyro_output(!out);
  /hardware/libhardware/modules/usbaudio/
audio_hw.c 237 * following order: hw device > out stream
241 * OUT functions
257 const struct stream_out* out = (const struct stream_out*)stream; local
259 proxy_get_period_size(&out->proxy) * audio_stream_out_frame_size(&(out->stream));
265 const struct stream_out *out = (const struct stream_out*)stream; local
266 return audio_channel_out_mask_from_count(out->hal_channel_count);
287 struct stream_out *out = (struct stream_out *)stream; local
289 pthread_mutex_lock(&out->dev->lock);
290 pthread_mutex_lock(&out->lock)
312 struct stream_out *out = (struct stream_out *)stream; local
359 struct stream_out *out = (struct stream_out *)stream; local
394 struct stream_out *out = (struct stream_out *)stream; local
490 struct stream_out *out; local
589 struct stream_out *out = (struct stream_out *)stream; local
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.h 182 struct stream_out *out; member in union:stream_ptr
  /hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
OMX_TI_Debug.h 144 FILE *out; /* standard output file */ member in struct:OMX_TI_Debug
177 (dbg).out = stdout; \
192 (dbg).out = stdout; \
198 char line[80], *ptr, *end, out[75], err[75]; \
199 out[0] = err[0] = '\0'; \
213 strcpy(out, ptr); \
222 if (!strcmp(out, "stdout")) {} \
223 else if (!strcmp(out, "stderr")) (dbg).out = stderr; \
224 else if (!strcmp(out, "null")) (dbg).out = NULL;
    [all...]

Completed in 547 milliseconds

<<71727374757677787980>>