HomeSort by relevance Sort by last modified time
    Searched refs:cap (Results 226 - 250 of 832) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/apps/CameraITS/tests/scene1/
test_capture_result.py 113 cap = cam.do_capture(auto_req)
114 cap_res = cap["metadata"]
157 cap = cam.do_capture(manual_req)
158 cap_res = cap["metadata"]
test_format_combos.py 89 for c,cap in enumerate(caps):
90 img = its.image.convert_capture_to_rgb_image(cap,
test_latching.py 65 for i,cap in enumerate(caps):
66 img = its.image.convert_capture_to_rgb_image(cap)
  /external/chromium_org/third_party/opus/src/celt/
rate.h 98 int compute_allocation(const CELTMode *m, int start, int end, const int *offsets, const int *cap, int alloc_trim, int *intensity, int *dual_stero,
  /external/ipsec-tools/src/racoon/
isakmp_frag.c 332 isakmp_frag_addcap(buf, cap)
334 int cap;
342 if ((buf = vrealloc(buf, len + sizeof(cap))) == NULL) {
352 *capp |= htonl(cap);
  /external/libopus/celt/
rate.h 98 int compute_allocation(const CELTMode *m, int start, int end, const int *offsets, const int *cap, int alloc_trim, int *intensity, int *dual_stero,
  /external/qemu/target-i386/
hax-i386.h 71 int hax_capability(struct hax_state *hax, struct hax_capabilityinfo *cap);
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmValidate.h 32 static bool capability(GLenum cap,int maxLights,int maxClipPlanes);
  /external/pdfium/core/src/fxge/agg/agg23/
agg_array.h 30 pod_array(unsigned cap, unsigned extra_tail = 0);
33 void capacity(unsigned cap, unsigned extra_tail = 0);
104 void pod_array<T>::capacity(unsigned cap, unsigned extra_tail)
107 unsigned full_cap = cap + extra_tail;
108 if(full_cap < cap) {
142 template<class T> pod_array<T>::pod_array(unsigned cap, unsigned extra_tail) :
143 m_size(0), m_capacity(cap + extra_tail), m_array(FX_Alloc(T, m_capacity)) {}
  /external/chromium_org/third_party/polymer/components-chromium/core-component-page/
core-component-page-extracted.js 877 , cap
887 if (cap = this.rules.newline.exec(src)) {
888 src = src.substring(cap[0].length);
889 if (cap[0].length > 1) {
897 if (cap = this.rules.code.exec(src)) {
898 src = src.substring(cap[0].length);
899 cap = cap[0].replace(/^ {4}/gm, '');
903 ? cap.replace(/\n+$/, '')
904 : cap
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_addrhashmap.h 52 uptr cap; member in struct:__sanitizer::AddrHashMap::AddBucket
258 add->cap = (kInitSize - sizeof(*add)) / sizeof(add->cells[0]) + 1;
262 if (add->size == add->cap) {
264 uptr oldsize = sizeof(*add) + (add->cap - 1) * sizeof(add->cells[0]);
268 add1->cap = (newsize - sizeof(*add)) / sizeof(add->cells[0]) + 1;
  /frameworks/av/include/media/
MediaProfiles.h 151 * Returns the value for the given param name for the video editor cap
402 static void logVideoEncoderCap(const VideoEncoderCap& cap);
403 static void logAudioEncoderCap(const AudioEncoderCap& cap);
404 static void logVideoDecoderCap(const VideoDecoderCap& cap);
405 static void logAudioDecoderCap(const AudioDecoderCap& cap);
406 static void logVideoEditorCap(const VideoEditorCap& cap);
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp 459 OMXCameraPortParameters *cap; local
460 cap = &mCameraAdapterParameters.mCameraPortParams[mCameraAdapterParameters.mPrevPortIndex];
480 if( ( cap->mMinFrameRate != minFramerate ) ||
481 ( cap->mMaxFrameRate != maxFramerate ) )
483 cap->mMinFrameRate = minFramerate;
484 cap->mMaxFrameRate = maxFramerate;
485 setVFramerate(cap->mMinFrameRate, cap->mMaxFrameRate);
491 cap->mMaxFrameRate = cap->mMinFrameRate
    [all...]
  /external/android-clat/
clatd.c 217 struct __user_cap_data_struct cap; local
219 memset(&cap, 0, sizeof(cap));
223 cap.effective = cap.permitted = (1 << CAP_NET_ADMIN);
225 if(capset(&header, &cap) < 0) {
  /external/chromium_org/third_party/skia/tools/lua/
scrape_dashing_full.lua 88 local cap = p:getStrokeCap()
89 if 0 == cap then
91 elseif 1 == cap then
  /external/skia/tools/lua/
scrape_dashing_full.lua 88 local cap = p:getStrokeCap()
89 if 0 == cap then
91 elseif 1 == cap then
  /external/chromium_org/third_party/icu/source/i18n/
rbnf.cpp 187 int32_t cap; member in class:VArray
191 VArray() : buf(NULL), cap(0), size(0), deleter(NULL) {}
193 VArray(Fn_Deleter del) : buf(NULL), cap(0), size(0), deleter(del) {}
210 if (size == cap) {
211 if (cap == 0) {
212 cap = 1;
213 } else if (cap < 256) {
214 cap *= 2;
216 cap += 256;
219 buf = (void**)uprv_malloc(cap * sizeof(void*))
956 int32_t cap = name.length() + 1; local
    [all...]
ucsdet.cpp 175 UChar *buf, int32_t cap, UErrorCode *status)
181 return ((CharsetMatch *) ucsm)->getUChars(buf, cap, status);
  /external/icu/icu4c/source/i18n/
rbnf.cpp 190 int32_t cap; member in class:VArray
194 VArray() : buf(NULL), cap(0), size(0), deleter(NULL) {}
196 VArray(Fn_Deleter del) : buf(NULL), cap(0), size(0), deleter(del) {}
213 if (size == cap) {
214 if (cap == 0) {
215 cap = 1;
216 } else if (cap < 256) {
217 cap *= 2;
219 cap += 256;
222 buf = (void**)uprv_malloc(cap * sizeof(void*))
988 int32_t cap = name.length() + 1; local
    [all...]
ucsdet.cpp 175 UChar *buf, int32_t cap, UErrorCode *status)
181 return ((CharsetMatch *) ucsm)->getUChars(buf, cap, status);
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXCapabilities.cpp 354 const CapCodingFormat *cap,
362 if ( ( NULL == buffer ) || ( NULL == cap ) ) {
369 if ( format == cap[i].imageCodingFormat ) {
373 strncat(buffer, cap[i].param, ((((int)MAX_PROP_VALUE_LENGTH - 1 - (int)strlen(buffer)) < 0) ? 0 : (MAX_PROP_VALUE_LENGTH - 1 - strlen(buffer))));
384 const CapPixelformat *cap,
393 if ( ( NULL == buffer ) || ( NULL == cap ) ) {
401 if ( format == cap[i].pixelformat )
406 strncat(buffer, cap[i].param, bufferSize - 1);
473 const CapZoom *cap,
483 if ( (NULL == buffer) || (NULL == cap) ) {
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/
slider.js 50 leftCap.className = 'cap left';
54 rightCap.className = 'cap right';
  /external/chromium_org/third_party/icu/source/i18n/unicode/
ucsdet.h 304 * @param cap The capacity of the buffer in UChars.
312 UChar *buf, int32_t cap, UErrorCode *status);
  /external/icu/icu4c/source/i18n/unicode/
ucsdet.h 304 * @param cap The capacity of the buffer in UChars.
312 UChar *buf, int32_t cap, UErrorCode *status);
  /frameworks/base/media/jni/
android_media_MediaProfiles.cpp 108 jobject cap = env->NewObject(videoEncoderCapClazz, local
115 return cap;
155 jobject cap = env->NewObject(audioEncoderCapClazz, local
161 return cap;

Completed in 1560 milliseconds

1 2 3 4 5 6 7 8 91011>>