Searched refs:to_format (Results 1 – 9 of 9) sorted by relevance
/external/tflite-support/tensorflow_lite_support/cc/task/vision/utils/ |
D | frame_buffer_utils.h | 111 explicit ConvertOperation(FrameBuffer::Format to_format) in ConvertOperation() 112 : to_format(to_format) {} in ConvertOperation() 113 FrameBuffer::Format to_format; member
|
D | frame_buffer_common_utils.cc | 295 FrameBuffer::Format to_format) { in ValidateConvertFormats() argument 296 if (from_format == to_format) { in ValidateConvertFormats() 305 if (to_format == FrameBuffer::Format::kRGBA) { in ValidateConvertFormats()
|
D | frame_buffer_common_utils.h | 101 FrameBuffer::Format to_format);
|
D | frame_buffer_utils.cc | 386 return absl::get<ConvertOperation>(operation).to_format; in GetFormat()
|
/external/deqp/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderLayeredFramebuffer.cpp | 515 glw::GLenum to_format = (n == 0) ? GL_RGBA : (n == 1) ? GL_RGBA_INTEGER : GL_RGBA_INTEGER; in iterate() local 528 TEXTURE_HEIGHT, 1 /* depth */, to_format, to_type, to_data_1); in iterate() 530 TEXTURE_HEIGHT, 1 /* depth */, to_format, to_type, to_data_2); in iterate() 532 TEXTURE_HEIGHT, 1 /* depth */, to_format, to_type, to_data_3); in iterate() 534 TEXTURE_HEIGHT, 1 /* depth */, to_format, to_type, to_data_4); in iterate() 585 glw::GLenum to_format = GL_NONE; in iterate() local 601 to_format = GL_RGBA; in iterate() 617 to_format = GL_RGBA_INTEGER; in iterate() 633 to_format = GL_RGBA_INTEGER; in iterate() 650 TEXTURE_HEIGHT, 1 /* depth */, to_format, to_type, slice_1_data); in iterate() [all …]
|
/external/crosvm/devices/src/virtio/video/decoder/ |
D | capability.rs | 58 let format = profile.to_format(); in new()
|
/external/crosvm/devices/src/virtio/video/ |
D | format.rs | 69 pub fn to_format(&self) -> Format { in to_format() method
|
/external/crosvm/devices/src/virtio/video/encoder/ |
D | libvda_encoder.rs | 106 match parsed_formats.entry(profile.to_format()) { in new()
|
D | mod.rs | 1160 if format != profile.to_format() { in set_control()
|