Searched refs:kMaxPlanes (Results 1 – 5 of 5) sorted by relevance
146 PP_DCHECK(plane < kMaxPlanes); in SetPlaneOffset()150 PP_DCHECK(plane < kMaxPlanes); in PlaneOffset()155 PP_DCHECK(plane < kMaxPlanes); in SetStride()159 PP_DCHECK(plane < kMaxPlanes); in Stride()179 uint32_t plane_offsets_[kMaxPlanes];184 uint32_t strides_[kMaxPlanes];
91 for (uint32_t i = 0; i < kMaxPlanes; ++i) { in VideoFrameImpl()
805 for (uint32_t i = 0; i < cdm::VideoFrame::kMaxPlanes; ++i) { in IsValidVideoFrame()
29 kMaxPlanes = 4, enumerator284 int32 strides_[kMaxPlanes];287 uint8* data_[kMaxPlanes];
505 for (int plane = 0; plane < kMaxPlanes; ++plane) { in HashFrameForTesting()