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

/frameworks/av/libvideoeditor/vss/src/
H A DM4AIR_API.c442 M4OSA_Int32 i32_tmp_offset; local
512 i32_tmp_offset = pIn[i].u_stride;
516 i32_tmp_offset = -pIn[i].u_stride;
562 pu8_data_in += pOut[i].u_width + i32_tmp_offset;
582 pu8_data_in_tmp += i32_tmp_offset;
631 pu8_src_bottom = pu8_src_top + i32_tmp_offset;
656 pu8_src_bottom = pu8_src_top + i32_tmp_offset;
678 pu8_data_in = pu8_data_in + (pC->u32_y_accum[i] >> 16) * i32_tmp_offset;
709 pu8_src_bottom = pu8_src_top + i32_tmp_offset;
723 pu8_data_in = pu8_data_in + (u32_y_accum >> 16) * i32_tmp_offset;
[all...]
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp2324 M4OSA_Int32 i32_tmp_offset; local
2390 i32_tmp_offset = pIn[i].u_stride;
2394 i32_tmp_offset = -pIn[i].u_stride;
2441 pu8_data_in += pOut[i].u_width + i32_tmp_offset;
2461 pu8_data_in_tmp += i32_tmp_offset;
2509 pu8_src_bottom = pu8_src_top + i32_tmp_offset;
2533 pu8_src_bottom = pu8_src_top + i32_tmp_offset;
2555 pu8_data_in = pu8_data_in + (pC->u32_y_accum[i] >> 16) * i32_tmp_offset;
2586 pu8_src_bottom = pu8_src_top + i32_tmp_offset;
2600 pu8_data_in = pu8_data_in + (u32_y_accum >> 16) * i32_tmp_offset;
[all...]

Completed in 137 milliseconds