Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decoder.c390 if (!cm->show_existing_frame) in vp9_receive_compressed_data()
393 if (!cm->show_existing_frame) in vp9_receive_compressed_data()
Dvp9_decodeframe.c1030 cm->show_existing_frame = vp9_rb_read_bit(rb); in read_uncompressed_header()
1031 if (cm->show_existing_frame) { in read_uncompressed_header()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_onyxc_int.h111 int show_existing_frame; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_if.c2826 if (!cm->show_existing_frame)