/external/flac/libFLAC/ |
D | ogg_decoder_aspect.c | 52 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 …]
|
D | ogg_encoder_aspect.c | 50 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/ |
D | ogg_decoder_aspect.h | 57 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…
|
D | ogg_encoder_aspect.h | 53 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/ |
D | main.js | 76 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/ |
D | vid_dos.cpp | 233 vid.aspect = pcurrentmode->aspect; in VID_SetMode() 255 vid.aspect = pcurrentmode->aspect; in VID_SetMode()
|
D | r_misc.cpp | 453 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()
|
D | vid.h | 43 float aspect; // width / height -- < 0 is taller than wide member
|
D | vid_null.cpp | 49 vid.aspect = 1.0; in VID_Init()
|
D | vid_svgalib.cpp | 112 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()
|
D | vid_dos.h | 28 float aspect; member
|
D | vid_vga.cpp | 70 if (lvid->aspect > 1.5) in VGA_BeginDirectRect() 141 if (lvid->aspect > 1.5) in VGA_EndDirectRect()
|
D | render.h | 120 void R_ViewChanged (vrect_t *pvrect, int lineadj, float aspect);
|
D | gl_rmain.cpp | 1008 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/ |
D | gl_rmain.c | 909 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()
|
D | vid.h | 43 float aspect; // width / height -- < 0 is taller than wide member
|
D | r_misc.c | 526 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()
|
D | vid_null.c | 30 vid.aspect = 1.0; in VID_Init()
|
D | vid_svgalib.c | 113 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()
|
D | render.h | 115 void R_ViewChanged (vrect_t *pvrect, int lineadj, float aspect);
|
D | gl_vidandroid.c | 233 vid.aspect = (float) scr_width / (float) scr_height; in VID_Init()
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | tabpose_window.mm | 232 // 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/ |
D | m_matrix.h | 118 _math_matrix_perspective(GLmatrix * mat, GLfloat fovy, GLfloat aspect,
|
/external/llvm/docs/HistoricalNotes/ |
D | 2002-05-12-InstListChange.txt | 49 The only negative aspect of this change that I see is that it increases
|
/external/astl/include/ |
D | iomanip | 45 // Structures passed to the streams to set various aspect of it.
|