HomeSort by relevance Sort by last modified time
    Searched defs:YCbCr (Results 1 - 7 of 7) sorted by null

  /prebuilts/go/darwin-x86/src/image/color/
ycbcr.go 71 // YCbCr represents a fully opaque 24-bit Y'CbCr color, having 8 bits each for
82 type YCbCr struct {
86 func (c YCbCr) RGBA() (uint32, uint32, uint32, uint32) {
89 // subtle difference between doing this and having YCbCr satisfy the Color
96 // r0, g0, b0, _ := color.YCbCr{y, cb, cr}.RGBA()
132 if _, ok := c.(YCbCr); ok {
137 return YCbCr{y, u, v}
  /prebuilts/go/linux-x86/src/image/color/
ycbcr.go 71 // YCbCr represents a fully opaque 24-bit Y'CbCr color, having 8 bits each for
82 type YCbCr struct {
86 func (c YCbCr) RGBA() (uint32, uint32, uint32, uint32) {
89 // subtle difference between doing this and having YCbCr satisfy the Color
96 // r0, g0, b0, _ := color.YCbCr{y, cb, cr}.RGBA()
132 if _, ok := c.(YCbCr); ok {
137 return YCbCr{y, u, v}
  /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 129 cc_YCbCr YCbCr();
138 cc_YCbCr cc_hsl::YCbCr()
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcapi_common.h 143 uint8 *YCbCr[3];
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxvahd.h 43 DXVAHD_COLOR_YCbCrA YCbCr;
47 WINBOOL YCbCr;

Completed in 254 milliseconds