Hong

Results 19 comments of Hong

@Kyaa-dost Sorry I have not got a chance to do anything. I am not well versed in PR. 😀

Thank you for the tip, @jackmcc08. I will update my code with LargeFileUploadTask accordingly.

This is the only remaining showstopper for our primary app that relies on MediaPlayerElement.

Looking forward to this, especially, for LineChart.

> @heinrichu comment worked for me. > > However, I used the following line instead, to target [all ABIs](https://developer.android.com/ndk/guides/abis#gc): > > ``` > APP_ABI := all > ``` Thank you...

@riccardoPegaso I have just realized that there are two types of crashes. The other one is related to SEGV_ACCERR. Could you tell me how you addressed the problem? ``` 2022-02-25...

@riccardoPegaso That is an excellent tip. I used your code as following: ``` static void copyFrame(const uint8_t *src, uint8_t *dest, const int width, int height, const int stride_src, const int...