OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COPYBIT_SUCCESS
(Results
1 - 9
of
9
) sorted by null
/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
;
/hardware/qcom/display/msm8x26/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
;
Completed in 264 milliseconds