HomeSort by relevance Sort by last modified time
    Searched refs:aspect (Results 1 - 25 of 112) sorted by null

1 2 3 4 5

  /external/flac/libFLAC/include/private/
ogg_decoder_aspect.h 58 void FLAC__ogg_decoder_aspect_set_serial_number(FLAC__OggDecoderAspect *aspect, long value);
59 void FLAC__ogg_decoder_aspect_set_defaults(FLAC__OggDecoderAspect *aspect);
60 FLAC__bool FLAC__ogg_decoder_aspect_init(FLAC__OggDecoderAspect *aspect);
61 void FLAC__ogg_decoder_aspect_finish(FLAC__OggDecoderAspect *aspect);
62 void FLAC__ogg_decoder_aspect_flush(FLAC__OggDecoderAspect *aspect);
63 void FLAC__ogg_decoder_aspect_reset(FLAC__OggDecoderAspect *aspect);
78 FLAC__OggDecoderAspectReadStatus FLAC__ogg_decoder_aspect_read_callback_wrapper(FLAC__OggDecoderAspect *aspect, FLAC__byte buffer[], size_t *bytes, FLAC__OggDecoderAspectReadCallbackProxy read_callback, const FLAC__StreamDecoder *decoder, void *client_data);
ogg_encoder_aspect.h 54 void FLAC__ogg_encoder_aspect_set_serial_number(FLAC__OggEncoderAspect *aspect, long value);
55 FLAC__bool FLAC__ogg_encoder_aspect_set_num_metadata(FLAC__OggEncoderAspect *aspect, unsigned value);
56 void FLAC__ogg_encoder_aspect_set_defaults(FLAC__OggEncoderAspect *aspect);
57 FLAC__bool FLAC__ogg_encoder_aspect_init(FLAC__OggEncoderAspect *aspect);
58 void FLAC__ogg_encoder_aspect_finish(FLAC__OggEncoderAspect *aspect);
62 FLAC__StreamEncoderWriteStatus FLAC__ogg_encoder_aspect_write_callback_wrapper(FLAC__OggEncoderAspect *aspect, const FLAC__byte buffer[], size_t bytes, unsigned samples, unsigned current_frame, FLAC__bool is_last_block, FLAC__OggEncoderAspectWriteCallbackProxy write_callback, void *encoder, void *client_data);
  /external/opencv3/modules/stitching/src/
camera.cpp 48 CameraParams::CameraParams() : focal(1), aspect(1), ppx(0), ppy(0),
58 aspect = other.aspect;
68 k(1,1) = focal * aspect; k(1,2) = ppy;
  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
camera.hpp 66 double aspect; // Aspect ratio member in struct:cv::detail::CameraParams
  /external/eigen/demos/opengl/
