Searched refs:FRAMEFLAGS_GOLDEN (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Donyx.h62 FRAMEFLAGS_GOLDEN = 2, enumerator in enum:__anon527
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_onyx_int.h176 FRAMEFLAGS_GOLDEN = 1 << 1, enumerator in enum:__anon630
H A Dvp9_onyx_if.c2772 cm->frame_flags |= FRAMEFLAGS_GOLDEN;
2774 cm->frame_flags &= ~FRAMEFLAGS_GOLDEN;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Donyx_if.c4693 cm->frame_flags = cm->frame_flags | FRAMEFLAGS_GOLDEN;
4695 cm->frame_flags = cm->frame_flags&~FRAMEFLAGS_GOLDEN;

Completed in 86 milliseconds