OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPlanePixelStride
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/ndk/
NdkImagePriv.h
57
media_status_t
getPlanePixelStride
(int planeIdx, /*out*/int32_t* pixelStride) const;
NdkImage.cpp
173
AImage::
getPlanePixelStride
(int planeIdx, /*out*/int32_t* pixelStride) const {
605
return image->
getPlanePixelStride
(planeIdx, pixelStride);
Completed in 119 milliseconds