Searched defs:get_width (Results 1 - 7 of 7) sorted by relevance

/external/libxcam/xcore/
H A Dxcam_analyzer.h93 uint32_t get_width () const { function in class:XCam::XAnalyzer
/external/harfbuzz_ng/src/
H A Dhb-ot-var-hvar-table.hh42 c->check_array (mapData, get_width (), mapCount));
57 unsigned int w = get_width ();
74 inline unsigned int get_width (void) const function in struct:OT::DeltaSetIndexMap
/external/opencv/cvaux/include/
H A Dcvaux.hpp63 float get_width() const // the smaller linear size of the object function in class:CvCamShiftTracker
/external/deqp/external/openglcts/modules/glesext/texture_border_clamp/
H A DesextcTextureBorderClampSamplingTexture.hpp90 inline glw::GLuint get_width(void) const function in class:glcts::TestConfiguration
/external/libxcam/modules/soft/
H A Dsoft_image.h76 uint32_t get_width () const { function in class:XCam::SoftImage
324 uint32_t line_bytes = buf->get_width () * buf->pixel_size ();
349 uint32_t line_bytes = buf->get_width () * buf->pixel_size ();
/external/libxcam/tests/
H A Dtest-soft-image.cpp91 uint32_t get_width () const { function in class:SoftElement
444 elements[idx]->get_width () && elements[idx]->get_height (),
447 idx, elements[idx]->get_width (), elements[idx]->get_height ());
469 BowlModel bowl_model (stitcher->get_bowl_config (), outs[0]->get_width (), outs[0]->get_height ());
471 outs[1]->get_width (), outs[1]->get_height ());
/external/opencv/cv/include/
H A Dcv.hpp114 int get_width() const { return prev_x_range.end_index - prev_x_range.start_index; } function in class:CvBaseImageFilter

Completed in 1178 milliseconds