Searched defs:yuvInfo (Results 1 - 1 of 1) sorted by relevance

/hardware/qcom/display/libcopybit/
H A Dcopybit_c2d.cpp340 yuvPlaneInfo& yuvInfo)
357 yuvInfo.plane1_offset = ALIGN(size,8192);
358 yuvInfo.yStride = aligned_width;
359 yuvInfo.plane1_stride = aligned_width;
366 yuvInfo.yStride = aligned_width;
367 yuvInfo.plane1_stride = aligned_width;
370 yuvInfo.plane1_offset = ALIGN(aligned_width * height, 2048);
372 yuvInfo.plane1_offset = aligned_width * height;
449 yuvPlaneInfo yuvInfo = {0}; local
450 status = calculate_yuv_offset_and_stride(info, yuvInfo);
339 calculate_yuv_offset_and_stride(const bufferInfo& info, yuvPlaneInfo& yuvInfo) argument
547 yuvPlaneInfo yuvInfo; local
[all...]

Completed in 58 milliseconds