/external/libvpx/libvpx/vp8/decoder/ |
onyxd_if.c | 272 pbi->fragments.sizes[0] == 0) {
|
/external/vulkan-validation-layers/tests/ |
vkrenderframework.cpp | 473 vector<VkDescriptorPoolSize> sizes; local 477 sizes.push_back(poolSize); 481 pool.poolSizeCount = sizes.size(); 483 pool.pPoolSizes = sizes.data(); [all...] |
/frameworks/rs/ |
rsHidlAdaptation.cpp | 276 int* sizes, size_t sizes_length, 298 _sizes[i] = (int32_t)sizes[i]; 318 const int* sizes, const size_t sizes_length) 336 _sizes[i] = (int32_t)sizes[i]; [all...] |
/hardware/interfaces/renderscript/1.0/default/ |
Context.cpp | 496 Return<Closure> Context::closureCreate(ScriptKernelID kernelID, Allocation returnValue, const hidl_vec<ScriptFieldID>& fieldIDS, const hidl_vec<int64_t>& values, const hidl_vec<int32_t>& sizes, const hidl_vec<Closure>& depClosures, const hidl_vec<ScriptFieldID>& depFieldIDS) { 502 std::vector<int> _sizes = hidl_to_rs<int>(sizes, [](int32_t val) { return static_cast<int>(val); }); 509 Return<Closure> Context::invokeClosureCreate(ScriptInvokeID invokeID, const hidl_vec<uint8_t>& params, const hidl_vec<ScriptFieldID>& fieldIDS, const hidl_vec<int64_t>& values, const hidl_vec<int32_t>& sizes) { 516 std::vector<int> _sizes = hidl_to_rs<int>(sizes, [](int32_t val) { return static_cast<int>(val); }); [all...] |
/packages/apps/Camera2/src/com/android/camera/ |
VideoModule.java | 773 * Calculates and sets local class variables for Desired Preview sizes. 818 List<Size> sizes = Size.convert(capabilities.getSupportedPreviewSizes()); local 826 Iterator<Size> it = sizes.iterator(); 827 // Remove the preview sizes that are not preferred. 836 // video frame size. The variable sizes is assumed to be filtered 837 // for sizes beyond the UI size. 838 for (Size size : sizes) { 847 Size optimalSize = CameraUtil.getOptimalPreviewSize(sizes, [all...] |
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/ |
ParseHelper.h | 230 void arrayDimMerge(TType& type, const TArraySizes* sizes); 364 // - use a per-context "resize-list", a list of symbols whose array sizes 378 // - on seeing a layout declaration that sizes the array, fix everything in the
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
intelok.s | 5 # operand sizes
|
/art/build/ |
art.go | 72 // larger frame sizes. For simplicity, just use global not-target-specific cflags.
|
/build/soong/third_party/zip/ |
android.go | 185 // The approach here is to write 8 byte sizes if needed without
|
struct.go | 45 dataDescriptor64Len = 24 // descriptor with 8 byte sizes
|
/device/google/marlin/camera/QCamera2/HAL/ |
QCameraParameters.h | 113 // Supported PREVIEW/RECORDING SIZES IN HIGH FRAME RATE recording, sizes in pixels. 124 // Supported live snapshot sizes [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_support.py | 162 # small sizes, to make sure they work.)
[all...] |
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
TensorIndexList.h | 353 template<typename FirstType, typename... OtherTypes> size_t array_prod(const IndexList<FirstType, OtherTypes...>& sizes) { 356 result *= sizes[i];
|
/external/javassist/src/main/javassist/ |
CtField.java | 786 * @param sizes an <code>int</code> array of the size in every 791 public static Initializer byNewArray(CtClass type, int[] sizes) { 792 return new MultiArrayInitializer(type, sizes); [all...] |
/external/libvorbis/doc/ |
01-introduction.tex | 343 Vorbis frames may be one of two PCM sample sizes specified during 344 codec setup. In Vorbis I, legal frame sizes are powers of two from 64 346 independent vectors and these frame sizes are in samples per channel. 372 knowing the sizes of the current, previous and next window. It is
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_mpeg12_bitstream.c | 991 const unsigned *sizes) 998 vl_vlc_init(&bs->vlc, num_buffers, buffers, sizes);
|
/external/v8/src/heap/ |
heap-inl.h | 832 void Heap::SetSerializedGlobalProxySizes(FixedArray* sizes) { 835 set_serialized_global_proxy_sizes(sizes);
|
/external/webrtc/tools/matlab/ |
rtpAnalyze.m | 89 fprintf('Common packet sizes:\n');
|
/external/zopfli/src/zopflipng/lodepng/ |
lodepng_util.cpp | 40 unsigned getChunkInfo(std::vector<std::string>& names, std::vector<size_t>& sizes, 55 sizes.push_back(lodepng_chunk_length(chunk));
|
/frameworks/base/core/java/android/hardware/camera2/legacy/ |
RequestThreadManager.java | 181 // TODO: use smallest default sizes 487 * to scale/crop out of for the bounding rectangle of the configured JPEG sizes. 553 * <p>If multiple supported JPEG sizes are larger, select the smallest of them which 611 * rectangle for the configured JPEG sizes. 623 "Could not find any supported JPEG sizes large enough to fit " + 696 int sizes = config.surfaces != null ? config.surfaces.size() : 0; 697 Log.i(TAG, "Configure outputs: " + sizes + " surfaces configured."); [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
Camera2ReprocessCaptureTest.java | 104 * Test YUV_420_888 -> JPEG with maximal supported sizes 125 * Test OPAQUE -> JPEG with maximal supported sizes 207 * Test the input format and output format with the largest input and output sizes. 222 * Test the input format and output format with the largest input and output sizes for a 1110 Size[] sizes = mStaticInfo.getAvailableSizesForFormatChecked(format, direction); local [all...] |
/hardware/interfaces/renderscript/1.0/vts/functional/ |
VtsScriptTests.cpp | 528 hidl_vec<int32_t> sizes = {int32_t(0)}; local 532 values, sizes, depClosures, depFieldIDS);
|
/prebuilts/go/darwin-x86/src/archive/zip/ |
struct.go | 45 dataDescriptor64Len = 24 // descriptor with 8 byte sizes
|
/prebuilts/go/darwin-x86/src/crypto/cipher/ |
gcm_test.go | 127 // These cases test non-standard nonce sizes.
|
/prebuilts/go/darwin-x86/src/encoding/gob/ |
decoder.go | 15 // tooBig provides a sanity check for sizes; used in several places.
|