OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nativebuffer
(Results
1 - 5
of
5
) sorted by null
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h
683
struct
nativebuffer
{
struct in class:omx_vdec
688
nativebuffer
native_buffer[MAX_NUM_INPUT_OUTPUT_BUFFERS];
[
all
...]
omx_vdec.h
716
struct
nativebuffer
{
struct in class:omx_vdec
721
nativebuffer
native_buffer[MAX_NUM_INPUT_OUTPUT_BUFFERS];
[
all
...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp
538
memset(&native_buffer, 0 ,(sizeof(struct
nativebuffer
) * MAX_NUM_INPUT_OUTPUT_BUFFERS));
[
all
...]
omx_vdec_hevc.cpp
579
memset(&native_buffer, 0 ,(sizeof(struct
nativebuffer
) * MAX_NUM_INPUT_OUTPUT_BUFFERS));
[
all
...]
omx_vdec_msm8974.cpp
606
memset(&native_buffer, 0 ,(sizeof(struct
nativebuffer
) * MAX_NUM_INPUT_OUTPUT_BUFFERS));
[
all
...]
Completed in 30 milliseconds