HomeSort by relevance Sort by last modified time
    Searched refs:c2d_format (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/display/msm8084/libcopybit/
copybit_c2d.cpp 501 int c2d_format; local
505 c2d_format = get_c2d_format_for_yuv_destination(rhs->format);
507 c2d_format = get_format(rhs->format);
510 if(c2d_format == -EINVAL) {
540 surfaceDef.format = c2d_format |
557 surfaceDef.format = c2d_format;
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
copybit_c2d.cpp 507 int c2d_format; local
511 c2d_format = get_c2d_format_for_yuv_destination(rhs->format);
513 c2d_format = get_format(rhs->format);
516 if(c2d_format == -EINVAL) {
546 surfaceDef.format = c2d_format |
563 surfaceDef.format = c2d_format;
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
copybit_c2d.cpp 491 int c2d_format; local
495 c2d_format = get_c2d_format_for_yuv_destination(rhs->format);
497 c2d_format = get_format(rhs->format);
500 if(c2d_format == -EINVAL) {
530 surfaceDef.format = c2d_format |
547 surfaceDef.format = c2d_format;
    [all...]
  /hardware/qcom/display/msm8974/libcopybit/
copybit_c2d.cpp 502 int c2d_format; local
506 c2d_format = get_c2d_format_for_yuv_destination(rhs->format);
508 c2d_format = get_format(rhs->format);
511 if(c2d_format == -EINVAL) {
541 surfaceDef.format = c2d_format |
558 surfaceDef.format = c2d_format;
    [all...]

Completed in 4143 milliseconds