Searched refs:outputSize (Results 1 - 11 of 11) sorted by relevance

/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
H A DCameraView.java143 Size outputSize = mCameraOps.getBestSize();
144 mProcessor = new ViewfinderProcessor(mRS, outputSize);
146 setAspectRatio((float) outputSize.getWidth() / outputSize.getHeight());
147 getHolder().setFixedSize(outputSize.getWidth(), outputSize.getHeight());
H A DCameraOps.java320 Size outputSize = null;
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
H A DCameraView.java144 Size outputSize = mCameraOps.getBestSize();
145 mProcessor = new ViewfinderProcessor(mRS, outputSize);
147 setAspectRatio((float) outputSize.getWidth() / outputSize.getHeight());
148 getHolder().setFixedSize(outputSize.getWidth(), outputSize.getHeight());
H A DCameraOps.java296 Size outputSize = outputSizes[0];
297 float outputAspect = (float) outputSize.getWidth() / outputSize.getHeight();
306 candidateSize.getWidth() > outputSize.getWidth()) {
307 outputSize = candidateSize;
311 return outputSize;
/frameworks/base/keystore/java/android/security/keystore/
H A DAndroidKeyStoreCipherSpiBase.java410 int outputSize = (outputArray != null) ? outputArray.length : 0;
411 if (outputSize > 0) {
417 "Output buffer too small. Produced: " + outputSize + ", available: "
421 return outputSize;
567 int outputSize = (outputArray != null) ? outputArray.length : 0;
568 if (outputSize > 0) {
574 "Output buffer too small. Produced: " + outputSize + ", available: "
578 return outputSize;
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Dcod_main.h92 int outputSize; member in struct:__anon547
/frameworks/av/media/libaudioprocessing/tests/
H A Dtest-mixer.cpp221 const size_t outputSize = outputFrames * outputFrameSize; local
225 (void) posix_memalign(&outputAddr, 32, outputSize);
226 memset(outputAddr, 0, outputSize);
H A Dresampler_tests.cpp106 size_t outputSize = outputFrameSize * outputFrames; local
107 outputSize &= ~7;
192 size_t outputSize = outputFrameSize * outputFrames; local
193 outputSize &= ~7;
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A DvoAMRWBEnc.c1656 st->outputSize = 0;
1765 gData->outputSize = AMR_Enc_Encode(gData); /* encoder main function */
1767 pOutput->Length = gData->outputSize; /* get the output buffer length */
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...

Completed in 436 milliseconds