|
RDK Documentation (Open Sourced RDK Components)
|
Go to the documentation of this file.
34 #ifndef _DS_VIDEODEVICE_H_
35 #define _DS_VIDEODEVICE_H_
37 #include <sys/types.h>
145 dsError_t dsForceDisableHDRSupport(intptr_t handle,
bool disable);
151 dsError_t dsSetFRFMode(intptr_t handle,
int frfmode);
152 dsError_t dsGetFRFMode(intptr_t handle,
int *frfmode);
153 dsError_t dsGetCurrentDisplayframerate(intptr_t handle,
char *framerate);
154 dsError_t dsSetDisplayframerate(intptr_t handle,
char *framerate);
156 typedef void (*dsRegisterFrameratePreChangeCB_t)(
unsigned int tSecond);
157 dsError_t dsRegisterFrameratePreChangeCB(dsRegisterFrameratePreChangeCB_t CBFunc);
159 typedef void (*dsRegisterFrameratePostChangeCB_t)(
unsigned int tSecond);
160 dsError_t dsRegisterFrameratePostChangeCB(dsRegisterFrameratePostChangeCB_t CBFunc);
dsError_t dsVideoDeviceTerm()
This function deinitialize all the video devices in the system. It reset any data structures used wit...
dsError_t dsGetSupportedVideoCodingFormats(intptr_t handle, unsigned int *supported_formats)
To find the Video formats supported by the SoC.
Device Settings HAL types.
Device Settings HAL error codes.
dsError_t dsGetHDRCapabilities(intptr_t handle, int *capabilities)
To find the HDR capabilities of SoC.
dsError_t dsVideoDeviceInit()
This function initialize all the video devices in the system.
enum _dsVideoZoom_t dsVideoZoom_t
dsError_t dsSetDFC(intptr_t handle, dsVideoZoom_t dfc)
This function is used to set the screen zoom mode (decoder format conversion). This function sets the...
dsError_t dsGetVideoCodecInfo(intptr_t handle, dsVideoCodingFormat_t codec, dsVideoCodecInfo_t *info)
This API is used to get the video codec information.
dsError_t dsGetDFC(intptr_t handle, dsVideoZoom_t *dfc)
This function is used to get the screen zoom mode (decoder format conversion). This function Gets the...
dsError_t
Device Settings API Error return codes.
dsError_t dsGetVideoDevice(int index, intptr_t *handle)
This function gets the handle for the video device requested.