Searched refs:I420ToRGBA (Results 1 – 2 of 2) sorted by relevance
46 …int32_t (*I420ToRGBA)(const uint8_t* src_y, int src_stride_y, const uint8_t* src_u, int src_stride… member
378 …CHECK_AND_RETURN_RET_LOG(converter.I420ToRGBA == nullptr, DCAMERA_BAD_VALUE, "converter is invalid… in ConvertFormatToRGBA()379 int32_t ret = converter.I420ToRGBA( in ConvertFormatToRGBA()