Home
last modified time | relevance | path

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

/external/chromium_org/media/base/
Dvideo_util.cc104 uint8* a_plane = frame->data(VideoFrame::kAPlane); in FillYUVA() local
108 memset(a_plane, a, a_row_bytes); in FillYUVA()
109 a_plane += frame->stride(VideoFrame::kAPlane); in FillYUVA()