de265_get_image_plane  115 dec265/dec265.cc     const uint8_t* p = de265_get_image_plane(img, c, &stride);
de265_get_image_plane  198 dec265/dec265.cc     data   = de265_get_image_plane(img,ch,&stride);
de265_get_image_plane  268 dec265/dec265.cc   const uint8_t* y = de265_get_image_plane(img,0,&stride);
de265_get_image_plane  269 dec265/dec265.cc   const uint8_t* cb =de265_get_image_plane(img,1,&chroma_stride);
de265_get_image_plane  270 dec265/dec265.cc   const uint8_t* cr =de265_get_image_plane(img,2,NULL);
de265_get_image_plane  384 dec265/dec265.cc   const uint8_t* yptr  = de265_get_image_plane(img,0, &stride);
de265_get_image_plane  385 dec265/dec265.cc   const uint8_t* cbptr = de265_get_image_plane(img,1, &cstride);
de265_get_image_plane  386 dec265/dec265.cc   const uint8_t* crptr = de265_get_image_plane(img,2, &cstride);
de265_get_image_plane  410 dec265/dec265.cc   data = de265_get_image_plane(img,0,&stride);
de265_get_image_plane  174 libde265/de265.h LIBDE265_API const uint8_t* de265_get_image_plane(const struct de265_image*, int channel, int* out_stride);