Home
last modified time | relevance | path

Searched refs:FRAMEFLAGS_ALTREF (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Donyx.h63 FRAMEFLAGS_ALTREF = 4 enumerator
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_int.h177 FRAMEFLAGS_ALTREF = 1 << 2, enumerator
Dvp9_onyx_if.c2777 cm->frame_flags |= FRAMEFLAGS_ALTREF;
2779 cm->frame_flags &= ~FRAMEFLAGS_ALTREF;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_if.c4698 cm->frame_flags = cm->frame_flags | FRAMEFLAGS_ALTREF; in encode_frame_to_data_rate()
4700 cm->frame_flags = cm->frame_flags&~FRAMEFLAGS_ALTREF; in encode_frame_to_data_rate()