Searched refs:format_ (Results 1 - 25 of 59) sorted by relevance

123

/external/tensorflow/tensorflow/core/kernels/
H A Das_string_op.cc67 format_ = "%";
69 strings::Appendf(&format_, "%s%d", fill_string.c_str(), width);
72 strings::Appendf(&format_, ".%d", precision);
77 strings::Appendf(&format_, "d");
80 strings::Appendf(&format_, "lld");
86 strings::Appendf(&format_, "g");
88 strings::Appendf(&format_, "e");
90 strings::Appendf(&format_, "f");
103 format_ = strings::Printf("(%s,%s)", format_
156 string format_; member in class:tensorflow::AsStringOp
[all...]
H A Dencode_jpeg_op.cc35 OP_REQUIRES_OK(context, context->GetAttr("format", &format_));
36 if (format_.empty()) {
38 } else if (format_ == "grayscale") {
40 } else if (format_ == "rgb") {
45 "format must be '', grayscale or rgb, got ", format_));
116 errors::InvalidArgument("format ", format_, " expects ",
132 string format_; member in class:tensorflow::EncodeJpegOp
H A Ddecode_image_op.cc73 format_ = kJpgFormat;
75 format_ = kJpgFormat;
78 format_ = kPngFormat;
80 format_ = kGifFormat;
86 if (format_ == kGifFormat) {
99 if (format_ == kPngFormat) {
116 if (format_ == kJpgFormat) {
219 format_ == kGifFormat
265 format_ == kGifFormat ? TensorShape({1, height, width, decode.channels})
304 if (format_
331 FileFormat format_; member in class:tensorflow::__anon26450::DecodeImageOp
[all...]
/external/bsdiff/
H A Dbsdiff_arguments.h21 : format_(BsdiffFormat::kLegacy),
26 : format_(format),
34 BsdiffFormat format() const { return format_; }
60 BsdiffFormat format_; member in class:bsdiff::BsdiffArguments
H A Dbsdiff_arguments.cc51 if (format_ == BsdiffFormat::kLegacy) {
53 } else if (format_ == BsdiffFormat::kBsdf2) {
56 } else if (format_ == BsdiffFormat::kEndsley) {
73 if (!ParseBsdiffFormat(optarg, &format_)) {
95 if (format_ != BsdiffFormat::kLegacy &&
H A Dpatch_writer.cc30 : patch_filename_(patch_filename), format_(BsdiffFormat::kLegacy) {
39 : patch_filename_(patch_filename), format_(BsdiffFormat::kBsdf2) {
139 if (format_ == BsdiffFormat::kLegacy) {
142 } else if (format_ == BsdiffFormat::kBsdf2) {
H A Dpatch_writer.h53 BsdiffFormat format_; member in class:bsdiff::BsdiffPatchWriter
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbitmap_glyph_info.cc31 format_(format) {
43 format_(format) {
47 return (format_ == rhs.format_ &&
57 return (format_ == rhs->format() &&
H A Dbitmap_glyph.h85 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
H A Dbitmap_glyph.cc40 : SubTable(data), format_(format) {
72 : SubTable::Builder(data), format_(format) {
76 : SubTable::Builder(data), format_(format) {
H A Dbitmap_glyph_info.h60 int32_t format() const { return format_; }
72 int32_t format_; member in class:sfntly::BitmapGlyphInfo
/external/libmojo/device/bluetooth/
H A Dbluetooth_uuid.h57 Format format() const { return format_; }
87 Format format_; member in class:device::BluetoothUUID
H A Dbluetooth_uuid.cc69 GetCanonicalUuid(uuid, &value_, &canonical_value_, &format_);
72 BluetoothUUID::BluetoothUUID() : format_(kFormatInvalid) {
79 return format_ != kFormatInvalid;
/external/freetype/src/sfnt/
H A Dttcmap.h72 format_, \
90 format_, \
108 format_, \
124 clazz->format = format_; \
/external/libvpx/libvpx/test/
H A Dyuv_video_source.h32 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
H A Dvideo_source.h137 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
/external/deqp/framework/opengl/
H A DgluTextureUtil.hpp53 TransferFormat (deUint32 format_, deUint32 dataType_) argument
54 : format (format_)
H A DgluVarType.cpp234 Layout::Layout (int location_, int binding_, int offset_, FormatLayout format_, MatrixOrder matrixOrder_) argument
238 , format (format_)
/external/webrtc/talk/app/webrtc/
H A Dvideosource.h108 cricket::VideoFormat format_; member in class:webrtc::VideoSource
H A Dvideosource.cc354 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_)) {
/external/protobuf/src/google/protobuf/io/
H A Dgzip_stream.h91 Format format_; member in class:google::protobuf::io::GzipInputStream
H A Dgzip_stream.cc51 : format_(format), sub_stream_(sub_stream), zerror_(Z_OK), byte_count_(0) {
104 int error = internalInflateInit2(&zcontext_, format_);
142 zerror_ = internalInflateInit2(&zcontext_, format_);
/external/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.h137 virtual int32_t format() { return format_; }
155 int32_t format_; member in class:sfntly::CMapTable::CMap::Builder
182 virtual int32_t format() { return format_; }
208 int32_t format_; member in class:sfntly::CMapTable::CMap
/external/vulkan-validation-layers/demos/smoke/
H A DSmoke.h143 VkFormat format_; member in class:Smoke
/external/deqp/modules/glshared/
H A DglsLongStressCase.hpp153 const deUint32 format_,
167 , format (format_)
149 TextureSpec(const glu::TextureTestUtil::TextureType texType, const deUint32 unit, const int width_, const int height_, const deUint32 format_, const deUint32 dataType_, const deUint32 internalFormat_, const bool useMipmap_, const deUint32 minFilter_, const deUint32 magFilter_, const deUint32 sWrap_, const deUint32 tWrap_, const tcu::Vec4& minValue_, const tcu::Vec4& maxValue_) argument

Completed in 1453 milliseconds

123