OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:YUVType
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/media/base/
yuv_convert.h
26
enum
YUVType
{
33
MEDIA_EXPORT int GetVerticalShift(
YUVType
type);
36
MEDIA_EXPORT const int16 (&GetLookupTable(
YUVType
type))[1024][4];
72
YUVType
yuv_type);
87
YUVType
yuv_type);
102
YUVType
yuv_type,
yuv_convert.cc
64
YUVType
);
77
YUVType
);
120
int GetVerticalShift(
YUVType
type) {
132
const int16 (&GetLookupTable(
YUVType
type))[1024][4] {
234
YUVType
yuv_type,
662
YUVType
yuv_type) {
686
YUVType
yuv_type) {
yuv_convert_unittest.cc
161
YUVScaleTestData(media::
YUVType
y, media::ScaleFilter s, uint32 r)
167
media::
YUVType
yuv_type;
[
all
...]
/external/chromium_org/media/base/simd/
convert_yuv_to_rgb.h
25
YUVType
yuv_type);
45
YUVType
yuv_type);
64
YUVType
yuv_type);
75
YUVType
yuv_type);
88
YUVType
yuv_type);
convert_yuv_to_rgb_x86.cc
26
YUVType
yuv_type) {
56
YUVType
yuv_type) {
86
YUVType
yuv_type) {
convert_yuv_to_rgb_c.cc
227
YUVType
yuv_type) {
255
YUVType
yuv_type) {
/external/chromium_org/media/tools/player_x11/
x11_video_renderer.cc
110
media::
YUVType
yuv_type = (video_frame->format() == media::VideoFrame::YV12 ||
Completed in 111 milliseconds