Searched defs:nRst (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | image_receiver_native_test.cpp | 41 Image_ErrorCode nRst = IMAGE_SUCCESS; in CreateReceiver() local 78 Image_ErrorCode nRst = IMAGE_SUCCESS; variable 95 Image_ErrorCode nRst = IMAGE_SUCCESS; variable 113 Image_ErrorCode nRst = IMAGE_SUCCESS; variable 136 Image_ErrorCode nRst = IMAGE_SUCCESS; variable 165 Image_ErrorCode nRst = IMAGE_SUCCESS; variable 185 Image_ErrorCode nRst = IMAGE_SUCCESS; variable 225 Image_ErrorCode nRst = OH_ImageReceiverNative_Release(pReceiver); variable 315 Image_ErrorCode nRst = OH_ImageReceiverNative_Off(pReceiver); variable 333 Image_ErrorCode nRst = OH_ImageReceiverNative_GetSize(pReceiver, &size); variable [all …]
|
H A D | image_native_test.cpp | 42 Image_ErrorCode nRst = OH_ImageNative_Release(pImg); variable 57 Image_ErrorCode nRst = OH_ImageNative_GetByteBuffer(pImg, 0, &pBuffer); variable 72 Image_ErrorCode nRst = OH_ImageNative_GetBufferSize(pImg, 0, &nSize); variable 88 Image_ErrorCode nRst = OH_ImageNative_GetComponentTypes(pImg, &pTypes, &nTypeSize); variable 103 Image_ErrorCode nRst = OH_ImageNative_GetRowStride(pImg, 0, &nRowStride); variable 118 Image_ErrorCode nRst = OH_ImageNative_GetPixelStride(pImg, 0, &nPixelStride); variable 133 Image_ErrorCode nRst = OH_ImageNative_GetImageSize(pImg, &szImg); variable 155 Image_ErrorCode nRst = OH_ImageNative_GetComponentTypes(pImg, &pTypes, &nTypeSize); variable
|