HomeSort by relevance Sort by last modified time
    Searched refs:format_ (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/sfntly/cpp/src/sfntly/table/bitmap/
bitmap_glyph_info.cc 31 format_(format) {
43 format_(format) {
47 return (format_ == rhs.format_ &&
57 return (format_ == rhs->format() &&
bitmap_glyph.h 85 int32_t format() { return format_; }
95 int32_t format_; member in class:sfntly::BitmapGlyph::Builder
102 int32_t format() { return format_; }
110 int32_t format_; member in class:sfntly::BitmapGlyph
bitmap_glyph_info.h 60 int32_t format() const { return format_; }
72 int32_t format_; member in class:sfntly::BitmapGlyphInfo
bitmap_glyph.cc 40 : SubTable(data), format_(format) {
72 : SubTable::Builder(data), format_(format) {
76 : SubTable::Builder(data), format_(format) {
  /hardware/qcom/display/msm8996/libgralloc1/
gr_buf_descriptor.h 43 format_(f),
52 format_(f),
66 void SetColorFormat(int format) { format_ = format; }
78 int GetFormat() const { return format_; }
87 int format_ = -1; member in class:gralloc1::BufferDescriptor
  /hardware/qcom/display/msm8998/libgralloc1/
gr_buf_descriptor.h 43 format_(f),
52 format_(f),
66 void SetColorFormat(int format) { format_ = format; }
78 int GetFormat() const { return format_; }
87 int format_ = -1; member in class:gralloc1::BufferDescriptor
  /hardware/qcom/display/sdm845/libgralloc1/
gr_buf_descriptor.h 44 format_(f),
53 format_(f),
67 void SetColorFormat(int format) { format_ = format; }
79 int GetFormat() const { return format_; }
88 int format_ = -1; member in class:gralloc1::BufferDescriptor
  /external/freetype/src/sfnt/
ttcmap.h 72 format_, \
90 format_, \
108 format_, \
124 clazz->format = format_; \
  /external/pdfium/third_party/freetype/src/sfnt/
ttcmap.h 72 format_, \
90 format_, \
108 format_, \
124 clazz->format = format_; \
  /external/libvpx/libvpx/test/
yuv_video_source.h 32 format_(VPX_IMG_FMT_NONE), framerate_numerator_(rate_numerator),
34 // This initializes format_, raw_size_, width_, height_ and allocates img.
79 if (width != width_ || height != height_ || format != format_) {
85 format_ = format;
118 vpx_img_fmt format_; member in class:libvpx_test::YUVVideoSource
video_source.h 137 format_(VPX_IMG_FMT_I420) {
180 if (format_ != format) {
181 format_ = format;
193 img_ = vpx_img_alloc(NULL, format_, width_, height_, 32);
203 vpx_img_fmt_t format_; member in class:libvpx_test::DummyVideoSource
  /hardware/libhardware/modules/camera/3_4/
v4l2_wrapper.cpp 110 format_.reset();
130 if (!format_) {
135 int32_t type = format_->type();
146 if (!format_) {
152 int32_t type = format_->type();
444 if (format_ && desired_format == *format_) {
452 if (format_) {
482 format_.reset(new StreamFormat(new_format));
497 req_buffers.type = format_->type()
    [all...]
v4l2_wrapper.h 111 std::unique_ptr<StreamFormat> format_; member in class:v4l2_camera_hal::V4L2Wrapper
  /external/deqp/framework/opengl/
gluTextureUtil.hpp 53 TransferFormat (deUint32 format_, deUint32 dataType_)
54 : format (format_)
  /frameworks/native/libs/vr/libdvr/
dvr_buffer_queue_internal.h 37 uint32_t format() const { return format_; };
60 uint32_t format_; member in struct:DvrWriteBufferQueue
  /external/protobuf/src/google/protobuf/io/
gzip_stream.h 91 Format format_; member in class:google::protobuf::io::GzipInputStream
gzip_stream.cc 51 : format_(format), sub_stream_(sub_stream), zerror_(Z_OK), byte_count_(0) {
104 int error = internalInflateInit2(&zcontext_, format_);
142 zerror_ = internalInflateInit2(&zcontext_, format_);
  /external/webrtc/talk/app/webrtc/
videosource.h 108 cricket::VideoFormat format_; member in class:webrtc::VideoSource
videosource.cc 354 channel_manager_->StopVideoCapture(video_capturer_.get(), format_);
408 format_ = GetBestCaptureFormat(formats);
414 if (!channel_manager_->StartVideoCapture(video_capturer_.get(), format_)) {
431 channel_manager_->StopVideoCapture(video_capturer_.get(), format_);
435 if (!channel_manager_->StartVideoCapture(video_capturer_.get(), format_)) {
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
gzip_stream.h 92 Format format_; member in class:google::protobuf::io::GzipInputStream
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
gzip_stream.h 92 Format format_; member in class:google::protobuf::io::GzipInputStream
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
gzip_stream.h 91 Format format_; member in class:google::protobuf::io::GzipInputStream
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
gzip_stream.h 92 Format format_; member in class:google::protobuf::io::GzipInputStream
  /toolchain/binutils/binutils-2.25/gold/
fileread.h 494 is_in_sysroot_(false), format_(FORMAT_NONE)
570 { return this->format_; }
606 Format format_; member in class:gold::Input_file
  /frameworks/native/libs/vr/libbufferhub/include/private/dvr/
bufferhub_rpc.h 93 format_(buffer.format()),
120 stride_, format_, usage_);
144 uint32_t format_; member in class:android::dvr::NativeBufferHandle
151 stride_ = width_ = height_ = format_ = usage_ = 0;
155 width_, height_, layer_count_, format_, usage_,

Completed in 2408 milliseconds

1 2 3