Searched refs:get_temp_buffer (Results 1 - 1 of 1) sorted by relevance

/hardware/qcom/display/libcopybit/
H A Dcopybit_c2d.cpp922 static int get_temp_buffer(const bufferInfo& info, alloc_data& data) function
1090 if (COPYBIT_FAILURE == get_temp_buffer(dst_info, ctx->temp_dst_buffer)) {
1091 ALOGE("%s: get_temp_buffer(dst) failed", __FUNCTION__);
1157 if (COPYBIT_SUCCESS != get_temp_buffer(src_info, ctx->temp_src_buffer)) {
1158 ALOGE("%s: get_temp_buffer(src) failed", __FUNCTION__);

Completed in 171 milliseconds