Searched defs:out (Results 201 - 225 of 260) sorted by relevance

1234567891011

/frameworks/av/media/libstagefright/
H A DOggExtractor.cpp171 MediaBuffer **out, const ReadOptions *options) {
172 *out = NULL;
200 *out = packet;
450 status_t MyVorbisExtractor::readNextPacket(MediaBuffer **out) { argument
451 *out = NULL;
530 *out = buffer;
576 *out = buffer;
663 // if necessary thin out the table evenly to trim it down to maximum
853 uint8_t *out = (uint8_t *)buffer; local
882 out[
170 read( MediaBuffer **out, const ReadOptions *options) argument
[all...]
H A DAwesomePlayer.cpp439 // retrieving the metadata on some extractors may turn out
1143 // track's queue are played out.
2447 ALOGE("Track index (%d) is out of range [0, %d)", trackIndex, trackCount);
2591 FILE *out = fdopen(dup(fd), "w"); local
2593 fprintf(out, " AwesomePlayer\n");
2595 fprintf(out, " URI(suppressed)");
2597 fprintf(out, " fd(%d)", mStats.mFd);
2600 fprintf(out, ", flags(0x%08x)", mStats.mFlags);
2603 fprintf(out, ", bitrate(%lld bps)", mStats.mBitrate);
2606 fprintf(out, "\
[all...]
H A DMPEG4Extractor.cpp1003 // let the decoder figure out the actual width and height (and thus
1671 // were are interested in the specific tag, make sure to clear out
2020 MediaBuffer **out, const ReadOptions *options) {
2025 *out = NULL;
2165 *out = mBuffer;
2203 *out = clone;
2285 *out = mBuffer;
2019 read( MediaBuffer **out, const ReadOptions *options) argument
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dmotion_comp.cpp191 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 byt
190 eCreateAlign(uint8 *ref, int picpitch, int y_pos, uint8 *out, int blkwidth, int blkheight) argument
268 eHorzInterp1MC(uint8 *in, int inpitch, uint8 *out, int outpitch, int blkwidth, int blkheight, int dx) argument
558 eHorzInterp2MC(int *in, int inpitch, uint8 *out, int outpitch, int blkwidth, int blkheight, int dx) argument
717 eHorzInterp3MC(uint8 *in, int inpitch, int *out, int outpitch, int blkwidth, int blkheight) argument
781 eVertInterp1MC(uint8 *in, int inpitch, uint8 *out, int outpitch, int blkwidth, int blkheight, int dy) argument
1083 eVertInterp2MC(uint8 *in, int inpitch, int *out, int outpitch, int blkwidth, int blkheight) argument
1148 eVertInterp3MC(int *in, int inpitch, uint8 *out, int outpitch, int blkwidth, int blkheight, int dy) argument
1306 eDiagonalInterpMC(uint8 *in1, uint8 *in2, int inpitch, uint8 *out, int outpitch, int blkwidth, int blkheight) argument
1649 eFullPelMC(uint8 *in, int inpitch, uint8 *out, int outpitch, int blkwidth, int blkheight) argument
1838 uint8 *ref, *out; local
1931 uint8 *ref, *out; local
1981 uint8 *ref, *out; local
2024 int32 *out; local
[all...]
H A Dmotion_est.cpp190 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 */
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp491 MediaBuffer **out, const ReadOptions *options) {
492 *out = NULL;
532 *out = frame;
619 *out = buffer;
490 read( MediaBuffer **out, const ReadOptions *options) argument
/frameworks/av/services/audioflinger/
H A DAudioMixer.cpp763 void AudioMixer::track__genericResample(track_t* t, int32_t* out, size_t outFrameCount, int32_t* temp, int32_t* aux) argument
776 volumeRampStereo(t, out, outFrameCount, temp, aux);
778 volumeStereo(t, out, outFrameCount, temp, aux);
785 volumeRampStereo(t, out, outFrameCount, temp, aux);
791 t->resampler->resample(out, outFrameCount, t->bufferProvider);
796 void AudioMixer::track__nop(track_t* t, int32_t* out, size_t outFrameCount, int32_t* temp, int32_t* aux) argument
800 void AudioMixer::volumeRampStereo(track_t* t, int32_t* out, size_t frameCount, int32_t* temp, int32_t* aux) argument
821 *out++ += (vl >> 16) * l;
822 *out++ += (vr >> 16) * r;
831 *out
842 volumeStereo(track_t* t, int32_t* out, size_t frameCount, int32_t* temp, int32_t* aux) argument
870 track__16BitsStereo(track_t* t, int32_t* out, size_t frameCount, int32_t* temp, int32_t* aux) argument
960 track__16BitsMono(track_t* t, int32_t* out, size_t frameCount, int32_t* temp, int32_t* aux) argument
1134 int32_t *out = t1.mainBuffer; local
1217 int32_t *out = t1.mainBuffer; local
1274 int32_t* out = t.mainBuffer; local
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java568 public void writeToParcel(Parcel out, int flags) { argument
569 out.writeString(mAddress);
/frameworks/base/core/java/android/net/
H A DUri.java692 * Parses an authority out of the given URI string.
729 * Parses a path out of this given URI string.
1083 // Parse out user info and then port.
1782 * @param out parcel to write to
1785 public static void writeToParcel(Parcel out, Uri uri) { argument
1787 out.writeInt(NULL_TYPE_ID);
1789 uri.writeToParcel(out, 0);
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java503 protected void dump(String prefix, FileDescriptor fd, PrintWriter out, String[] args) { argument
504 out.print(prefix); out.print("mInitializing="); out.print(mInitializing);
505 out.print(" mDestroyed="); out.println(mDestroyed);
506 out.print(prefix); out.print("mVisible="); out.print(mVisible);
507 out
1160 dump(FileDescriptor fd, PrintWriter out, String[] args) argument
[all...]
/frameworks/base/core/java/android/view/
H A DViewDebug.java271 * @param out The output writer
274 public void dumpViewHierarchyWithProperties(BufferedWriter out, int level); argument
470 BufferedWriter out = null;
472 out = new BufferedWriter(new OutputStreamWriter(clientStream), 32 * 1024);
475 profileViewAndChildren(view, out);
477 out.write("-1 -1 -1");
478 out.newLine();
480 out.write("DONE.");
481 out.newLine();
485 if (out !
491 profileViewAndChildren(final View view, BufferedWriter out) argument
496 profileViewAndChildren(final View view, BufferedWriter out, boolean root) argument
807 dumpViewHierarchyWithProperties(Context context, ViewGroup group, BufferedWriter out, int level) argument
827 dumpViewWithProperties(Context context, View view, BufferedWriter out, int level) argument
917 dumpViewProperties(Context context, Object view, BufferedWriter out) argument
923 dumpViewProperties(Context context, Object view, BufferedWriter out, String prefix) argument
939 exportMethods(Context context, Object view, BufferedWriter out, Class<?> klass, String prefix) argument
1012 exportFields(Context context, Object view, BufferedWriter out, Class<?> klass, String prefix) argument
1087 writeEntry(BufferedWriter out, String prefix, String name, String suffix, Object value) argument
1098 exportUnrolledFlags(BufferedWriter out, FlagToString[] mapping, int intValue, String prefix) argument
1115 exportUnrolledArray(Context context, BufferedWriter out, ExportedProperty property, int[] array, String prefix, String suffix) argument
1183 writeValue(BufferedWriter out, Object value) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DAdapterViewAnimator.java146 * In and out animations.
426 // flush out the old child
447 * optionally with the with the {@link #getOutAnimation() out animation} and
452 * @param animate Whether or not to use the in and out animations, defaults
492 // This section clears out any items that are in our active views list
740 // if the data changes, mWhichChild might be out of the bounds of the adapter
792 public void writeToParcel(Parcel out, int flags) { argument
793 super.writeToParcel(out, flags);
794 out.writeInt(this.whichChild);
H A DExpandableListView.java1136 public void writeToParcel(Parcel out, int flags) { argument
1137 super.writeToParcel(out, flags);
1138 out.writeList(expandedGroupMetadataList);
H A DProgressBar.java338 StateListDrawable out = new StateListDrawable();
341 out.addState(in.getStateSet(i), tileify(in.getStateDrawable(i), clip));
343 return out;
1011 // Subtract out padding for the purposes of the calculations below.
1149 public void writeToParcel(Parcel out, int flags) { argument
1150 super.writeToParcel(out, flags);
1151 out.writeInt(progress);
1152 out.writeInt(secondaryProgress);
/frameworks/base/core/java/com/android/internal/os/
H A DProcessStats.java437 // This is a possible way to filter out processes that
556 private long[] getCpuSpeedTimes(long[] out) { argument
557 long[] tempTimes = out;
560 if (out == null) {
579 if (localLOGV && out == null) {
588 if (out == null) {
589 out = new long[speed];
592 System.arraycopy(tempTimes, 0, out, 0, speed);
594 return out;
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardHostView.java1313 public void writeToParcel(Parcel out, int flags) { argument
1314 super.writeToParcel(out, flags);
1315 out.writeInt(this.transportState);
1316 out.writeInt(this.appWidgetToShow);
/frameworks/base/telephony/java/android/telephony/
H A DServiceState.java215 public void writeToParcel(Parcel out, int flags) { argument
216 out.writeInt(mState);
217 out.writeInt(mRoaming ? 1 : 0);
218 out.writeString(mOperatorAlphaLong);
219 out.writeString(mOperatorAlphaShort);
220 out.writeString(mOperatorNumeric);
221 out.writeInt(mIsManualNetworkSelection ? 1 : 0);
222 out.writeInt(mRadioTechnology);
223 out.writeInt(mCssIndicator ? 1 : 0);
224 out
[all...]
/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java64 * Like ListView, SGV populates from an adapter and recycles views that fall out
1327 // Clear out the views (but don't clear out the layout records or recycler because the data
1595 public void writeToParcel(Parcel out, int flags) { argument
1596 super.writeToParcel(out, flags);
1597 out.writeLong(firstId);
1598 out.writeInt(position);
1599 out.writeInt(topOffset);
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp74 static const void* printReturnCommand(TextOutput& out, const void* _cmd);
75 static const void* printCommand(TextOutput& out, const void* _cmd);
137 static const void* printBinderTransactionData(TextOutput& out, const void* data) argument
143 out << "target.desc=" << btd->target.handle;
145 out << "target.ptr=" << btd->target.ptr;
147 out << " (cookie " << btd->cookie << ")" << endl
156 static const void* printReturnCommand(TextOutput& out, const void* _cmd) argument
163 out << "BR_ERROR: " << (void*)(*cmd++) << endl;
166 out << "Unknown reply: " << code << endl;
169 out << kReturnString
217 printCommand(TextOutput& out, const void* _cmd) argument
[all...]
/frameworks/native/libs/gui/
H A DSurfaceTexture.cpp113 static void mtxMul(float out[16], const float a[16], const float b[16]);
885 static void mtxMul(float out[16], const float a[16], const float b[16]) { argument
886 out[0] = a[0]*b[0] + a[4]*b[1] + a[8]*b[2] + a[12]*b[3];
887 out[1] = a[1]*b[0] + a[5]*b[1] + a[9]*b[2] + a[13]*b[3];
888 out[2] = a[2]*b[0] + a[6]*b[1] + a[10]*b[2] + a[14]*b[3];
889 out[3] = a[3]*b[0] + a[7]*b[1] + a[11]*b[2] + a[15]*b[3];
891 out[4] = a[0]*b[4] + a[4]*b[5] + a[8]*b[6] + a[12]*b[7];
892 out[5] = a[1]*b[4] + a[5]*b[5] + a[9]*b[6] + a[13]*b[7];
893 out[6] = a[2]*b[4] + a[6]*b[5] + a[10]*b[6] + a[14]*b[7];
894 out[
[all...]
H A DSurfaceTextureClient.cpp749 ANativeWindowBuffer* out; local
751 status_t err = dequeueBuffer(&out, &fenceFd);
754 sp<GraphicBuffer> backBuffer(GraphicBuffer::getSelf(out));
760 cancelBuffer(out, fenceFd);
774 // figure out if we can copy the frontbuffer back
/frameworks/native/opengl/libagl/
H A Dprimitives.cpp600 // 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];
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp159 ostringstream out; local
161 out << '[' << this->c1() << ", "
165 return out.str();
171 ostringstream out; local
173 out << '[' << this->width() << ", "
176 return out.str();
195 ostringstream out; local
197 out << '[';
198 out << rect.left << ", ";
199 out << rec
[all...]
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdRuntimeStubs.cpp142 Allocation *out) {
144 rsrForEach(rsc, sc, target, in, out, NULL, 0, NULL);
149 Allocation *out,
152 rsrForEach(rsc, sc, target, in, out, usr, 0, NULL);
157 Allocation *out,
161 rsrForEach(rsc, sc, target, in, out, usr, 0, call);
166 Allocation *out,
170 rsrForEach(rsc, sc, target, in, out, usr, usrLen, NULL);
175 Allocation *out,
180 rsrForEach(rsc, sc, target, in, out, us
140 SC_ForEach_SAA(Script *target, Allocation *in, Allocation *out) argument
147 SC_ForEach_SAAU(Script *target, Allocation *in, Allocation *out, const void *usr) argument
155 SC_ForEach_SAAUS(Script *target, Allocation *in, Allocation *out, const void *usr, const RsScriptCall *call) argument
164 SC_ForEach_SAAUL(Script *target, Allocation *in, Allocation *out, const void *usr, uint32_t usrLen) argument
173 SC_ForEach_SAAULS(Script *target, Allocation *in, Allocation *out, const void *usr, uint32_t usrLen, const RsScriptCall *call) argument
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DMyHandler.h1334 static bool MakeURL(const char *baseURL, const char *url, AString *out) { argument
1335 out->clear();
1344 out->setTo(url);
1350 out->setTo(baseURL);
1351 out->append(url);
1356 out->setTo(baseURL, slashPos - baseURL);
1358 out->setTo(baseURL);
1361 out->append("/");
1362 out->append(url);

Completed in 612 milliseconds

1234567891011