Searched refs:reproc_cfg (Results 1 – 1 of 1) sorted by relevance
1599 reprocess_config_t reproc_cfg; in request() local1600 memset(&reproc_cfg, 0, sizeof(reprocess_config_t)); in request()1601 reproc_cfg.padding = mPaddingInfo; in request()1604 if (reproc_cfg.padding->height_padding > reproc_cfg.padding->width_padding) { in request()1605 reproc_cfg.padding->width_padding = reproc_cfg.padding->height_padding; in request()1607 reproc_cfg.padding->height_padding = reproc_cfg.padding->width_padding; in request()1610 reproc_cfg.input_stream_dim.width = pInputBuffer->stream->width; in request()1611 reproc_cfg.input_stream_dim.height = pInputBuffer->stream->height; in request()1613 reproc_cfg.input_stream_dim.width = mYuvWidth; in request()1614 reproc_cfg.input_stream_dim.height = mYuvHeight; in request()[all …]