Home
last modified time | relevance | path

Searched refs:aspect (Results 1 – 25 of 79) sorted by relevance

1234

/external/flac/libFLAC/
Dogg_decoder_aspect.c52 FLAC__bool FLAC__ogg_decoder_aspect_init(FLAC__OggDecoderAspect *aspect) in FLAC__ogg_decoder_aspect_init() argument
55 if(ogg_stream_init(&aspect->stream_state, aspect->serial_number) != 0) in FLAC__ogg_decoder_aspect_init()
58 if(ogg_sync_init(&aspect->sync_state) != 0) in FLAC__ogg_decoder_aspect_init()
61 aspect->version_major = ~(0u); in FLAC__ogg_decoder_aspect_init()
62 aspect->version_minor = ~(0u); in FLAC__ogg_decoder_aspect_init()
64 aspect->need_serial_number = aspect->use_first_serial_number; in FLAC__ogg_decoder_aspect_init()
66 aspect->end_of_stream = false; in FLAC__ogg_decoder_aspect_init()
67 aspect->have_working_page = false; in FLAC__ogg_decoder_aspect_init()
72 void FLAC__ogg_decoder_aspect_finish(FLAC__OggDecoderAspect *aspect) in FLAC__ogg_decoder_aspect_finish() argument
74 (void)ogg_sync_clear(&aspect->sync_state); in FLAC__ogg_decoder_aspect_finish()
[all …]
Dogg_encoder_aspect.c50 FLAC__bool FLAC__ogg_encoder_aspect_init(FLAC__OggEncoderAspect *aspect) in FLAC__ogg_encoder_aspect_init() argument
53 if(ogg_stream_init(&aspect->stream_state, aspect->serial_number) != 0) in FLAC__ogg_encoder_aspect_init()
56 aspect->seen_magic = false; in FLAC__ogg_encoder_aspect_init()
57 aspect->is_first_packet = true; in FLAC__ogg_encoder_aspect_init()
58 aspect->samples_written = 0; in FLAC__ogg_encoder_aspect_init()
63 void FLAC__ogg_encoder_aspect_finish(FLAC__OggEncoderAspect *aspect) in FLAC__ogg_encoder_aspect_finish() argument
65 (void)ogg_stream_clear(&aspect->stream_state); 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() argument
71 aspect->serial_number = 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() argument
[all …]
/external/flac/libFLAC/include/private/
Dogg_decoder_aspect.h57 void FLAC__ogg_decoder_aspect_set_serial_number(FLAC__OggDecoderAspect *aspect, long value);
58 void FLAC__ogg_decoder_aspect_set_defaults(FLAC__OggDecoderAspect *aspect);
59 FLAC__bool FLAC__ogg_decoder_aspect_init(FLAC__OggDecoderAspect *aspect);
60 void FLAC__ogg_decoder_aspect_finish(FLAC__OggDecoderAspect *aspect);
61 void FLAC__ogg_decoder_aspect_flush(FLAC__OggDecoderAspect *aspect);
62 void FLAC__ogg_decoder_aspect_reset(FLAC__OggDecoderAspect *aspect);
77 …s FLAC__ogg_decoder_aspect_read_callback_wrapper(FLAC__OggDecoderAspect *aspect, FLAC__byte buffer…
Dogg_encoder_aspect.h53 void FLAC__ogg_encoder_aspect_set_serial_number(FLAC__OggEncoderAspect *aspect, long value);
54 FLAC__bool FLAC__ogg_encoder_aspect_set_num_metadata(FLAC__OggEncoderAspect *aspect, unsigned value…
55 void FLAC__ogg_encoder_aspect_set_defaults(FLAC__OggEncoderAspect *aspect);
56 FLAC__bool FLAC__ogg_encoder_aspect_init(FLAC__OggEncoderAspect *aspect);
57 void FLAC__ogg_encoder_aspect_finish(FLAC__OggEncoderAspect *aspect);
61 … FLAC__ogg_encoder_aspect_write_callback_wrapper(FLAC__OggEncoderAspect *aspect, const FLAC__byte …
/external/chromium/chrome/browser/resources/keyboard/
Dmain.js76 get aspect() { getter in BaseKey
192 function SvgKey(aspect, className, keyId) { argument
194 this.aspect_ = aspect;
231 function SpecialKey(aspect, content, keyId) { argument
233 this.aspect_ = aspect;
262 function ShiftKey(aspect) { argument
264 this.aspect_ = aspect;
437 get aspect() { getter in Row
440 total += this.keys_[i].aspect;
640 var totalWidth = Math.floor(height * allRows[0].aspect);
/external/quake/quake/src/WinQuake/
Dvid_dos.cpp233 vid.aspect = pcurrentmode->aspect; in VID_SetMode()
255 vid.aspect = pcurrentmode->aspect; in VID_SetMode()
Dr_misc.cpp453 R_ViewChanged (&vrect, sb_lines, vid.aspect); in R_SetupFrame()
479 vid.aspect * (h / w) * in R_SetupFrame()
490 R_ViewChanged (&vrect, sb_lines, vid.aspect); in R_SetupFrame()
Dvid.h43 float aspect; // width / height -- < 0 is taller than wide member
Dvid_null.cpp49 vid.aspect = 1.0; in VID_Init()
Dvid_svgalib.cpp112 if (vid.aspect > 1.5) in D_BeginDirectRect()
176 if (vid.aspect > 1.5) in D_EndDirectRect()
315 Con_Printf("vid.aspect: %f\n",vid.aspect); in VID_Debug_f()
502 vid.aspect = ((float)vid.height / (float)vid.width) * (320.0 / 240.0); in VID_SetMode()
Dvid_dos.h28 float aspect; member
Dvid_vga.cpp70 if (lvid->aspect > 1.5) in VGA_BeginDirectRect()
141 if (lvid->aspect > 1.5) in VGA_EndDirectRect()
Drender.h120 void R_ViewChanged (vrect_t *pvrect, int lineadj, float aspect);
Dgl_rmain.cpp1008 void MYgluPerspective( float fovy, float aspect, in MYgluPerspective() argument
1016 xmin = ymin * aspect; in MYgluPerspective()
1017 xmax = ymax * aspect; in MYgluPerspective()
1024 void MYgluPerspective( GLdouble fovy, GLdouble aspect, in MYgluPerspective() argument
1032 xmin = ymin * aspect; in MYgluPerspective()
1033 xmax = ymax * aspect; in MYgluPerspective()
/external/quake/quake/src/QW/client/
Dgl_rmain.c909 void MYgluPerspective( float fovy, float aspect, in MYgluPerspective() argument
917 xmin = ymin * aspect; in MYgluPerspective()
918 xmax = ymax * aspect; in MYgluPerspective()
925 void MYgluPerspective( GLdouble fovy, GLdouble aspect, in MYgluPerspective() argument
933 xmin = ymin * aspect; in MYgluPerspective()
934 xmax = ymax * aspect; in MYgluPerspective()
Dvid.h43 float aspect; // width / height -- < 0 is taller than wide member
Dr_misc.c526 R_ViewChanged (&vrect, sb_lines, vid.aspect); in R_SetupFrame()
552 vid.aspect * (h / w) * in R_SetupFrame()
563 R_ViewChanged (&vrect, sb_lines, vid.aspect); in R_SetupFrame()
Dvid_null.c30 vid.aspect = 1.0; in VID_Init()
Dvid_svgalib.c113 if (vid.aspect > 1.5) in D_BeginDirectRect()
177 if (vid.aspect > 1.5) in D_EndDirectRect()
316 Con_Printf("vid.aspect: %f\n",vid.aspect); in VID_Debug_f()
503 vid.aspect = ((float)vid.height / (float)vid.width) * (320.0 / 240.0); in VID_SetMode()
Drender.h115 void R_ViewChanged (vrect_t *pvrect, int lineadj, float aspect);
Dgl_vidandroid.c233 vid.aspect = (float) scr_width / (float) scr_height; in VID_Init()
/external/chromium/chrome/browser/ui/cocoa/
Dtabpose_window.mm232 // infobars as the aspect ratio will be wrong. Fix that.
384 // Given the number |n| of tiles with a desired aspect ratio of |a| and a
390 // We want to have the small rects have the same aspect ratio a as a full
647 CGFloat aspect = NSWidth(containing_rect) / NSHeight(containing_rect);
659 // that need to fit into that rect. The aspect ratio of the thumbnails needs
667 // such that count_x / count_y is roughly equal to |aspect|?
669 tile_count, aspect,
685 // |small_width / small_height| has only roughly an aspect ratio of |aspect|.
686 // Shrink the thumbnail rect to make the aspect ratio fit exactly, and add
690 if (aspect > small_width/static_cast<float>(small_height)) {
[all …]
/external/mesa3d/test/
Dm_matrix.h118 _math_matrix_perspective(GLmatrix * mat, GLfloat fovy, GLfloat aspect,
/external/llvm/docs/HistoricalNotes/
D2002-05-12-InstListChange.txt49 The only negative aspect of this change that I see is that it increases
/external/astl/include/
Diomanip45 // Structures passed to the streams to set various aspect of it.

1234