gpuhelper.cpp 56 void GpuHelper::drawVector(const Vector3f& position, const Vector3f& vec, const Color& color, float aspect /* = 50.*/)
70 gluCylinder(cylindre, length/aspect, length/aspect, 0.8*length, 10, 10);
72 gluCylinder(cylindre, 2.0*length/aspect, 0.0, 0.2*length, 10, 10);
77 void GpuHelper::drawVectorBox(const Vector3f& position, const Vector3f& vec, const Color& color, float aspect)
91 gluCylinder(cylindre, length/aspect, length/aspect, 0.8*length, 10, 10);
93 glScalef(4.0*length/aspect,4.0*length/aspect,4.0*length/aspect);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawImageObjectUtil.cpp 170 vk::VkImageAspectFlagBits aspect,
176 if (aspect == vk::VK_IMAGE_ASPECT_COLOR_BIT)
178 read(queue, allocator, layout, offset, width, height, 1, mipLevel, arrayElement, aspect, vk::VK_IMAGE_TYPE_2D,
181 if (aspect == vk::VK_IMAGE_ASPECT_DEPTH_BIT || aspect == vk::VK_IMAGE_ASPECT_STENCIL_BIT)
183 readUsingBuffer(queue, allocator, layout, offset, width, height, 1, mipLevel, arrayElement, aspect, m_pixelAccessData.data());
195 vk::VkImageAspectFlagBits aspect,
201 if (aspect == vk::VK_IMAGE_ASPECT_COLOR_BIT)
203 read(queue, allocator, layout, offset, width, height, depth, mipLevel, arrayElement, aspect, vk::VK_IMAGE_TYPE_3D,
206 if (aspect == vk::VK_IMAGE_ASPECT_DEPTH_BIT || aspect == vk::VK_IMAGE_ASPECT_STENCIL_BIT
    [all...]
vktDrawImageObjectUtil.hpp 78 vk::VkImageAspectFlagBits aspect,
87 vk::VkImageAspectFlagBits aspect,
98 vk::VkImageAspectFlagBits aspect,
106 vk::VkImageAspectFlagBits aspect,
119 vk::VkImageAspectFlagBits aspect,
132 vk::VkImageAspectFlagBits aspect,
141 vk::VkImageAspectFlagBits aspect,
149 vk::VkImageAspectFlagBits aspect,
158 vk::VkImageAspectFlagBits aspect,
167 vk::VkImageAspectFlagBits aspect,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateImageObjectUtil.cpp 170 vk::VkImageAspectFlagBits aspect,
176 if (aspect == vk::VK_IMAGE_ASPECT_COLOR_BIT)
178 read(queue, allocator, layout, offset, width, height, 1, mipLevel, arrayElement, aspect, vk::VK_IMAGE_TYPE_2D,
181 if (aspect == vk::VK_IMAGE_ASPECT_DEPTH_BIT || aspect == vk::VK_IMAGE_ASPECT_STENCIL_BIT)
183 readUsingBuffer(queue, allocator, layout, offset, width, height, 1, mipLevel, arrayElement, aspect, m_pixelAccessData.data());
195 vk::VkImageAspectFlagBits aspect,
201 if (aspect == vk::VK_IMAGE_ASPECT_COLOR_BIT)
203 read(queue, allocator, layout, offset, width, height, depth, mipLevel, arrayElement, aspect, vk::VK_IMAGE_TYPE_3D,
206 if (aspect == vk::VK_IMAGE_ASPECT_DEPTH_BIT || aspect == vk::VK_IMAGE_ASPECT_STENCIL_BIT
    [all...]
vktDynamicStateImageObjectUtil.hpp 79 vk::VkImageAspectFlagBits aspect,
88 vk::VkImageAspectFlagBits aspect,
99 vk::VkImageAspectFlagBits aspect,
107 vk::VkImageAspectFlagBits aspect,
120 vk::VkImageAspectFlagBits aspect,
133 vk::VkImageAspectFlagBits aspect,
142 vk::VkImageAspectFlagBits aspect,
150 vk::VkImageAspectFlagBits aspect,
159 vk::VkImageAspectFlagBits aspect,
168 vk::VkImageAspectFlagBits aspect,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolImageObjectUtil.cpp 172 vk::VkImageAspectFlagBits aspect,
178 if (aspect == vk::VK_IMAGE_ASPECT_COLOR_BIT)
180 read(queue, allocator, layout, offset, width, height, depth, mipLevel, arrayElement, aspect, vk::VK_IMAGE_TYPE_3D,
183 if (aspect == vk::VK_IMAGE_ASPECT_DEPTH_BIT || aspect == vk::VK_IMAGE_ASPECT_STENCIL_BIT)
185 readUsingBuffer(queue, allocator, layout, offset, width, height, depth, mipLevel, arrayElement, aspect, m_pixelAccessData.data());
195 vk::VkImageAspectFlagBits aspect,
201 if (aspect == vk::VK_IMAGE_ASPECT_COLOR_BIT)
203 read(queue, allocator, layout, offset, width, 1, 1, mipLevel, arrayElement, aspect, vk::VK_IMAGE_TYPE_1D,
206 if (aspect == vk::VK_IMAGE_ASPECT_DEPTH_BIT || aspect == vk::VK_IMAGE_ASPECT_STENCIL_BIT
    [all...]
vktQueryPoolImageObjectUtil.hpp 77 vk::VkImageAspectFlagBits aspect,
88 vk::VkImageAspectFlagBits aspect,
96 vk::VkImageAspectFlagBits aspect,
109 vk::VkImageAspectFlagBits aspect,
122 vk::VkImageAspectFlagBits aspect,
131 vk::VkImageAspectFlagBits aspect,
139 vk::VkImageAspectFlagBits aspect,
148 vk::VkImageAspectFlagBits aspect,
157 vk::VkImageAspectFlagBits aspect,
166 vk::VkImageAspectFlagBits aspect,
    [all...]
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
FixedAspectSurfaceView.java 28 * A SurfaceView that maintains its aspect ratio to be a desired target value.
31 * requested aspect ratio. This can happen if both the width and the height are exactly
34 * the dimension that is best adjusted to maintain the aspect ratio.</p>
48 // Get initial aspect ratio from custom attributes
58 * Set the desired aspect ratio for this view.
60 * @param aspect the desired width/height ratio in the current UI orientation. Must be a
63 public void setAspectRatio(float aspect) {
64 if (aspect <= 0) {
65 throw new IllegalArgumentException("Aspect ratio must be positive");
67 mAspectRatio = aspect;
    [all...]
  /developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
FixedAspectSurfaceView.java 30 * A SurfaceView that maintains its aspect ratio to be a desired target value.
33 * requested aspect ratio. This can happen if both the width and the height are exactly
36 * the dimension that is best adjusted to maintain the aspect ratio.</p>
50 // Get initial aspect ratio from custom attributes
60 * Set the desired aspect ratio for this view.
62 * @param aspect the desired width/height ratio in the current UI orientation. Must be a
65 public void setAspectRatio(float aspect) {
66 if (aspect <= 0) {
67 throw new IllegalArgumentException("Aspect ratio must be positive");
69 mAspectRatio = aspect;
    [all...]
  /developers/samples/android/media/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
FixedAspectSurfaceView.java 30 * A SurfaceView that maintains its aspect ratio to be a desired target value.
33 * requested aspect ratio. This can happen if both the width and the height are exactly
36 * the dimension that is best adjusted to maintain the aspect ratio.</p>
50 // Get initial aspect ratio from custom attributes
60 * Set the desired aspect ratio for this view.
62 * @param aspect the desired width/height ratio in the current UI orientation. Must be a
65 public void setAspectRatio(float aspect) {
66 if (aspect <= 0) {
67 throw new IllegalArgumentException("Aspect ratio must be positive");
69 mAspectRatio = aspect;
    [all...]
  /development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/
FixedAspectSurfaceView.java 30 * A SurfaceView that maintains its aspect ratio to be a desired target value.
33 * requested aspect ratio. This can happen if both the width and the height are exactly
36 * the dimension that is best adjusted to maintain the aspect ratio.</p>
50 // Get initial aspect ratio from custom attributes
60 * Set the desired aspect ratio for this view.
62 * @param aspect the desired width/height ratio in the current UI orientation. Must be a
65 public void setAspectRatio(float aspect) {
66 if (aspect <= 0) {
67 throw new IllegalArgumentException("Aspect ratio must be positive");
69 mAspectRatio = aspect;
    [all...]
  /frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/
FixedAspectSurfaceView.java 31 * A SurfaceView that maintains its aspect ratio to be a desired target value.
34 * requested aspect ratio. This can happen if both the width and the height are exactly
37 * the dimension that is best adjusted to maintain the aspect ratio.</p>
51 // Get initial aspect ratio from custom attributes
61 * Set the desired aspect ratio for this view.
63 * @param aspect the desired width/height ratio in the current UI orientation. Must be a
66 public void setAspectRatio(float aspect) {
67 if (aspect <= 0) {
68 throw new IllegalArgumentException("Aspect ratio must be positive");
70 mAspectRatio = aspect;
    [all...]
  /external/autotest/client/site_tests/graphics_SanAngeles/src/
matrixop.h 41 extern void Matrix4x4_Perspective(Matrix4x4 mat, float fovy, float aspect,
  /packages/apps/DevCamera/src/com/android/devcamera/
CameraInfoCache.java 251 float aspect = mLargestYuvSize.getWidth() / mLargestYuvSize.getHeight(); local
252 aspect = aspect > 1f ? aspect : 1f / aspect;
253 if (aspect > 1.6) {
  /frameworks/base/rs/java/android/renderscript/
Matrix4f.java 306 * @param aspect aspect ratio of the screen
310 public void loadPerspective(float fovy, float aspect, float near, float far) {
313 float left = bottom * aspect;
314 float right = top * aspect;
320 * projection matrix with aspect ratio defined by the parameters
332 float aspect = ((float)w) / h; local
333 m1.loadFrustum(-aspect,aspect, -1,1, 1,100);
335 float aspect = ((float)h) / w local
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Matrix4f.java 307 * @param aspect aspect ratio of the screen
311 public void loadPerspective(float fovy, float aspect, float near, float far) {
314 float left = bottom * aspect;
315 float right = top * aspect;
321 * projection matrix with aspect ratio defined by the parameters
333 float aspect = ((float)w) / h; local
334 m1.loadFrustum(-aspect,aspect, -1,1, 1,100);
336 float aspect = ((float)h) / w local
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtc/
matrix_transform.hpp 179 /// @param aspect
187 T const & aspect,
211 /// @param aspect
217 T fovy, T aspect, T near);
222 /// @param aspect
228 T fovy, T aspect, T near);
  /frameworks/base/opengl/java/android/opengl/
GLU.java 103 * @param aspect specifies the aspect ration that determins the field of
104 * view in the x direction. The aspect ratio is the ratio of x
111 public static void gluPerspective(GL10 gl, float fovy, float aspect,
115 float left = bottom * aspect;
116 float right = top * aspect;
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp 83 static void SC_MatrixLoadPerspective(Matrix4x4 *m, float fovy, float aspect, float near, float far) {
84 m->loadPerspective(fovy, aspect, near, far);
189 float fovy, float aspect, float near, float far) {
190 SC_MatrixLoadPerspective((Matrix4x4 *) m, fovy, aspect, near, far);
  /frameworks/rs/
rsMatrix4x4.h 49 void loadPerspective(float fovy, float aspect, float near, float far);
  /prebuilts/misc/windows/sdl2/test/
testshader.c 337 GLdouble aspect; local
349 aspect = (GLdouble)Width / Height;
350 glOrtho(-3.0, 3.0, -3.0 / aspect, 3.0 / aspect, 0.0, 1.0);

Completed in 318 milliseconds

1 2 3 4 5