/external/libvpx/libvpx/vp9/decoder/ |
vp9_decoder.h | 121 uint32_t sizes[8], int *count,
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_draw.c | 281 brw->vb.info.sizes[i/16] |= (brw->vb.inputs[i].glarray->Size - 1) << 285 /* Raise statechanges if input sizes have changed. */ 286 if (memcmp(brw->vb.info.sizes, old.sizes, sizeof(old.sizes)) != 0)
|
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/ |
blenders.hpp | 69 @param sizes Source image sizes 71 void prepare(const std::vector<Point> &corners, const std::vector<Size> &sizes);
|
/hardware/qcom/camera/ |
QCameraParameters.h | 49 // Supported PREVIEW/RECORDING SIZES IN HIGH FRAME RATE recording, sizes in pixels. 242 void getSupportedHfrSizes(Vector<Size> &sizes) const;
|
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/ |
IntSliceOpTest.java | 139 List<Integer> skips = sizes(data.size()); 153 List<Integer> skips = sizes(data.size()); 171 List<Integer> limits = sizes(data.size()); 212 private List<Integer> sizes(int size) { method in class:IntSliceOpTest
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_sort.py | 43 # Try a variety of sizes at and around powers of 2, and at powers of 10. 44 sizes = [0] 47 sizes.extend(range(n-1, n+2)) 48 sizes.extend([10, 100, 1000]) 78 for n in sizes:
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_sort.py | 43 # Try a variety of sizes at and around powers of 2, and at powers of 10. 44 sizes = [0] 47 sizes.extend(range(n-1, n+2)) 48 sizes.extend([10, 100, 1000]) 78 for n in sizes:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_sort.py | 43 # Try a variety of sizes at and around powers of 2, and at powers of 10. 44 sizes = [0] 47 sizes.extend(range(n-1, n+2)) 48 sizes.extend([10, 100, 1000]) 78 for n in sizes:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_sort.py | 43 # Try a variety of sizes at and around powers of 2, and at powers of 10. 44 sizes = [0] 47 sizes.extend(range(n-1, n+2)) 48 sizes.extend([10, 100, 1000]) 78 for n in sizes:
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/ |
crange1.s | 9 ! .cranges implementation handles this correctly. Use different sizes for 118 ! keep different sizes of each part.
|
/external/libvpx/libvpx/examples/ |
vp9_spatial_svc_encoder.c | 495 uint32_t sizes[8], int *count) { 538 sizes[i] = this_sz; 751 uint32_t sizes[8]; local 763 cx_pkt->data.frame.sz, sizes, &count); 781 rc.layer_encoding_bitrate[layer] += 8.0 * sizes[sl]; 786 rc.layer_avg_frame_size[layer] += 8.0 * sizes[sl]; 788 fabs(8.0 * sizes[sl] - rc.layer_pfb[layer]) / 801 sum_bitrate += 0.001 * 8.0 * sizes[sl] * framerate; 817 sum_bitrate2 += 0.001 * 8.0 * sizes[sl] * framerate; [all...] |
/external/libpcap/msdos/ |
pkt_rx1.s | 6 ; these sizes MUST be equal to the sizes in PKTDRVR.H
|
/external/opencv3/modules/core/src/ |
cuda_host_mem.cpp | 61 UMatData* allocate(int dims, const int* sizes, int type, 81 total *= sizes[i];
|
/external/skia/gm/ |
imagefromyuvtextures.cpp | 139 SkISize sizes[] = { variable 149 yuvHandles, sizes,
|
/external/toybox/toys/posix/ |
od.c | 241 int sizes[] = {sizeof(float), sizeof(double), sizeof(long double)}; local 245 size = sizes[size];
|
/external/webrtc/webrtc/modules/video_capture/linux/ |
device_info_linux.cc | 267 int sizes = 13; local 277 for (int i = 0; i < sizes; i++)
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
Parameters.h | 367 status_t getFilteredSizes(Size limit, Vector<Size> *sizes); 395 // Helper function to get available output jpeg sizes 399 Size getMaxSize(const Vector<Size>& sizes);
|
/system/core/logd/ |
LogBuffer.cpp | 291 size_t sizes = stats.sizes(id); local 293 if (sizes > maxSize) { 294 size_t sizeOver = sizes - ((maxSize * 9) / 10); 300 unsigned long pruneRows = elements * sizeOver / sizes; 778 if (stats.sizes(id) > (2 * log_buffer_size(id))) { 818 if (stats.sizes(id) > (2 * log_buffer_size(id))) { 884 size_t retval = stats.sizes(id); [all...] |
LogStatistics.cpp | 236 size_t sizes = stat.sizes(id); local 239 float totalVirtualSize = (float)sizes + (float)totalDropped * totalSize 243 int realPermille = virtualEntrySize * 1000.0 / sizes; 491 sizes(id), els);
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/ |
x86-64.s | 106 #immediates - various sizes: 126 #immediates - various sizes:
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
x86_64.s | 106 #immediates - various sizes: 129 #immediates - various sizes:
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
DataConnection.java | 765 String sizes = null; local 768 // precise manner which should affect buffer sizes 786 sizes = split[1]; 791 if (sizes == null) { 797 sizes = TCP_BUFFER_SIZES_GPRS; 800 sizes = TCP_BUFFER_SIZES_EDGE; 803 sizes = TCP_BUFFER_SIZES_UMTS; 806 sizes = TCP_BUFFER_SIZES_1XRTT; 811 sizes = TCP_BUFFER_SIZES_EVDO; 814 sizes = TCP_BUFFER_SIZES_EHRPD [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/ |
PhotoCaptureActivity.java | 132 // Stop camera until preview sizes have been obtained. 203 // Get the supported picture sizes and fill the spinner. 362 final List<Camera.Size> sizes = camera.getParameters() local 364 String[] choices = new String[sizes.size()]; 365 for (int i = 0; i < sizes.size(); ++i) { 366 Camera.Size size = sizes.get(i); 387 Camera.Size size = sizes.get(which);
|
/external/libvpx/libvpx/vp8/ |
vp8_dx_iface.c | 279 /* New frame, reset fragment pointers and sizes */ 281 memset(ctx->fragments.sizes, 0, sizeof(ctx->fragments.sizes)); 289 ctx->fragments.sizes[ctx->fragments.count] = data_sz; 308 ctx->fragments.sizes[0] = data_sz; 341 res = vp8_peek_si_internal(ctx->fragments.ptrs[0], ctx->fragments.sizes[0],
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/ |
vp9_dx_iface.c | 277 uint32_t sizes[8], int *count) { 299 sizes[i] = this_sz; 315 uint32_t sizes[8]; local 320 parse_superframe_index(data, data_sz, sizes, &frames_this_pts); 342 uint32_t this_sz = sizes[frame_count];
|