Searched refs:converter (Results 1 – 4 of 4) sorted by relevance
/hardware/google/av/media/sfplugin/ |
D | Codec2Buffer.cpp | 510 GraphicView2MediaImageConverter converter(view, colorFormat); in Allocate() local 511 if (converter.initCheck() != OK) { in Allocate() 512 ALOGD("Converter init failed: %d", converter.initCheck()); in Allocate() 516 sp<ABuffer> buffer = converter.wrap(); in Allocate() 518 buffer = alloc(converter.backBufferSize()); in Allocate() 519 if (!converter.setBackBuffer(buffer)) { in Allocate() 530 converter.imageData(), in Allocate() 623 GraphicView2MediaImageConverter converter(*view, colorFormat); in Allocate() local 624 if (converter.initCheck() != OK) { in Allocate() 625 ALOGD("Converter init failed: %d", converter.initCheck()); in Allocate() [all …]
|
/hardware/libhardware/modules/camera/3_4/metadata/ |
D | partial_metadata_factory.h | 82 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()
|
D | v4l2_control_delegate.h | 33 std::shared_ptr<ConverterInterface<TMetadata, TV4L2>> converter) in V4L2ControlDelegate() argument 36 converter_(std::move(converter)){}; in V4L2ControlDelegate()
|
/hardware/libhardware/modules/sensors/dynamic_sensor/ |
D | HidRawSensor.cpp | 602 std::wstring_convert<std::codecvt_utf8<wchar_t>, wchar_t> converter; in decodeString() local 603 *d = converter.to_bytes(wstr); in decodeString()
|