OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COPYBIT_SUCCESS
(Results
1 - 12
of
12
) sorted by null
/hardware/qcom/display/msm8084/libcopybit/
software_converter.h
36
#define
COPYBIT_SUCCESS
0
copybit_c2d.cpp
401
return
COPYBIT_SUCCESS
;
432
return
COPYBIT_SUCCESS
;
445
return
COPYBIT_SUCCESS
;
489
return
COPYBIT_SUCCESS
;
499
int status =
COPYBIT_SUCCESS
;
531
if(is_supported_rgb_format(rhs->format) ==
COPYBIT_SUCCESS
) {
553
} else if (is_supported_yuv_format(rhs->format) ==
COPYBIT_SUCCESS
) {
566
if(status !=
COPYBIT_SUCCESS
) {
605
return
COPYBIT_SUCCESS
;
624
return
COPYBIT_SUCCESS
;
[
all
...]
software_converter.cpp
191
int ret =
COPYBIT_SUCCESS
;
236
int ret =
COPYBIT_SUCCESS
;
/hardware/qcom/display/msm8226/libcopybit/
software_converter.h
36
#define
COPYBIT_SUCCESS
0
copybit_c2d.cpp
400
return
COPYBIT_SUCCESS
;
431
return
COPYBIT_SUCCESS
;
444
return
COPYBIT_SUCCESS
;
488
return
COPYBIT_SUCCESS
;
498
int status =
COPYBIT_SUCCESS
;
530
if(is_supported_rgb_format(rhs->format) ==
COPYBIT_SUCCESS
) {
552
} else if (is_supported_yuv_format(rhs->format) ==
COPYBIT_SUCCESS
) {
565
if(status !=
COPYBIT_SUCCESS
) {
604
return
COPYBIT_SUCCESS
;
623
return
COPYBIT_SUCCESS
;
[
all
...]
software_converter.cpp
190
int ret =
COPYBIT_SUCCESS
;
235
int ret =
COPYBIT_SUCCESS
;
/hardware/qcom/display/msm8960/libcopybit/
software_converter.h
36
#define
COPYBIT_SUCCESS
0
copybit_c2d.cpp
391
return
COPYBIT_SUCCESS
;
422
return
COPYBIT_SUCCESS
;
435
return
COPYBIT_SUCCESS
;
479
return
COPYBIT_SUCCESS
;
489
int status =
COPYBIT_SUCCESS
;
521
if(is_supported_rgb_format(rhs->format) ==
COPYBIT_SUCCESS
) {
543
} else if (is_supported_yuv_format(rhs->format) ==
COPYBIT_SUCCESS
) {
556
if(status !=
COPYBIT_SUCCESS
) {
595
return
COPYBIT_SUCCESS
;
614
return
COPYBIT_SUCCESS
;
[
all
...]
software_converter.cpp
190
int ret =
COPYBIT_SUCCESS
;
235
int ret =
COPYBIT_SUCCESS
;
/hardware/qcom/display/msm8974/libcopybit/
software_converter.h
36
#define
COPYBIT_SUCCESS
0
copybit_c2d.cpp
402
return
COPYBIT_SUCCESS
;
433
return
COPYBIT_SUCCESS
;
446
return
COPYBIT_SUCCESS
;
490
return
COPYBIT_SUCCESS
;
500
int status =
COPYBIT_SUCCESS
;
532
if(is_supported_rgb_format(rhs->format) ==
COPYBIT_SUCCESS
) {
554
} else if (is_supported_yuv_format(rhs->format) ==
COPYBIT_SUCCESS
) {
567
if(status !=
COPYBIT_SUCCESS
) {
606
return
COPYBIT_SUCCESS
;
625
return
COPYBIT_SUCCESS
;
[
all
...]
software_converter.cpp
190
int ret =
COPYBIT_SUCCESS
;
235
int ret =
COPYBIT_SUCCESS
;
Completed in 148 milliseconds