Home
last modified time | relevance | path

Searched refs:converter (Results 1 – 4 of 4) sorted by relevance

/hardware/google/av/media/sfplugin/
DCodec2Buffer.cpp512 GraphicView2MediaImageConverter converter(view, colorFormat); in Allocate() local
513 if (converter.initCheck() != OK) { in Allocate()
514 ALOGD("Converter init failed: %d", converter.initCheck()); in Allocate()
518 sp<ABuffer> buffer = converter.wrap(); in Allocate()
520 buffer = alloc(converter.backBufferSize()); in Allocate()
521 if (!converter.setBackBuffer(buffer)) { in Allocate()
532 converter.imageData(), in Allocate()
625 GraphicView2MediaImageConverter converter(*view, colorFormat); in Allocate() local
626 if (converter.initCheck() != OK) { in Allocate()
627 ALOGD("Converter init failed: %d", converter.initCheck()); in Allocate()
[all …]
/hardware/libhardware/modules/camera/3_4/metadata/
Dpartial_metadata_factory.h82 std::shared_ptr<ConverterInterface<T, int32_t>> converter,
95 std::shared_ptr<ConverterInterface<T, int32_t>> converter,
188 std::shared_ptr<ConverterInterface<T, int32_t>> converter, in V4L2Control() argument
216 std::shared_ptr<ConverterInterface<T, int32_t>> result_converter(converter); in V4L2Control()
233 res = converter->V4L2ToMetadata(i, &metadata_val); in V4L2Control()
267 converter, control_min, control_max, control_step)); in V4L2Control()
314 std::shared_ptr<ConverterInterface<T, int32_t>> converter, in V4L2ControlOrDefault() argument
324 converter, in V4L2ControlOrDefault()
Dv4l2_control_delegate.h33 std::shared_ptr<ConverterInterface<TMetadata, TV4L2>> converter) in V4L2ControlDelegate() argument
36 converter_(std::move(converter)){}; in V4L2ControlDelegate()
/hardware/libhardware/modules/sensors/dynamic_sensor/
DHidRawSensor.cpp602 std::wstring_convert<std::codecvt_utf8<wchar_t>, wchar_t> converter; in decodeString() local
603 *d = converter.to_bytes(wstr); in decodeString()