Searched refs:C2PictureSizeStruct (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/av/media/codec2/core/include/ |
H A D | C2Config.h | 1042 struct C2PictureSizeStruct { struct 1043 inline C2PictureSizeStruct() in C2PictureSizeStruct() argument 1046 inline C2PictureSizeStruct(uint32_t width_, uint32_t height_) in C2PictureSizeStruct() argument 1066 C2PictureSizeStruct planar; ///< buffer dimensions to be allocated if 2D argument 1289 typedef C2StreamParam<C2Info, C2PictureSizeStruct, kParamIndexPictureSize> C2StreamPictureSizeInfo; 1345 typedef C2StreamParam<C2Info, C2PictureSizeStruct, kParamIndexPixelAspectRatio> 1366 typedef C2StreamParam<C2Tuning, C2PictureSizeStruct, kParamIndexScaledPictureSize> 1622 typedef C2StreamParam<C2Info, C2PictureSizeStruct, kParamIndexBlockSize> C2StreamBlockSizeInfo; 1664 typedef C2StreamParam<C2Tuning, C2PictureSizeStruct, kParamIndexMaxPictureSize> 1880 C2PictureSizeStruct tile; ///< tile size
|