Searched defs:output (Results 1 - 25 of 58) sorted by last modified time

123

/frameworks/native/libs/gui/
H A DBufferQueue.cpp481 const QueueBufferInput& input, QueueBufferOutput* output) {
580 output->inflate(mDefaultWidth, mDefaultHeight, mTransformHint,
619 status_t BufferQueue::connect(int api, QueueBufferOutput* output) { argument
646 output->inflate(mDefaultWidth, mDefaultHeight, mTransformHint,
480 queueBuffer(int buf, const QueueBufferInput& input, QueueBufferOutput* output) argument
H A DISurfaceTexture.cpp108 const QueueBufferInput& input, QueueBufferOutput* output) {
117 memcpy(output, reply.readInplace(sizeof(*output)), sizeof(*output));
159 virtual status_t connect(int api, QueueBufferOutput* output) { argument
167 memcpy(output, reply.readInplace(sizeof(*output)), sizeof(*output));
234 QueueBufferOutput* const output = local
237 status_t result = queueBuffer(buf, input, output);
107 queueBuffer(int buf, const QueueBufferInput& input, QueueBufferOutput* output) argument
272 QueueBufferOutput* const output = local
[all...]
H A DSurfaceTextureClient.cpp299 ISurfaceTexture::QueueBufferOutput output; local
302 status_t err = mSurfaceTexture->queueBuffer(i, input, &output);
307 output.deflate(&mDefaultWidth, &mDefaultHeight, &mTransformHint,
508 ISurfaceTexture::QueueBufferOutput output; local
509 int err = mSurfaceTexture->connect(api, &output);
512 output.deflate(&mDefaultWidth, &mDefaultHeight, &mTransformHint,
/frameworks/native/libs/utils/tests/
H A DUnicode_test.cpp41 << "Zero length input should return zero length output.";
97 char16_t output[1 + 1 + 1 + 2 + 1]; // Room for NULL local
99 utf8_to_utf16(str, sizeof(str), output);
101 EXPECT_EQ(0x0030, output[0])
103 EXPECT_EQ(0x0100, output[1])
105 EXPECT_EQ(0x2323, output[2])
107 EXPECT_EQ(0xD800, output[3])
109 EXPECT_EQ(0xDC00, output[4])
111 EXPECT_EQ(NULL, output[5])
/frameworks/native/opengl/libagl/
H A Dprimitives.cpp870 // output lists (we need 2, which we use back and forth)
879 // 3 input vertices, 0 in the output list, first plane
894 // pointers to our output list (head and current)
896 vertex_t** output = ovl; local
910 *output++ = p;
916 *output++ = buf++;
927 *output++ = buf++;
932 *output++ = p;
941 // output list become the new input list
960 // pointers to our output lis
962 vertex_t** output = ovl; local
[all...]
/frameworks/native/services/surfaceflinger/
H A DSurfaceTextureLayer.cpp37 status_t SurfaceTextureLayer::connect(int api, QueueBufferOutput* output) { argument
38 status_t err = BufferQueue::connect(api, output);
/frameworks/compile/libbcc/lib/AndroidBitcode/
H A DABCCompilerDriver.cpp97 // FIXME: how can we get the soname if input/output is file descriptor?
177 // Prepare output file.
181 ALOGE("Failed to open the output file! (file descriptor `%d': %s)",
268 // Prepare the output.
271 llvm::raw_ostream *output = local
273 if (output == NULL) {
274 ALOGE("Failed to prepare the output for compile the input from %d into "
283 if (!compile(*script, *output)) {
284 delete output;
290 // Close the output
[all...]
/frameworks/compile/libbcc/lib/Support/
H A DDisassembler.cpp189 // Check the state of the specified output file.
194 // Open the output file decorated in llvm::raw_ostream.
195 llvm::raw_ostream *output = pOutput.dup(); local
196 if (output == NULL) {
202 Disassemble(*output, pTriple, pFuncName, pFunc, FuncSize);
204 // Close the output before return.
205 delete output;
/frameworks/compile/libbcc/tools/abcc/
H A DMain.cpp61 const char *&input, const char *&output,
77 // output is always in argv[2].
78 output = argv[2];
138 static int ProcessFromFd(const char *input, const char *output, argument
142 if (!GetIntArg(output, output_fd)) {
143 ALOGE("Bad output fd '%s'", output);
159 static int ProcessFromFile(const char *input, const char *output, argument
164 // Open the output file.
165 output_fd = ::open(output, O_RDW
60 ParseArguments(int argc, const char *const *argv, Mode &mode, const char *&input, const char *&output, const char *&triple, const char *&sysroot) argument
195 const char *input, *output, *triple = NULL, *sysroot = NULL; local
[all...]
/frameworks/compile/linkloader/
H A Dmain.cpp103 time_t stub_time(time_t *output) { argument
104 return time(output);
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDInfo.h38 * output() - the output file
69 Output& output() function in class:mcld::MCLDInfo
72 const Output& output() const function in class:mcld::MCLDInfo
/frameworks/base/voip/jni/rtp/
H A DAudioGroup.cpp104 bool mix(int32_t *output, int head, int tail, int sampleRate);
234 bool AudioStream::mix(int32_t *output, int head, int tail, int sampleRate) argument
255 output[i - head] += mBuffer[i & mBufferMask];
788 int output = 0; local
790 if (AudioTrack::getMinFrameCount(&output, AUDIO_STREAM_VOICE_CALL,
791 sampleRate) != NO_ERROR || output <= 0 ||
797 ALOGD("reported frame count: output %d, input %d", output, input);
799 if (output < sampleCount * 2) {
800 output
864 int16_t output[sampleCount]; local
[all...]
/frameworks/base/services/java/com/android/server/
H A DBackupManagerService.java371 FullBackupParams(ParcelFileDescriptor output, boolean saveApks, boolean saveShared, argument
373 fd = output;
2188 // renaming *all* the output state files (see below) until that happens.
2347 BackupDataOutput output = new BackupDataOutput(
2356 output);
2360 writeApkToBackup(mPackage, output);
2735 private void writeApkToBackup(PackageInfo pkg, BackupDataOutput output) { argument
2740 apkDir, appSourceDir, output);
2756 obbDirName, obb.getAbsolutePath(), output);
3365 // send it to the output pip
[all...]
H A DSystemBackupAgent.java87 private void fullWallpaperBackup(FullBackupDataOutput output) { argument
93 WALLPAPER_INFO_DIR, WALLPAPER_INFO, output.getData());
95 WALLPAPER_IMAGE_DIR, WALLPAPER_IMAGE, output.getData());
/frameworks/base/opengl/java/android/opengl/
H A DETC1Util.java201 * Helper function that writes an ETC1Texture to an output stream formatted as a PKM file.
203 * @param output the stream to write the formatted texture data to.
206 public static void writeTexture(ETC1Texture texture, OutputStream output) throws IOException { argument
216 output.write(ioBuffer, 0, ETC1.ETC_PKM_HEADER_SIZE);
221 output.write(ioBuffer, 0, chunkSize);
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java561 BackupDataOutput output) {
569 output.writeEntityHeader(key, data.length);
570 output.writeEntityData(data, data.length);
560 writeIfChanged(long oldChecksum, String key, byte[] data, BackupDataOutput output) argument
/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
H A DSharedStorageAgent.java35 public void onFullBackup(FullBackupDataOutput output) throws IOException { argument
47 fullBackupFileTree(null, domain, v.getPath(), null, output);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DMediaPlayerStressTest.java70 //Test result output file
73 private void writeTestOutput(String filename, Writer output) throws Exception{ argument
74 output.write("File Name: " + filename);
75 output.write(" Complete: " + CodecTest.onCompleteSuccess);
76 output.write(" Error: " + CodecTest.mPlaybackError);
77 output.write(" Unknown Info: " + CodecTest.mMediaInfoUnknownCount);
78 output.write(" Track Lagging: " + CodecTest.mMediaInfoVideoTrackLaggingCount);
79 output.write(" Bad Interleaving: " + CodecTest.mMediaInfoBadInterleavingCount);
80 output.write(" Not Seekable: " + CodecTest.mMediaInfoNotSeekableCount);
81 output
85 writeTestSummary(Writer output) argument
[all...]
/frameworks/base/libs/hwui/
H A DDisplayListRenderer.cpp317 void DisplayList::output(OpenGLRenderer& renderer, uint32_t level) { function in class:android::uirenderer::DisplayList
864 * in the output() function, since that function processes the same list of opcodes for the
H A DFontRenderer.cpp672 uint8_t* output = dest + y * width; local
702 *output = (uint8_t)blurredPixel;
703 output ++;
714 uint8_t* output = dest + y * width; local
746 *output = (uint8_t) blurredPixel;
747 output++;
/frameworks/base/libs/hwui/font/
H A DCacheTexture.h61 void output() { function in struct:android::uirenderer::CacheBlock
/frameworks/base/media/java/android/media/
H A DExifInterface.java295 public boolean getLatLong(float output[]) { argument
303 output[0] = convertRationalLatLonToFloat(latValue, latRef);
304 output[1] = convertRationalLatLonToFloat(lngValue, lngRef);
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DNativeProgram.java98 public void process(Frame[] inputs, Frame output) { argument
111 // Get the native output frame
113 if (output == null || output instanceof NativeFrame) {
114 nativeOutput = (NativeFrame)output;
116 throw new RuntimeException("NativeProgram got non-native output frame!");
173 private native boolean callNativeProcess(NativeFrame[] inputs, NativeFrame output); argument
H A DProgram.java27 public abstract void process(Frame[] inputs, Frame output); argument
29 public void process(Frame input, Frame output) { argument
32 process(inputs, output);
H A DShaderProgram.java88 public void process(Frame[] inputs, Frame output) { argument
106 // Get the GL output frame
108 if (output instanceof GLFrame) {
109 glOutput = (GLFrame)output;
111 throw new RuntimeException("ShaderProgram got non-GL output frame!");
116 int xTiles = (output.getFormat().getWidth() + mMaxTileSize - 1) / mMaxTileSize;
117 int yTiles = (output.getFormat().getHeight() + mMaxTileSize - 1) / mMaxTileSize;
194 throw new RuntimeException("Could not set clears-output flag to " + clears + "!");
259 private native boolean shaderProcess(GLFrame[] inputs, GLFrame output); argument

Completed in 542 milliseconds

123