OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RAWToARGBRow_C
(Results
1 - 9
of
9
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
row.h
135
void
RAWToARGBRow_C
(const uint8* src_bg24, uint8* dst_argb, int pix);
/external/libvpx/libvpx/third_party/libyuv/source/
convert_argb.cc
503
RAWToARGBRow_C
;
[
all
...]
convert.cc
917
RAWToARGBRow_C
;
[
all
...]
row_common.cc
88
void
RAWToARGBRow_C
(const uint8* src_raw, uint8* dst_argb, int width) {
[
all
...]
/external/libyuv/files/include/libyuv/
row.h
307
void
RAWToARGBRow_C
(const uint8* src_rgb24, uint8* dst_argb, int pix);
/external/libyuv/files/source/
convert.cc
[
all
...]
convert_argb.cc
379
RAWToARGBRow_C
;
[
all
...]
row_common.cc
84
void
RAWToARGBRow_C
(const uint8* src_raw, uint8* dst_argb, int width) {
[
all
...]
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
row.h
[
all
...]
Completed in 81 milliseconds