Home
last modified time | relevance | path

Searched refs:stream_format (Results 1 – 11 of 11) sorted by relevance

/device/huawei/angler/camera/QCamera2/HAL3/
DQCamera3HALHeader.h89 cam_format_t stream_format; member
DQCamera3Channel.cpp1223 reproc_cfg.stream_type, reproc_cfg.stream_format); in setReprocConfig()
1231 reproc_cfg.stream_format = streamFormat; in setReprocConfig()
4358 reprocess_config.offline.input_fmt = src_config.stream_format; in addReprocStreamsFromSource()
4376 rc = pStream->init(streamType, src_config.stream_format, in addReprocStreamsFromSource()
DQCamera3PostProc.cpp320 cam_format_t img_fmt = frame->reproc_config.stream_format; in getFWKJpegEncodeConfig()
/device/lge/bullhead/camera/QCamera2/HAL3/
DQCamera3HALHeader.h89 cam_format_t stream_format; member
DQCamera3Channel.cpp1223 reproc_cfg.stream_type, reproc_cfg.stream_format); in setReprocConfig()
1231 reproc_cfg.stream_format = streamFormat; in setReprocConfig()
4358 reprocess_config.offline.input_fmt = src_config.stream_format; in addReprocStreamsFromSource()
4376 rc = pStream->init(streamType, src_config.stream_format, in addReprocStreamsFromSource()
DQCamera3PostProc.cpp320 cam_format_t img_fmt = frame->reproc_config.stream_format; in getFWKJpegEncodeConfig()
/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3HALHeader.h89 cam_format_t stream_format; member
DQCamera3Channel.cpp1537 reproc_cfg.stream_type, reproc_cfg.stream_format); in setReprocConfig()
1545 reproc_cfg.stream_format = streamFormat; in setReprocConfig()
1562 rc = mm_stream_calc_offset_video(reproc_cfg.stream_format, in setReprocConfig()
1567 rc = mm_stream_calc_offset_raw(reproc_cfg.stream_format, in setReprocConfig()
4940 reprocess_config.offline.input_fmt = src_config.stream_format; in addReprocStreamsFromSource()
4958 rc = pStream->init(streamType, src_config.stream_format, in addReprocStreamsFromSource()
DQCamera3HWI.h322 void addToPPFeatureMask(int stream_format, uint32_t stream_idx);
DQCamera3PostProc.cpp354 cam_format_t img_fmt = frame->reproc_config.stream_format; in getFWKJpegEncodeConfig()
DQCamera3HWI.cpp1292 void QCamera3HardwareInterface::addToPPFeatureMask(int stream_format, in addToPPFeatureMask() argument
1315 switch (stream_format) { in addToPPFeatureMask()