Searched refs:I420Scale (Results 1 – 2 of 2) sorted by relevance
38 …int32_t (*I420Scale)(const uint8_t* src_y, int src_stride_y, const uint8_t* src_u, int src_stride_… member
288 …CHECK_AND_RETURN_RET_LOG(converter.I420Scale == nullptr, DCAMERA_BAD_VALUE, "converter is invalid.… in ConvertResolution()289 int32_t ret = converter.I420Scale( in ConvertResolution()