OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:c2d_format
(Results
1 - 6
of
6
) 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/msm8909/libcopybit/
copybit_c2d.cpp
506
int
c2d_format
;
local
510
c2d_format
= get_c2d_format_for_yuv_destination(rhs->format);
512
c2d_format
= get_format(rhs->format);
515
if(
c2d_format
== -EINVAL) {
545
surfaceDef.format =
c2d_format
|
562
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/msm8994/libcopybit/
copybit_c2d.cpp
510
int
c2d_format
;
local
514
c2d_format
= get_c2d_format_for_yuv_destination(rhs->format);
516
c2d_format
= get_format(rhs->format);
519
if(
c2d_format
== -EINVAL) {
549
surfaceDef.format =
c2d_format
|
566
surfaceDef.format =
c2d_format
;
[
all
...]
/hardware/qcom/display/msm8996/libcopybit/
copybit_c2d.cpp
508
int
c2d_format
;
local
512
c2d_format
= get_c2d_format_for_yuv_destination(rhs->format);
514
c2d_format
= get_format(rhs->format);
517
if(
c2d_format
== -EINVAL) {
547
surfaceDef.format =
c2d_format
|
568
surfaceDef.format =
c2d_format
;
[
all
...]
Completed in 1143 milliseconds