Home
last modified time | relevance | path

Searched refs:VPX_CODEC_STATS_PKT (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_encoder.h157 VPX_CODEC_STATS_PKT, /**< Two-pass statistics for this frame */ enumerator
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dtwopass_encoder.c84 if (pkt->kind == VPX_CODEC_STATS_PKT) { in get_frame_stats()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dencode_test_driver.cc30 if (pkt->kind != VPX_CODEC_STATS_PKT) in EncodeFrame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dsvc_encodeframe.c946 case VPX_CODEC_STATS_PKT: { in vpx_svc_encode()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxenc.c1383 case VPX_CODEC_STATS_PKT: in get_cx_data()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.c124 pkt.kind = VPX_CODEC_STATS_PKT; in output_stats()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dfirstpass.c135 pkt.kind = VPX_CODEC_STATS_PKT; in output_stats()