OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VPX_CODEC_CAP_PUT_SLICE
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vpx/
vpx_decoder.h
53
#define
VPX_CODEC_CAP_PUT_SLICE
0x10000 /**< Will issue put_slice callbacks */
289
* that advertise the
VPX_CODEC_CAP_PUT_SLICE
capability. Calling these functions
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_decoder.h
53
#define
VPX_CODEC_CAP_PUT_SLICE
0x10000 /**< Will issue put_slice callbacks */
293
* that advertise the
VPX_CODEC_CAP_PUT_SLICE
capability. Calling these functions
/external/libvpx/libvpx/vpx/src/
vpx_decoder.c
170
|| !(ctx->iface->caps &
VPX_CODEC_CAP_PUT_SLICE
))
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
vpx_decoder.c
179
|| !(ctx->iface->caps &
VPX_CODEC_CAP_PUT_SLICE
))
Completed in 91 milliseconds