Home
last modified time | relevance | path

Searched refs:NumPlanes (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/include/core/
DSkYUVAInfo.h121 static constexpr int NumPlanes(PlaneConfig);
200 int numPlanes() const { return NumPlanes(fPlaneConfig); } in numPlanes()
249 constexpr int SkYUVAInfo::NumPlanes(PlaneConfig planeConfig) { in NumPlanes() function
DSkYUVAPixmaps.h280 int n = SkYUVAInfo::NumPlanes(config); in supported()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_av1.h224 uint8_t NumPlanes; member
Dvid_dec_av1.c298 seq->color_config.NumPlanes = seq->color_config.mono_chrome ? 1 : 3; in sequence_header_obu()
785 if (seq->color_config.NumPlanes > 1) { in quantization_params()
981 if (seq->color_config.NumPlanes > 1) { in loop_filter_params()
1026 if (seq->color_config.NumPlanes > 1) in cdef_params()
1050 for (i = 0; i < seq->color_config.NumPlanes; ++i) { in lr_params()
/third_party/skia/src/core/
DSkYUVAInfo.cpp45 planeIdx > NumPlanes(planeConfig)) { in PlaneSubsamplingFactors()
/third_party/skia/gm/
Dwacky_yuv_formats.cpp177 int numPlanes() const { return SkYUVAInfo::NumPlanes(fPlaneConfig); } in numPlanes()