OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:YCbCr
(Results
1 - 8
of
8
) sorted by null
/prebuilts/go/darwin-x86/src/image/color/
ycbcr.go
106
//
YCbCr
represents a fully opaque 24-bit Y'CbCr color, having 8 bits each for
117
type
YCbCr
struct {
121
func (c
YCbCr
) RGBA() (uint32, uint32, uint32, uint32) {
124
// subtle difference between doing this and having
YCbCr
satisfy the Color
131
// r0, g0, b0, _ := color.
YCbCr
{y, cb, cr}.RGBA()
182
if _, ok := c.(
YCbCr
); ok {
187
return
YCbCr
{y, u, v}
193
YCbCr
198
// The first part of this method is the same as
YCbCr
.RGBA.
248
case
YCbCr
[
all
...]
/prebuilts/go/linux-x86/src/image/color/
ycbcr.go
106
//
YCbCr
represents a fully opaque 24-bit Y'CbCr color, having 8 bits each for
117
type
YCbCr
struct {
121
func (c
YCbCr
) RGBA() (uint32, uint32, uint32, uint32) {
124
// subtle difference between doing this and having
YCbCr
satisfy the Color
131
// r0, g0, b0, _ := color.
YCbCr
{y, cb, cr}.RGBA()
182
if _, ok := c.(
YCbCr
); ok {
187
return
YCbCr
{y, u, v}
193
YCbCr
198
// The first part of this method is the same as
YCbCr
.RGBA.
248
case
YCbCr
[
all
...]
/prebuilts/go/darwin-x86/src/image/
ycbcr.go
11
// YCbCrSubsampleRatio is the chroma subsample ratio used in a
YCbCr
image.
41
//
YCbCr
is an in-memory image of Y'CbCr colors. There is one Y sample per
54
type
YCbCr
struct {
62
func (p *
YCbCr
) ColorModel() color.Model {
66
func (p *
YCbCr
) Bounds() Rectangle {
70
func (p *
YCbCr
) At(x, y int) color.Color {
74
func (p *
YCbCr
) YCbCrAt(x, y int) color.
YCbCr
{
76
return color.
YCbCr
{}
80
return color.
YCbCr
{
[
all
...]
/prebuilts/go/linux-x86/src/image/
ycbcr.go
11
// YCbCrSubsampleRatio is the chroma subsample ratio used in a
YCbCr
image.
41
//
YCbCr
is an in-memory image of Y'CbCr colors. There is one Y sample per
54
type
YCbCr
struct {
62
func (p *
YCbCr
) ColorModel() color.Model {
66
func (p *
YCbCr
) Bounds() Rectangle {
70
func (p *
YCbCr
) At(x, y int) color.Color {
74
func (p *
YCbCr
) YCbCrAt(x, y int) color.
YCbCr
{
76
return color.
YCbCr
{}
80
return color.
YCbCr
{
[
all
...]
/external/clang/test/SemaCXX/
crashes.cpp
128
cc_YCbCr
YCbCr
();
137
cc_YCbCr cc_hsl::
YCbCr
()
/external/python/cpython2/Lib/plat-irix5/
CL_old.py
37
YCbCr
= 5
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxvahd.h
47
DXVAHD_COLOR_YCbCrA
YCbCr
;
51
WINBOOL
YCbCr
;
d3d11.h
[
all
...]
Completed in 260 milliseconds