OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:op_buf_rcnfg
(Results
1 - 6
of
6
) sorted by null
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
omx_vdec.h
778
struct vdec_allocatorproperty
op_buf_rcnfg
;
member in class:omx_vdec
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h
803
struct vdec_allocatorproperty
op_buf_rcnfg
;
member in class:omx_vdec
[
all
...]
omx_vdec.h
850
struct vdec_allocatorproperty
op_buf_rcnfg
;
member in class:omx_vdec
[
all
...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp
539
memset(&
op_buf_rcnfg
, 0 ,sizeof(vdec_allocatorproperty));
709
pThis->drv_ctx.op_buf = pThis->
op_buf_rcnfg
;
[
all
...]
omx_vdec_copper.cpp
546
memset(&
op_buf_rcnfg
, 0 ,sizeof(vdec_allocatorproperty));
712
pThis->
op_buf_rcnfg
.buffer_type = VDEC_BUFFER_TYPE_OUTPUT;
715
OMX_ERRORTYPE eRet1 = pThis->get_buffer_req(&pThis->
op_buf_rcnfg
);
[
all
...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp
532
memset(&
op_buf_rcnfg
, 0 ,sizeof(vdec_allocatorproperty));
713
pThis->drv_ctx.op_buf = pThis->
op_buf_rcnfg
;
[
all
...]
Completed in 426 milliseconds