Searched refs:C2PictureSizeStruct (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/codec2/core/include/ |
D | C2Config.h | 977 struct C2PictureSizeStruct { struct 978 inline C2PictureSizeStruct() in C2PictureSizeStruct() argument 981 inline C2PictureSizeStruct(uint32_t width_, uint32_t height_) in C2PictureSizeStruct() function 1001 C2PictureSizeStruct planar; ///< buffer dimensions to be allocated if 2D argument 1222 typedef C2StreamParam<C2Info, C2PictureSizeStruct, kParamIndexPictureSize> C2StreamPictureSizeInfo; 1278 typedef C2StreamParam<C2Info, C2PictureSizeStruct, kParamIndexPixelAspectRatio> 1299 typedef C2StreamParam<C2Tuning, C2PictureSizeStruct, kParamIndexScaledPictureSize> 1555 typedef C2StreamParam<C2Info, C2PictureSizeStruct, kParamIndexBlockSize> C2StreamBlockSizeInfo; 1597 typedef C2StreamParam<C2Tuning, C2PictureSizeStruct, kParamIndexMaxPictureSize> 1788 C2PictureSizeStruct tile; ///< tile size
|