Home
last modified time | relevance | path

Searched refs:frameCount (Results 1 - 6 of 6) sorted by relevance

/interface/sdk_c/multimedia/camera_framework/
H A Dphoto_output.h84 * @param frameCount the frame count which delivered by the callback.
87 typedef void (*OH_PhotoOutput_OnFrameEnd)(Camera_PhotoOutput* photoOutput, int32_t frameCount);
104 * @param frameCount the frameCount which is delivered by the callback.
107 typedef void (*OH_PhotoOutput_CaptureEnd) (Camera_PhotoOutput* photoOutput, int32_t frameCount);
H A Dpreview_output.h73 * @param frameCount the frame count which delivered by the callback.
76 typedef void (*OH_PreviewOutput_OnFrameEnd)(Camera_PreviewOutput* previewOutput, int32_t frameCount);
H A Dvideo_output.h73 * @param frameCount the frame count which delivered by the callback.
76 typedef void (*OH_VideoOutput_OnFrameEnd)(Camera_VideoOutput* videoOutput, int32_t frameCount);
H A Dcamera.h855 int64_t frameCount; member
/interface/sdk_c/multimedia/image_framework/include/image/
H A Dimage_packer_native.h214 * @param frameCount The number of image frameCount.
221 uint32_t frameCount);
227 * @param frameCount The number of image frameCount.
230 * {@link IMAGE_BAD_PARAMETER} options or frameCount is nullptr.
234 uint32_t *frameCount);
H A Dimage_source_native.h455 Image_ErrorCode OH_ImageSourceNative_GetFrameCount(OH_ImageSourceNative *source, uint32_t *frameCount);

Completed in 5 milliseconds