Home
last modified time | relevance | path

Searched defs:aspect (Results 1 – 12 of 12) sorted by relevance

/external/flac/libFLAC/
Dogg_decoder_aspect.c52 FLAC__bool FLAC__ogg_decoder_aspect_init(FLAC__OggDecoderAspect *aspect) in FLAC__ogg_decoder_aspect_init()
72 void FLAC__ogg_decoder_aspect_finish(FLAC__OggDecoderAspect *aspect) in FLAC__ogg_decoder_aspect_finish()
78 void FLAC__ogg_decoder_aspect_set_serial_number(FLAC__OggDecoderAspect *aspect, long value) in FLAC__ogg_decoder_aspect_set_serial_number()
84 void FLAC__ogg_decoder_aspect_set_defaults(FLAC__OggDecoderAspect *aspect) in FLAC__ogg_decoder_aspect_set_defaults()
89 void FLAC__ogg_decoder_aspect_flush(FLAC__OggDecoderAspect *aspect) in FLAC__ogg_decoder_aspect_flush()
97 void FLAC__ogg_decoder_aspect_reset(FLAC__OggDecoderAspect *aspect) in FLAC__ogg_decoder_aspect_reset()
105 …ectReadStatus FLAC__ogg_decoder_aspect_read_callback_wrapper(FLAC__OggDecoderAspect *aspect, FLAC_… in FLAC__ogg_decoder_aspect_read_callback_wrapper()
Dogg_encoder_aspect.c50 FLAC__bool FLAC__ogg_encoder_aspect_init(FLAC__OggEncoderAspect *aspect) in FLAC__ogg_encoder_aspect_init()
63 void FLAC__ogg_encoder_aspect_finish(FLAC__OggEncoderAspect *aspect) in FLAC__ogg_encoder_aspect_finish()
69 void FLAC__ogg_encoder_aspect_set_serial_number(FLAC__OggEncoderAspect *aspect, long value) in FLAC__ogg_encoder_aspect_set_serial_number()
74 FLAC__bool FLAC__ogg_encoder_aspect_set_num_metadata(FLAC__OggEncoderAspect *aspect, unsigned value) in FLAC__ogg_encoder_aspect_set_num_metadata()
84 void FLAC__ogg_encoder_aspect_set_defaults(FLAC__OggEncoderAspect *aspect) in FLAC__ogg_encoder_aspect_set_defaults()
111 …rWriteStatus FLAC__ogg_encoder_aspect_write_callback_wrapper(FLAC__OggEncoderAspect *aspect, const… in FLAC__ogg_encoder_aspect_write_callback_wrapper()
/external/eigen/demos/opengl/
Dgpuhelper.cpp56 …wVector(const Vector3f& position, const Vector3f& vec, const Color& color, float aspect /* = 50.*/) in drawVector()
77 …per::drawVectorBox(const Vector3f& position, const Vector3f& vec, const Color& color, float aspect) in drawVectorBox()
Dcamera.cpp216 float aspect = float(mVpWidth)/float(mVpHeight); in updateProjectionMatrix() local
/external/chromium_org/ui/gfx/image/
Dimage_family.cc34 float aspect = static_cast<float>(size.width()) / size.height(); in Add() local
110 const gfx::Image* ImageFamily::GetWithExactAspect(float aspect, in GetWithExactAspect()
Dimage_family.h36 float aspect() const { return first; } in aspect() function
/external/chromium_org/ppapi/examples/compositor/
Dspinning_cube.cc216 void Perspective(float fov_y, float aspect, float near_z, float far_z) { in Perspective()
447 float aspect = static_cast<GLfloat>(width_) / static_cast<GLfloat>(height_); in Update() local
/external/chromium_org/ppapi/examples/gles2_spinning_cube/
Dspinning_cube.cc232 void Perspective(float fov_y, float aspect, float near_z, float far_z) { in Perspective()
454 float aspect = static_cast<GLfloat>(width_) / static_cast<GLfloat>(height_); in Update() local
/external/chromium_org/mojo/examples/sample_app/
Dspinning_cube.cc233 void Perspective(float fov_y, float aspect, float near_z, float far_z) { in Perspective()
457 float aspect = static_cast<GLfloat>(width_) / static_cast<GLfloat>(height_); in Update() local
/external/chromium_org/mojo/apps/js/
Dmain.js128 ESMatrix.prototype.perspective = function(fovY, aspect, nearZ, farZ) { argument
/external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/
Dmat4.js748 mat4.perspective = function (out, fovy, aspect, near, far) { argument
/external/chromium-trace/trace-viewer/third_party/gl-matrix/dist/
Dgl-matrix.js3231 mat4.perspective = function (out, fovy, aspect, near, far) { argument