Searched refs:C2PictureSizeStruct (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/codec2/core/include/ |
D | C2Config.h | 997 struct C2PictureSizeStruct { struct 998 inline C2PictureSizeStruct() in C2PictureSizeStruct() function 1001 inline C2PictureSizeStruct(uint32_t width_, uint32_t height_) in C2PictureSizeStruct() argument 1021 C2PictureSizeStruct planar; ///< buffer dimensions to be allocated if 2D argument 1242 typedef C2StreamParam<C2Info, C2PictureSizeStruct, kParamIndexPictureSize> C2StreamPictureSizeInfo; 1298 typedef C2StreamParam<C2Info, C2PictureSizeStruct, kParamIndexPixelAspectRatio> 1319 typedef C2StreamParam<C2Tuning, C2PictureSizeStruct, kParamIndexScaledPictureSize> 1575 typedef C2StreamParam<C2Info, C2PictureSizeStruct, kParamIndexBlockSize> C2StreamBlockSizeInfo; 1617 typedef C2StreamParam<C2Tuning, C2PictureSizeStruct, kParamIndexMaxPictureSize> 1808 C2PictureSizeStruct tile; ///< tile size
|