HomeSort by relevance Sort by last modified time
    Searched defs:facing (Results 1 - 25 of 44) 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/platform/exported/
WebSourceInfo.cpp 43 WebSourceInfo::VideoFacingMode facing() const { return m_facing; } function in class:blink::FINAL
54 PassRefPtr<WebSourceInfoPrivate> WebSourceInfoPrivate::create(const WebString& id, WebSourceInfo::SourceKind kind, const WebString& label, WebSourceInfo::VideoFacingMode facing)
56 return adoptRef(new WebSourceInfoPrivate(id, kind, label, facing));
59 WebSourceInfoPrivate::WebSourceInfoPrivate(const WebString& id, WebSourceInfo::SourceKind kind, const WebString& label, WebSourceInfo::VideoFacingMode facing)
63 , m_facing(facing)
77 void WebSourceInfo::initialize(const WebString& id, WebSourceInfo::SourceKind kind, const WebString& label, WebSourceInfo::VideoFacingMode facing)
79 m_private = WebSourceInfoPrivate::create(id, kind, label, facing);
100 WebSourceInfo::VideoFacingMode WebSourceInfo::facing() const function in class:blink::WebSourceInfo
103 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) {
  /hardware/libhardware/include/hardware/
camera_common.h 134 int facing; member in struct:camera_info
142 * back-facing camera sensor is mounted in landscape. You are looking at the
145 * top side of a front-facing camera sensor is aligned with the right of the
  /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...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_interface.c 1302 unsigned int facing; local
    [all...]
  /developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
HdrViewfinderActivity.java 248 // Find first back-facing camera that has necessary capability
252 int facing = info.get(CameraCharacteristics.LENS_FACING); local
269 // - Back-facing camera
272 if (facing == CameraCharacteristics.LENS_FACING_BACK &&
  /developers/samples/android/media/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
HdrViewfinderActivity.java 248 // Find first back-facing camera that has necessary capability
252 int facing = info.get(CameraCharacteristics.LENS_FACING); local
269 // - Back-facing camera
272 if (facing == CameraCharacteristics.LENS_FACING_BACK &&
  /development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/
HdrViewfinderActivity.java 248 // Find first back-facing camera that has necessary capability
252 int facing = info.get(CameraCharacteristics.LENS_FACING); local
269 // - Back-facing camera
272 if (facing == CameraCharacteristics.LENS_FACING_BACK &&
  /frameworks/base/core/jni/
android_hardware_Camera.cpp 46 jfieldID facing; member in struct:fields_t
462 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/av/services/camera/libcameraservice/
CameraService.cpp 240 cameraInfo->facing = info.facing;
259 uint8_t facing = (info.facing == CAMERA_FACING_FRONT) ? local
261 if ((ret = shimInfo.update(ANDROID_LENS_FACING, &facing, 1)) != OK) {
348 int facing; local
351 getDeviceVersion(cameraId, &facing) <= CAMERA_DEVICE_API_VERSION_2_1 ) {
388 int CameraService::getDeviceVersion(int cameraId, int* facing) {
401 if (facing) {
402 *facing = info.facing
674 int facing = -1; local
897 int facing = -1; local
970 int facing = -1; local
1110 int facing = -1; local
    [all...]

Completed in 1259 milliseconds

1 2