Searched refs:planesInfo (Results 1 – 5 of 5) sorted by relevance
114 auto planesInfo = static_cast<OH_NativeBuffer_Planes*>(planesInfoPtr); in ConfigYUVFormat() local118 rowbyte[CHANNEL_UV1] = planesInfo->planes[CHANNEL_UV1].columnStride; in ConfigYUVFormat()120 static_cast<unsigned int>(planesInfo->planes[CHANNEL_UV1].offset); in ConfigYUVFormat()125 rowbyte[CHANNEL_UV1] = planesInfo->planes[CHANNEL_UV2].columnStride; in ConfigYUVFormat()132 rowbyte[CHANNEL_UV1] = planesInfo->planes[CHANNEL_UV1].columnStride; in ConfigYUVFormat()133 rowbyte[CHANNEL_UV2] = planesInfo->planes[CHANNEL_UV2].columnStride; in ConfigYUVFormat()142 rowbyte[CHANNEL_UV1] = planesInfo->planes[CHANNEL_UV2].columnStride; in ConfigYUVFormat()143 rowbyte[CHANNEL_UV2] = planesInfo->planes[CHANNEL_UV1].columnStride; in ConfigYUVFormat()153 rowbyte[CHANNEL_UV1] = planesInfo->planes[CHANNEL_UV1].columnStride; in ConfigYUVFormat()181 auto planesInfo = static_cast<OH_NativeBuffer_Planes*>(planesInfoPtr); in CreateYUVPixmap() local[all …]
135 virtual GSError GetPlanesInfo(void **planesInfo) in GetPlanesInfo() argument137 (void)planesInfo; in GetPlanesInfo()
423 GSError SurfaceBufferImpl::GetPlanesInfo(void **planesInfo) in GetPlanesInfo() argument425 if (planesInfo == nullptr) { in GetPlanesInfo()437 *planesInfo = static_cast<void*>(&planesInfo_); in GetPlanesInfo()447 *planesInfo = static_cast<void*>(&planesInfo_); in GetPlanesInfo()
87 OH_NativeBuffer_Planes *planesInfo; member102 if (param.planesInfo == nullptr || param.planesInfo->planeCount < PLANE_COUNT_TWO) { in FillFrameInfoForPixelConvert()106 const OH_NativeBuffer_Plane &planeY = param.planesInfo->planes[0]; in FillFrameInfoForPixelConvert()107 …const OH_NativeBuffer_Plane &planeUV = param.planesInfo->planes[param.format == AV_PIX_FMT_NV21 ? … in FillFrameInfoForPixelConvert()
95 GSError GetPlanesInfo(void **planesInfo) override;