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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcdeviceinfo.h 49 const webrtc::VideoCaptureCapability& cap) {
53 dev->caps.push_back(cap);
84 webrtc::VideoCaptureCapability& cap) {
88 cap = dev->caps[device_cap_num];
  /external/chromium_org/third_party/skia/gm/
nonclosedpaths.cpp 26 // The path looks closed, but final rendering has 2 ends with cap.
84 static const SkPaint::Cap kCap[] = {
103 for (size_t cap = 0; cap < SK_ARRAY_COUNT(kCap); ++cap) {
113 paint.setStrokeCap(kCap[cap]);
  /external/libcap-ng/libcap-ng-0.7/src/test/
thread_test.c 4 #include <cap-ng.h>
  /external/skia/gm/
nonclosedpaths.cpp 26 // The path looks closed, but final rendering has 2 ends with cap.
84 static const SkPaint::Cap kCap[] = {
103 for (size_t cap = 0; cap < SK_ARRAY_COUNT(kCap); ++cap) {
113 paint.setStrokeCap(kCap[cap]);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaProfileReader.java 107 for (VideoEncoderCap cap: videoEncoders) {
108 if (cap.mCodec == codec) {
109 if (max) return cap.mMaxFrameRate;
110 else return cap.mMinFrameRate;
  /sdk/emulator/opengl/tests/ut_renderer/
RenderingThread.h 88 static void s_glEnable(GLenum cap);
89 static void s_glDisable(GLenum cap);
91 static void s_glEnableClientState(GLenum cap);
92 static void s_glDisableClientState(GLenum cap);
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCapabilities.cpp 227 const CapPixelformat *cap,
235 if ( ( NULL == buffer ) || ( NULL == cap ) ) {
241 if ( format == cap[i].pixelformat ) {
242 strncat(buffer, cap[i].param, bufferSize - 1);
254 const CapFramerate *cap,
265 if ( ( NULL == buffer ) || ( NULL == cap ) ) {
271 if ( (framerateMax >= cap[i].num) && (framerateMin <= cap[i].num) ) {
272 strncat(buffer, cap[i].param, bufferSize - 1);
275 if ( cap[i].num == framerateMin )
    [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_11_ht.c 26 struct ieee80211_ht_capabilities *cap; local
34 *pos++ = sizeof(*cap);
36 cap = (struct ieee80211_ht_capabilities *) pos;
37 os_memset(cap, 0, sizeof(*cap));
38 cap->ht_capabilities_info = host_to_le16(hapd->iconf->ht_capab);
39 cap->a_mpdu_params = hapd->iface->current_mode->a_mpdu_params;
40 os_memcpy(cap->supported_mcs_set, hapd->iface->current_mode->mcs_set,
47 pos += sizeof(*cap);
425 u16 cap; local
    [all...]
  /frameworks/av/media/libmedia/
MediaProfiles.cpp 121 MediaProfiles::logVideoEncoderCap(const MediaProfiles::VideoEncoderCap& cap UNUSED)
123 ALOGV("video encoder cap:");
124 ALOGV("codec = %d", cap.mCodec);
125 ALOGV("bit rate: min = %d and max = %d", cap.mMinBitRate, cap.mMaxBitRate);
126 ALOGV("frame width: min = %d and max = %d", cap.mMinFrameWidth, cap.mMaxFrameWidth);
127 ALOGV("frame height: min = %d and max = %d", cap.mMinFrameHeight, cap.mMaxFrameHeight);
128 ALOGV("frame rate: min = %d and max = %d", cap.mMinFrameRate, cap.mMaxFrameRate)
233 MediaProfiles::AudioDecoderCap *cap = local
249 MediaProfiles::VideoDecoderCap *cap = local
273 MediaProfiles::VideoEncoderCap *cap = local
297 MediaProfiles::AudioEncoderCap *cap = local
831 MediaProfiles::VideoDecoderCap *cap = local
840 MediaProfiles::AudioDecoderCap *cap = local
    [all...]
  /cts/apps/CameraITS/tests/inprog/
test_param_black_level_lock.py 56 cap = cam.do_capture(req)
57 yimg,_,_ = its.image.convert_capture_to_planes(cap)
  /cts/apps/CameraITS/tests/scene0/
test_metadata.py 33 cap = cam.do_capture(auto_req)
34 md = cap["metadata"]
test_param_sensitivity_burst.py 42 for i,cap in enumerate(caps):
44 s_res = cap["metadata"]["android.sensor.sensitivity"]
  /cts/apps/CameraITS/tests/scene1/
test_ev_compensation_basic.py 49 cap = cam.do_capture(req)
50 y = its.image.convert_capture_to_planes(cap)[0]
  /device/moto/shamu/qrngd/
qrngd.c 277 struct __user_cap_data_struct cap; local
280 memset(&cap, 0, sizeof(cap));
292 cap.effective = (1 << CAP_SYS_ADMIN) | (1 << CAP_NET_RAW);
293 cap.permitted = cap.effective;
294 cap.inheritable = 0;
295 retvalue = capset(&header, &cap);
  /external/chromium_org/third_party/skia/include/core/
SkStrokeRec.h 40 SkPaint::Cap getCap() const { return fCap; }
61 void setStrokeParams(SkPaint::Cap cap, SkPaint::Join join, SkScalar miterLimit) {
62 fCap = cap;
102 SkPaint::Cap fCap;
  /external/libcap-ng/
Android.mk 6 libcap-ng-0.7/src/cap-ng.c \
  /external/skia/include/core/
SkStrokeRec.h 37 SkPaint::Cap getCap() const { return fCap; }
58 void setStrokeParams(SkPaint::Cap cap, SkPaint::Join join, SkScalar miterLimit) {
59 fCap = cap;
99 SkPaint::Cap fCap;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
capability.h 99 #define CAP_IS_SUPPORTED(cap) (cap_get_bound(cap) >= 0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
capability.h 99 #define CAP_IS_SUPPORTED(cap) (cap_get_bound(cap) >= 0)
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLPath.cpp 67 inline GrGLenum cap_to_gl_cap(SkPaint::Cap cap) {
73 return gSkCapsToGrGLCaps[cap];
125 GrGLenum cap = cap_to_gl_cap(stroke.getCap()); local
127 PathParameteri(pathID, GR_GL_PATH_INITIAL_END_CAP, cap));
129 PathParameteri(pathID, GR_GL_PATH_TERMINAL_END_CAP, cap));
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_vcgen_stroke.cpp 65 static inline void calc_butt_cap(FX_FLOAT* cap,
73 cap[0] = v0.x - dx;
74 cap[1] = v0.y + dy;
75 cap[2] = v0.x + dx;
76 cap[3] = v0.y - dy;
  /external/skia/src/gpu/gl/
GrGLPath.cpp 71 inline GrGLenum cap_to_gl_cap(SkPaint::Cap cap) {
77 return gSkCapsToGrGLCaps[cap];
123 GrGLenum cap = cap_to_gl_cap(stroke.getCap()); local
124 GL_CALL(PathParameteri(fPathID, GR_GL_PATH_INITIAL_END_CAP, cap));
125 GL_CALL(PathParameteri(fPathID, GR_GL_PATH_TERMINAL_END_CAP, cap));
  /external/tinyxml/
tinystr.h 190 void reserve (size_type cap);
216 void init(size_type sz, size_type cap)
218 if (cap)
220 rep_ = static_cast<Rep*>(operator new(sizeof(Rep) + cap));
222 rep_->capacity = cap;
  /external/chromium_org/third_party/boringssl/src/crypto/bytestring/
cbb.c 22 static int cbb_init(CBB *cbb, uint8_t *buf, size_t cap) {
33 base->cap = cap;
86 if (newlen > base->cap) {
87 size_t newcap = base->cap * 2;
94 if (newcap < base->cap || newcap < newlen) {
103 base->cap = newcap;
  /external/chromium_org/third_party/webrtc/modules/video_capture/android/
device_info_android.cc 208 VideoCaptureCapability cap; local
209 cap.width = size.first;
210 cap.height = size.second;
211 cap.maxFPS = mfpsRange.second / 1000;
212 cap.expectedCaptureDelay = kExpectedCaptureDelay;
213 cap.rawType = kVideoNV21;
214 _captureCapabilities.push_back(cap);

Completed in 3220 milliseconds

1 2 34 5 6 7 8 91011>>