Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.h51 int first_pass_done; member
Dvp9_onyx_if.c3132 if (flush && cpi->pass == 1 && !cpi->twopass.first_pass_done) {
3134 cpi->twopass.first_pass_done = 1;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_int.h577 int first_pass_done; member
Donyx_if.c4999 if (flush && cpi->pass == 1 && !cpi->twopass.first_pass_done) in vp8_get_compressed_data()
5002 cpi->twopass.first_pass_done = 1; in vp8_get_compressed_data()