Home
last modified time | relevance | path

Searched refs:input_stream_dim (Results 1 – 9 of 9) sorted by relevance

/device/moto/shamu/camera/QCamera2/HAL3/
DQCamera3HALHeader.h69 cam_dimension_t input_stream_dim; member
DQCamera3Channel.cpp1652 reproc_cfg.input_stream_dim.width = pInputBuffer->stream->width; in request()
1653 reproc_cfg.input_stream_dim.height = pInputBuffer->stream->height; in request()
1655 reproc_cfg.input_stream_dim.width = mYuvWidth; in request()
1656 reproc_cfg.input_stream_dim.height = mYuvHeight; in request()
1663 rc = mm_stream_calc_offset_snapshot(mStreamFormat, &reproc_cfg.input_stream_dim, in request()
1775 dumpYUV(&src_frame->input_buffer, reproc_cfg.input_stream_dim, in request()
3307 reprocess_config.offline.input_dim = src_config.input_stream_dim; in addReprocStreamsFromSource()
DQCamera3PostProc.cpp1003 src_dim.width = recvd_frame->reproc_config.input_stream_dim.width; in encodeFWKData()
1004 src_dim.height = recvd_frame->reproc_config.input_stream_dim.height; in encodeFWKData()
/device/huawei/angler/camera/QCamera2/HAL3/
DQCamera3HALHeader.h86 cam_dimension_t input_stream_dim; member
DQCamera3Channel.cpp891 dumpYUV(&src_frame->input_buffer, reproc_cfg->input_stream_dim, in setFwkInputPPData()
1209 reproc_cfg.input_stream_dim.width = (int32_t)pInputBuffer->stream->width; in setReprocConfig()
1210 reproc_cfg.input_stream_dim.height = (int32_t)pInputBuffer->stream->height; in setReprocConfig()
1212 reproc_cfg.input_stream_dim.width = (int32_t)dim.width; in setReprocConfig()
1213 reproc_cfg.input_stream_dim.height = (int32_t)dim.height; in setReprocConfig()
1237 &reproc_cfg.input_stream_dim, in setReprocConfig()
1241 rc = mm_stream_calc_offset_video(&reproc_cfg.input_stream_dim, in setReprocConfig()
1245 rc = mm_stream_calc_offset_raw(streamFormat, &reproc_cfg.input_stream_dim, in setReprocConfig()
1251 rc = mm_stream_calc_offset_snapshot(streamFormat, &reproc_cfg.input_stream_dim, in setReprocConfig()
4341 reprocess_config.offline.input_dim = src_config.input_stream_dim; in addReprocStreamsFromSource()
DQCamera3PostProc.cpp1127 src_dim.width = recvd_frame->reproc_config.input_stream_dim.width; in encodeFWKData()
1128 src_dim.height = recvd_frame->reproc_config.input_stream_dim.height; in encodeFWKData()
/device/lge/bullhead/camera/QCamera2/HAL3/
DQCamera3HALHeader.h86 cam_dimension_t input_stream_dim; member
DQCamera3Channel.cpp891 dumpYUV(&src_frame->input_buffer, reproc_cfg->input_stream_dim, in setFwkInputPPData()
1209 reproc_cfg.input_stream_dim.width = (int32_t)pInputBuffer->stream->width; in setReprocConfig()
1210 reproc_cfg.input_stream_dim.height = (int32_t)pInputBuffer->stream->height; in setReprocConfig()
1212 reproc_cfg.input_stream_dim.width = (int32_t)dim.width; in setReprocConfig()
1213 reproc_cfg.input_stream_dim.height = (int32_t)dim.height; in setReprocConfig()
1237 &reproc_cfg.input_stream_dim, in setReprocConfig()
1241 rc = mm_stream_calc_offset_video(&reproc_cfg.input_stream_dim, in setReprocConfig()
1245 rc = mm_stream_calc_offset_raw(streamFormat, &reproc_cfg.input_stream_dim, in setReprocConfig()
1251 rc = mm_stream_calc_offset_snapshot(streamFormat, &reproc_cfg.input_stream_dim, in setReprocConfig()
4341 reprocess_config.offline.input_dim = src_config.input_stream_dim; in addReprocStreamsFromSource()
DQCamera3PostProc.cpp1127 src_dim.width = recvd_frame->reproc_config.input_stream_dim.width; in encodeFWKData()
1128 src_dim.height = recvd_frame->reproc_config.input_stream_dim.height; in encodeFWKData()