HomeSort by relevance Sort by last modified time
    Searched refs:horizontal_scale (Results 1 - 6 of 6) sorted by null

  /external/v4l2_codec2/vda/
vp8_decoder.cc 158 horizontal_scale_ = curr_frame_hdr_->horizontal_scale;
164 curr_frame_hdr_->horizontal_scale = horizontal_scale_;
vp8_parser.h 115 uint8_t horizontal_scale; member in struct:media::Vp8FrameHeader
vp8_parser.cc 121 fhdr->horizontal_scale = data >> 14;
v4l2-controls.h 1185 __u8 horizontal_scale; member in struct:v4l2_ctrl_vp8_frame_hdr
    [all...]
v4l2_slice_video_decode_accelerator.cc     [all...]
  /external/ImageMagick/MagickCore/
composite.c 950 horizontal_scale,
981 horizontal_scale=(MagickRealType) (source_image->columns-1)/2.0;
986 horizontal_scale=(MagickRealType) (image->columns-1)/2.0;
992 horizontal_scale=geometry_info.rho;
998 horizontal_scale*=(source_image->columns-1)/200.0;
1003 horizontal_scale*=(image->columns-1)/200.0;
1008 vertical_scale=horizontal_scale;
948 horizontal_scale, local
    [all...]

Completed in 493 milliseconds