HomeSort by relevance Sort by last modified time
    Searched refs:sizes (Results 476 - 500 of 914) sorted by null

<<11121314151617181920>>

  /cts/tests/camera/src/android/hardware/camera2/cts/
RobustnessTest.java 161 * Tables for maximum sizes to try for each hardware level and capability.
257 // Find the concrete max sizes for each format/resolution combination
    [all...]
  /external/opencv/cxcore/include/
cxcore.h 236 CVAPI(CvMatND*) cvCreateMatNDHeader( int dims, const int* sizes, int type );
239 CVAPI(CvMatND*) cvCreateMatND( int dims, const int* sizes, int type );
242 CVAPI(CvMatND*) cvInitMatNDHeader( CvMatND* mat, int dims, const int* sizes,
255 CVAPI(CvSparseMat*) cvCreateSparseMat( int dims, const int* sizes, int type );
326 optionally sizes of the dimensions */
327 CVAPI(int) cvGetDims( const CvArr* arr, int* sizes CV_DEFAULT(NULL) );
395 new_dims == 0 means that number and sizes of dimensions remain the same
397 if new_dims == 1, there is no need to specify new dimension sizes
    [all...]
  /external/opencv3/modules/core/src/
persistence.cpp 3599 int dims, sizes[CV_MAX_DIM]; local
3633 int sizes[CV_MAX_DIM], dims, elem_type; local
3786 int sizes[CV_MAX_DIM_HEAP], dims, elem_type, cn; local
    [all...]
matop.cpp 203 static void makeExpr(MatExpr& res, int method, int ndims, const int* sizes, int type, double alpha=1);
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
FileChannelTest.java 1972 int[] sizes = { local
    [all...]
  /external/dlmalloc/
malloc.c 48 Minimum overhead per allocated chunk: 4 or 8 bytes (if 4byte sizes)
49 8 or 16 bytes (if 8byte sizes)
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/opencv3/modules/core/test/
test_arithm.cpp     [all...]
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp 518 Vector<Size> sizes; local
522 shimParams.getSupportedPreviewSizes(/*out*/sizes);
533 size_t streamConfigSize = (sizes.size() * formats.size() + jpegSizes.size()) * INTS_PER_CONFIG;
539 for (size_t j = 0; j < sizes.size(); ++j) {
541 streamConfigs.add(sizes[j].width);
542 streamConfigs.add(sizes[j].height);
    [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java 1408 int[] sizes = new int[N]; local
    [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 1302 int[] sizes = new int[N]; local
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
srpc_nacl.go 182 // Fill in the return values and sizes to generate
518 // sizes, to fill in later
623 // fill in sizes
  /prebuilts/go/linux-x86/src/syscall/
srpc_nacl.go 182 // Fill in the return values and sizes to generate
518 // sizes, to fill in later
623 // fill in sizes
  /external/opencv3/modules/imgproc/src/
histogram.cpp     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
svc_encodeframe.c 96 uint32_t sizes[SUPERFRAME_SLOTS]; member in struct:Superframe
204 int this_sz = sf->sizes[i];
922 superframe.sizes[superframe.count++] = frame_pkt_size;
    [all...]
  /external/ImageMagick/www/api/
memory.php 338 <p>ResizeMagickMemory() changes the size of the memory and returns a pointer to the (possibly moved) block. The contents will be unchanged up to the lesser of the new and old sizes.</p>
364 <p>ResizeQuantumMemory() changes the size of the memory and returns a pointer to the (possibly moved) block. The contents will be unchanged up to the lesser of the new and old sizes.</p>
  /external/libvpx/libvpx/vp8/decoder/
onyxd_if.c 281 pbi->fragments.count <= 1 && pbi->fragments.sizes[0] == 0)
  /external/opencv3/modules/ts/include/opencv2/
ts.hpp 453 virtual void get_test_array_types_and_sizes( int test_case_idx, vector<vector<Size> >& sizes, vector<vector<int> >& types );
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
onyxd_if.c 270 pbi->fragments.count <= 1 && pbi->fragments.sizes[0] == 0)
  /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/go/darwin-x86/src/archive/zip/
reader.go 331 // The two sizes that follow here can be either 32 bits or 64 bits
334 // already have the sizes from the central directory so we can
  /prebuilts/go/darwin-x86/src/cmd/vet/
asmdecl.go 23 // These special kinds are not valid sizes.
531 // Determine operand sizes from instruction.
  /prebuilts/go/linux-x86/src/archive/zip/
reader.go 331 // The two sizes that follow here can be either 32 bits or 64 bits
334 // already have the sizes from the central directory so we can
  /prebuilts/go/linux-x86/src/cmd/vet/
asmdecl.go 23 // These special kinds are not valid sizes.
531 // Determine operand sizes from instruction.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
intelok.s 5 # operand sizes

Completed in 2748 milliseconds

<<11121314151617181920>>