HomeSort by relevance Sort by last modified time
    Searched defs:facing (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
SourceInfo.cpp 70 String SourceInfo::facing() const function in class:WebCore::SourceInfo
72 switch (m_webSourceInfo.facing()) {
  /device/generic/goldfish/camera/
EmulatedFakeCamera.cpp 55 const char* facing = mFacingBack ? EmulatedCamera::FACING_BACK : local
58 mParameters.set(EmulatedCamera::FACING_KEY, facing);
59 ALOGD("%s: Fake camera is facing %s", __FUNCTION__, facing);
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WebSourceInfo.cpp 44 WebSourceInfo::VideoFacingMode facing() const { return m_facing; } function in class:WebKit::WebSourceInfoPrivate
55 PassRefPtr<WebSourceInfoPrivate> WebSourceInfoPrivate::create(const WebString& id, WebSourceInfo::SourceKind kind, const WebString& label, WebSourceInfo::VideoFacingMode facing)
57 return adoptRef(new WebSourceInfoPrivate(id, kind, label, facing));
60 WebSourceInfoPrivate::WebSourceInfoPrivate(const WebString& id, WebSourceInfo::SourceKind kind, const WebString& label, WebSourceInfo::VideoFacingMode facing)
64 , m_facing(facing)
82 void WebSourceInfo::initialize(const WebString& id, WebSourceInfo::SourceKind kind, const WebString& label, WebSourceInfo::VideoFacingMode facing)
84 m_private = WebSourceInfoPrivate::create(id, kind, label, facing);
105 WebSourceInfo::VideoFacingMode WebSourceInfo::facing() const function in class:WebKit::WebSourceInfo
108 return m_private->facing();
  /frameworks/av/include/camera/
CameraBase.h 32 int facing; member in struct:android::CameraInfo
40 * back-facing camera sensor is mounted in landscape. You are looking at
43 * 90. If the top side of a front-facing camera sensor is aligned with the
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_quad.h 66 unsigned facing:1; /**< Front (0) or back (1) facing? */ member in struct:quad_header_input
sp_setup.c 92 int facing; member in struct:setup_context
237 setup->quad[q].input.facing = setup->facing;
359 * To determine whether the primitive is front or back facing we
376 /* We need to know if this is a front or back-facing triangle for:
379 * 0 = front-facing, 1 = back-facing
381 setup->facing =
386 unsigned face = setup->facing == 0 ? PIPE_FACE_FRONT : PIPE_FACE_BACK;
667 setup->coef[fragSlot].a0[0] = setup->facing * -2.0f + 1.0f
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
ss_tritmp.h 31 * facing, compute polygon offset and handle glPolygonMode().
42 GLuint facing = 0; local
61 facing = (cc < 0.0) ^ ctx->Polygon._FrontBit;
64 mode = facing ? ctx->Polygon.BackMode : ctx->Polygon.FrontMode;
66 if (facing == 1) {
162 _swsetup_render_tri(ctx, e0, e1, e2, facing, _swsetup_edge_render_point_tri);
169 _swsetup_render_tri(ctx, e0, e1, e2, facing, _swsetup_edge_render_line_tri);
189 if (facing == 1) {
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad.h 66 unsigned facing:1; /**< Front (0) or back (1) facing? */ member in struct:quad_header_input
sp_setup.c 92 int facing; member in struct:setup_context
237 setup->quad[q].input.facing = setup->facing;
359 * To determine whether the primitive is front or back facing we
376 /* We need to know if this is a front or back-facing triangle for:
379 * 0 = front-facing, 1 = back-facing
381 setup->facing =
386 unsigned face = setup->facing == 0 ? PIPE_FACE_FRONT : PIPE_FACE_BACK;
667 setup->coef[fragSlot].a0[0] = setup->facing * -2.0f + 1.0f
    [all...]
  /external/mesa3d/src/mesa/swrast_setup/
ss_tritmp.h 31 * facing, compute polygon offset and handle glPolygonMode().
42 GLuint facing = 0; local
61 facing = (cc < 0.0) ^ ctx->Polygon._FrontBit;
64 mode = facing ? ctx->Polygon.BackMode : ctx->Polygon.FrontMode;
66 if (facing == 1) {
162 _swsetup_render_tri(ctx, e0, e1, e2, facing, _swsetup_edge_render_point_tri);
169 _swsetup_render_tri(ctx, e0, e1, e2, facing, _swsetup_edge_render_line_tri);
189 if (facing == 1) {
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_span.h 126 /** 0 = front-facing span, 1 = back-facing span (for two-sided stencil) */
127 GLuint facing; member in struct:sw_span
181 (S).facing = 0; \
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
t_dd_tritmp.h 121 GLuint facing = 0; local
140 facing = AREA_IS_CCW( cc ) ^ ctx->Polygon._FrontBit;
143 if (facing) {
158 if (DO_TWOSIDE && facing == 1) {
266 SETUP_STENCIL(facing);
268 UNSET_STENCIL(facing);
279 SETUP_STENCIL(facing);
281 UNSET_STENCIL(facing);
295 SETUP_STENCIL(facing);
297 UNSET_STENCIL(facing);
347 GLuint facing = 0; local
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_span.h 126 /** 0 = front-facing span, 1 = back-facing span (for two-sided stencil) */
127 GLuint facing; member in struct:sw_span
181 (S).facing = 0; \
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_tritmp.h 121 GLuint facing = 0; local
140 facing = AREA_IS_CCW( cc ) ^ ctx->Polygon._FrontBit;
143 if (facing) {
158 if (DO_TWOSIDE && facing == 1) {
266 SETUP_STENCIL(facing);
268 UNSET_STENCIL(facing);
279 SETUP_STENCIL(facing);
281 UNSET_STENCIL(facing);
295 SETUP_STENCIL(facing);
297 UNSET_STENCIL(facing);
347 GLuint facing = 0; local
    [all...]
  /hardware/libhardware/include/hardware/
camera_common.h 120 int facing; member in struct:camera_info
128 * back-facing camera sensor is mounted in landscape. You are looking at the
131 * top side of a front-facing camera sensor is aligned with the right of the
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp 223 cameraInfo->facing = info.facing;
251 int facing; local
252 if (getDeviceVersion(cameraId, &facing) == CAMERA_DEVICE_API_VERSION_1_0) {
258 if (getDeviceVersion(cameraId, &facing) <= CAMERA_DEVICE_API_VERSION_2_1) {
271 int CameraService::getDeviceVersion(int cameraId, int* facing) {
284 if (facing) {
285 *facing = info.facing;
292 int facing; local
437 int facing = -1; local
531 int facing = -1; local
602 int facing = -1; local
    [all...]
  /frameworks/base/core/jni/
android_hardware_Camera.cpp 40 jfieldID facing; member in struct:fields_t
456 env->SetIntField(info_obj, fields.facing, cameraInfo.facing);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_fs.c 229 LLVMValueRef facing,
329 depth_ptr, facing,
386 depth_ptr, facing,
455 LLVMValueRef facing,
568 depth_ptr_i, facing,
625 depth_ptr_i, facing,
796 LLVMValueRef facing; local
862 arg_types[3] = int32_type; /* facing */
889 facing = LLVMGetParam(function, 3);
    [all...]
lp_state_setup.c 66 LLVMValueRef facing; /* boolean */ member in struct:lp_setup_args
172 * Setup the fragment input attribute with the front-facing value.
173 * \param frontface is the triangle front facing?
182 LLVMValueRef a0_0 = args->facing;
185 LLVMValueRef a0 = vec4f(gallivm, a0_0f, zero, zero, zero, "facing");
218 LLVMValueRef facing = args->facing; local
219 LLVMValueRef front_facing = LLVMBuildICmp(b, LLVMIntEQ, facing, lp_build_const_int32(gallivm, 0), ""); /** need i1 for if condition */
715 arg_types[3] = LLVMInt32TypeInContext(gallivm->context); /* facing */
732 args.facing = LLVMGetParam(variant->function, 3)
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c 229 LLVMValueRef facing,
329 depth_ptr, facing,
386 depth_ptr, facing,
455 LLVMValueRef facing,
568 depth_ptr_i, facing,
625 depth_ptr_i, facing,
796 LLVMValueRef facing; local
862 arg_types[3] = int32_type; /* facing */
889 facing = LLVMGetParam(function, 3);
    [all...]
lp_state_setup.c 66 LLVMValueRef facing; /* boolean */ member in struct:lp_setup_args
172 * Setup the fragment input attribute with the front-facing value.
173 * \param frontface is the triangle front facing?
182 LLVMValueRef a0_0 = args->facing;
185 LLVMValueRef a0 = vec4f(gallivm, a0_0f, zero, zero, zero, "facing");
218 LLVMValueRef facing = args->facing; local
219 LLVMValueRef front_facing = LLVMBuildICmp(b, LLVMIntEQ, facing, lp_build_const_int32(gallivm, 0), ""); /** need i1 for if condition */
715 arg_types[3] = LLVMInt32TypeInContext(gallivm->context); /* facing */
732 args.facing = LLVMGetParam(variant->function, 3)
    [all...]
  /frameworks/base/core/java/android/hardware/
Camera.java 228 * The facing of the camera is opposite to that of the screen.
233 * The facing of the camera is the same as that of the screen.
241 public int facing; field in class:Camera.CameraInfo
249 * back-facing camera sensor is mounted in landscape. You are looking at
252 * 90. If the top side of a front-facing camera sensor is aligned with
313 * Creates a new Camera object to access the first back-facing camera on the
314 * device. If the device does not have a back-facing camera, this returns
323 if (cameraInfo.facing == CameraInfo.CAMERA_FACING_BACK) {
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
fimc-is-metadata.h 91 enum lens_facing facing; member in struct:camera2_lens_sm
  /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
fimc-is-metadata.h 104 enum lens_facing facing; member in struct:camera2_lens_sm
  /prebuilts/sdk/11/
android.jar 

Completed in 702 milliseconds

1 2