Home
last modified time | relevance | path

Searched defs:YUVIndex (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/dirac/dirac-1.0.2/util/conversion/
H A DUYVYtoRGB.cpp129 int YUVIndex = width*line*2; in main() local
H A DRGBtoUYVY.cpp145 int YUVIndex = width*line*2; in main() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/image-decoders/
H A Dimage_decoder.h262 virtual IntSize DecodedYUVSize(cc::YUVIndex) const { in DecodedYUVSize()
269 virtual size_t DecodedYUVWidthBytes(cc::YUVIndex) const { in DecodedYUVWidthBytes()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/paint/
H A Dpaint_image.h36 enum class YUVIndex { kY, kU, kV }; enum
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/renderers/
H A Dvideo_frame_yuv_converter.cc178 enum YUVIndex : size_t { enum in media::VideoFrameYUVConverter::VideoFrameYUVMailboxesHolder