OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drm_vendor_api
(Results
1 - 5
of
5
) sorted by null
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
drm_vendor_api.h
33
struct
drm_vendor_api
{
struct
44
uint32_t drm_vendor_api_init(struct
drm_vendor_api
*api);
48
uint32_t drm_vendor_api_deinit(struct
drm_vendor_api
*api);
drm_vendor_api.c
17
#define LOG_TAG "
drm_vendor_api
"
23
#include "
drm_vendor_api
.h"
27
uint32_t drm_vendor_api_init(struct
drm_vendor_api
*api)
82
uint32_t drm_vendor_api_deinit(struct
drm_vendor_api
*api)
94
memset(api, 0, sizeof(struct
drm_vendor_api
));
OMXVideoDecoderAVCSecure.h
23
#include "
drm_vendor_api
.h"
94
struct
drm_vendor_api
drm_vendor_api
;
member in class:OMXVideoDecoderAVCSecure
OMXVideoDecoderAVCSecure.cpp
69
if (drm_vendor_api_init(&
drm_vendor_api
)) {
89
if (drm_vendor_api_deinit(&
drm_vendor_api
)) {
121
if (
drm_vendor_api
.handle == NULL) {
133
uint32_t ret =
drm_vendor_api
.drm_stop_playback();
144
uint32_t ret =
drm_vendor_api
.drm_start_playback();
305
uint32_t res =
drm_vendor_api
.drm_wv_return_naluheaders(WV_SESSION_ID, &nalu_headers);
407
uint32_t res =
drm_vendor_api
.drm_pr_return_naluheaders(dataBuffer->session_id, &nalu_headers);
675
uint32_t sepres =
drm_vendor_api
.drm_keep_alive(WV_SESSION_ID, &timeout);
/hardware/intel/common/omx-components/videocodec/
Android.mk
486
securevideo/moorefield/
drm_vendor_api
.c
Completed in 155 milliseconds