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

/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit_c2d.cpp969 static int get_temp_buffer(const bufferInfo& info, alloc_data& data) function
1160 if (COPYBIT_FAILURE == get_temp_buffer(dst_info, ctx->temp_dst_buffer)) {
1161 ALOGE("%s: get_temp_buffer(dst) failed", __FUNCTION__);
1233 if (COPYBIT_SUCCESS != get_temp_buffer(src_info,
1235 ALOGE("%s: get_temp_buffer(src) failed", __FUNCTION__);
/hardware/qcom/display/msm8974/libcopybit/
H A Dcopybit_c2d.cpp988 static int get_temp_buffer(const bufferInfo& info, alloc_data& data) function
1179 if (COPYBIT_FAILURE == get_temp_buffer(dst_info, ctx->temp_dst_buffer)) {
1180 ALOGE("%s: get_temp_buffer(dst) failed", __FUNCTION__);
1261 if (COPYBIT_SUCCESS != get_temp_buffer(src_info,
1263 ALOGE("%s: get_temp_buffer(src) failed", __FUNCTION__);
/hardware/qcom/display/msm8x26/libcopybit/
H A Dcopybit_c2d.cpp969 static int get_temp_buffer(const bufferInfo& info, alloc_data& data) function
1160 if (COPYBIT_FAILURE == get_temp_buffer(dst_info, ctx->temp_dst_buffer)) {
1161 ALOGE("%s: get_temp_buffer(dst) failed", __FUNCTION__);
1233 if (COPYBIT_SUCCESS != get_temp_buffer(src_info,
1235 ALOGE("%s: get_temp_buffer(src) failed", __FUNCTION__);

Completed in 150 milliseconds