Searched refs:aspect (Results 1 - 25 of 47) sorted by relevance

12

/external/flac/libFLAC/include/private/
H A Dogg_decoder_aspect.h58 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);
H A Dogg_encoder_aspect.h54 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/jmonkeyengine/engine/src/test/jme3test/renderer/
H A DTestParallelProjection.java65 float aspect = (float) cam.getWidth() / cam.getHeight();
66 cam.setFrustum(-1000, 1000, -aspect * frustumSize, aspect * frustumSize, frustumSize, -frustumSize);
80 float aspect = (float) cam.getWidth() / cam.getHeight();
81 cam.setFrustum(-1000, 1000, -aspect * frustumSize, aspect * frustumSize, frustumSize, -frustumSize);
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/cameras/
H A DCameraHelper.java71 float aspect = 0;
75 aspect = ((Number) structure.getFieldValue("lens")).floatValue();
77 aspect = ((Number) structure.getFieldValue("ortho_scale")).floatValue();
79 result.setFrustumPerspective(45, aspect, clipsta, clipend);
102 float aspect = 0;
106 aspect = ((Number) structure.getFieldValue("lens")).floatValue();
108 aspect = ((Number) structure.getFieldValue("ortho_scale")).floatValue();
110 result.setFrustumPerspective(aspect, result.getWidth() / result.getHeight(), clipsta, clipend);
/external/eigen/demos/opengl/
H A Dgpuhelper.cpp56 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) argument
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...]
H A Dcamera.cpp216 float aspect = float(mVpWidth)/float(mVpHeight); local
221 mProjectionMatrix(0,0) = invtan / aspect;
H A Dgpuhelper.h85 void drawVector(const Vector3f& position, const Vector3f& vec, const Color& color, float aspect = 50.);
86 void drawVectorBox(const Vector3f& position, const Vector3f& vec, const Color& color, float aspect = 50.);
/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawImageObjectUtil.cpp170 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
164 readSurface(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, int height, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) argument
188 readVolume(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, int height, int depth, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) argument
213 readSurface1D(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) argument
237 read(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, int height, int depth, unsigned int mipLevel, unsigned int arrayElement, vk::VkImageAspectFlagBits aspect, vk::VkImageType type, void * data) argument
258 readUsingBuffer(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, int height, int depth, unsigned int mipLevel, unsigned int arrayElement, vk::VkImageAspectFlagBits aspect, void * data) argument
383 readSurfaceLinear(vk::VkOffset3D offset, int width, int height, int depth, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) argument
396 readLinear(vk::VkOffset3D offset, int width, int height, int depth, unsigned int mipLevel, unsigned int arrayElement, vk::VkImageAspectFlagBits aspect, void * data) argument
419 copyToLinearImage(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, int height, int depth, unsigned int mipLevel, unsigned int arrayElement, vk::VkImageAspectFlagBits aspect, vk::VkImageType type) argument
485 uploadVolume(const tcu::ConstPixelBufferAccess& access, vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) argument
507 uploadSurface(const tcu::ConstPixelBufferAccess& access, vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) argument
529 uploadSurface1D(const tcu::ConstPixelBufferAccess& access, vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) argument
551 uploadSurfaceLinear(const tcu::ConstPixelBufferAccess& access, vk::VkOffset3D offset, int width, int height, int depth, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) argument
563 upload(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, int height, int depth, unsigned int mipLevel, unsigned int arrayElement, vk::VkImageAspectFlagBits aspect, vk::VkImageType type, const void * data) argument
667 uploadUsingBuffer(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, int height, int depth, unsigned int mipLevel, unsigned int arrayElement, vk::VkImageAspectFlagBits aspect, const void * data) argument
787 uploadLinear(vk::VkOffset3D offset, int width, int height, int depth, unsigned int mipLevel, unsigned int arrayElement, vk::VkImageAspectFlagBits aspect, const void * data) argument
[all...]
H A DvktDrawImageObjectUtil.hpp78 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/
H A DvktDynamicStateImageObjectUtil.cpp170 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
164 readSurface(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, int height, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) argument
188 readVolume(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, int height, int depth, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) argument
213 readSurface1D(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) argument
237 read(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, int height, int depth, unsigned int mipLevel, unsigned int arrayElement, vk::VkImageAspectFlagBits aspect, vk::VkImageType type, void * data) argument
258 readUsingBuffer(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, int height, int depth, unsigned int mipLevel, unsigned int arrayElement, vk::VkImageAspectFlagBits aspect, void * data) argument
383 readSurfaceLinear(vk::VkOffset3D offset, int width, int height, int depth, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) argument
396 readLinear(vk::VkOffset3D offset, int width, int height, int depth, unsigned int mipLevel, unsigned int arrayElement, vk::VkImageAspectFlagBits aspect, void * data) argument
419 copyToLinearImage(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, int height, int depth, unsigned int mipLevel, unsigned int arrayElement, vk::VkImageAspectFlagBits aspect, vk::VkImageType type) argument
485 uploadVolume(const tcu::ConstPixelBufferAccess& access, vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) argument
507 uploadSurface(const tcu::ConstPixelBufferAccess& access, vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) argument
529 uploadSurface1D(const tcu::ConstPixelBufferAccess& access, vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) argument
551 uploadSurfaceLinear(const tcu::ConstPixelBufferAccess& access, vk::VkOffset3D offset, int width, int height, int depth, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) argument
563 upload(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, int height, int depth, unsigned int mipLevel, unsigned int arrayElement, vk::VkImageAspectFlagBits aspect, vk::VkImageType type, const void * data) argument
667 uploadUsingBuffer(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, int height, int depth, unsigned int mipLevel, unsigned int arrayElement, vk::VkImageAspectFlagBits aspect, const void * data) argument
787 uploadLinear(vk::VkOffset3D offset, int width, int height, int depth, unsigned int mipLevel, unsigned int arrayElement, vk::VkImageAspectFlagBits aspect, const void * data) argument
[all...]
H A DvktDynamicStateImageObjectUtil.hpp79 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/
H A DvktQueryPoolImageObjectUtil.cpp172 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
165 readVolume(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, int height, int depth, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) argument
190 readSurface1D(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) argument
214 read(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, int height, int depth, unsigned int mipLevel, unsigned int arrayElement, vk::VkImageAspectFlagBits aspect, vk::VkImageType type, void * data) argument
235 readUsingBuffer(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, int height, int depth, unsigned int mipLevel, unsigned int arrayElement, vk::VkImageAspectFlagBits aspect, void * data) argument
360 readSurfaceLinear(vk::VkOffset3D offset, int width, int height, int depth, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) argument
373 readLinear(vk::VkOffset3D offset, int width, int height, int depth, unsigned int mipLevel, unsigned int arrayElement, vk::VkImageAspectFlagBits aspect, void * data) argument
396 copyToLinearImage(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, int height, int depth, unsigned int mipLevel, unsigned int arrayElement, vk::VkImageAspectFlagBits aspect, vk::VkImageType type) argument
462 uploadVolume(const tcu::ConstPixelBufferAccess& access, vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) argument
484 uploadSurface(const tcu::ConstPixelBufferAccess& access, vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) argument
506 uploadSurface1D(const tcu::ConstPixelBufferAccess& access, vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) argument
528 uploadSurfaceLinear(const tcu::ConstPixelBufferAccess& access, vk::VkOffset3D offset, int width, int height, int depth, vk::VkImageAspectFlagBits aspect, unsigned int mipLevel, unsigned int arrayElement) argument
540 upload(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, int height, int depth, unsigned int mipLevel, unsigned int arrayElement, vk::VkImageAspectFlagBits aspect, vk::VkImageType type, const void * data) argument
644 uploadUsingBuffer(vk::VkQueue queue, vk::Allocator& allocator, vk::VkImageLayout layout, vk::VkOffset3D offset, int width, int height, int depth, unsigned int mipLevel, unsigned int arrayElement, vk::VkImageAspectFlagBits aspect, const void * data) argument
765 uploadLinear(vk::VkOffset3D offset, int width, int height, int depth, unsigned int mipLevel, unsigned int arrayElement, vk::VkImageAspectFlagBits aspect, const void * data) argument
[all...]
H A DvktQueryPoolImageObjectUtil.hpp77 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...]
/external/jmonkeyengine/engine/src/test/jme3test/asset/
H A DTestOnlineJar.java73 float aspect = tex.getImage().getWidth() / (float) tex.getImage().getHeight();
74 quad.setLocalScale(new Vector3f(aspect * 1.5f, 1.5f, 1));
H A DTestUrlLoading.java73 float aspect = tex.getImage().getWidth() / (float) tex.getImage().getHeight();
74 quad.setLocalScale(new Vector3f(aspect * 1.5f, 1.5f, 1));
/external/ImageMagick/Magick++/tests/
H A Dgeometry.cpp36 (geometry.aspect() == false))
/external/autotest/client/site_tests/graphics_SanAngeles/src/
H A Dmatrixop.h41 extern void Matrix4x4_Perspective(Matrix4x4 mat, float fovy, float aspect,
H A Dmatrixop.c167 float fovy, float aspect,
172 frustumW = frustumH * aspect;
166 Matrix4x4_Perspective(Matrix4x4 mat, float fovy, float aspect, float nearZ, float farZ) argument
/external/vulkan-validation-layers/libs/glm/gtc/
H A Dmatrix_transform.hpp179 /// @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);
/external/ImageMagick/Magick++/lib/Magick++/
H A DGeometry.h70 // Resize without preserving aspect ratio (!)
71 void aspect(bool aspect_);
72 bool aspect(void) const;
/external/autotest/client/site_tests/firmware_TouchMTB/
H A Dfirmware_window.py29 def __init__(self, label=None, size=None, aspect=False):
30 # Create a regular/aspect frame
31 self.frame = gtk.AspectFrame() if aspect else gtk.Frame()
43 if aspect:
202 - An aspect frame
207 super(ImageFrame, self).__init__(label, size, aspect=True)
/external/jmonkeyengine/engine/src/core/com/jme3/input/
H A DFlyByCamera.java275 float aspect = w / h;
284 w = h * aspect;
/external/vulkan-validation-layers/tests/
H A Dvktestbinding.h472 subresource_range(VkImageAspectFlagBits aspect) const {
473 return subresource_range(create_info_, aspect);
498 static VkImageSubresource subresource(VkImageAspectFlagBits aspect,
504 static VkImageSubresourceLayers subresource(VkImageAspectFlagBits aspect,
778 inline VkImageSubresource Image::subresource(VkImageAspectFlagBits aspect, argument
782 subres.aspectMask = aspect;
796 inline VkImageSubresourceLayers Image::subresource(VkImageAspectFlagBits aspect, argument
801 subres.aspectMask = aspect;
H A Dvkrenderframework.h306 void ImageMemoryBarrier(VkCommandBufferObj *cmd, VkImageAspectFlags aspect,
333 void SetLayout(VkCommandBufferObj *cmd_buf, VkImageAspectFlagBits aspect,
335 void SetLayout(VkImageAspectFlagBits aspect, VkImageLayout image_layout);
/external/ImageMagick/Magick++/lib/
H A DGeometry.cpp27 return((left_.aspect() == right_.aspect()) &&
327 void Magick::Geometry::aspect(bool aspect_) function in class:Magick::Geometry
332 bool Magick::Geometry::aspect(void) const function in class:Magick::Geometry

Completed in 5166 milliseconds

12