HomeSort by relevance Sort by last modified time
    Searched refs:show_existing_frame (Results 1 - 9 of 9) sorted by null

  /external/libvpx/libvpx/vp9/decoder/
vp9_dthread.c 162 dst_cm->prev_frame = src_cm->show_existing_frame ?
164 dst_cm->last_width = !src_cm->show_existing_frame ?
166 dst_cm->last_height = !src_cm->show_existing_frame ?
171 dst_cm->last_show_frame = !src_cm->show_existing_frame ?
vp9_decoder.c 254 for (; ref_index < REF_FRAMES && !cm->show_existing_frame; ++ref_index) {
360 for (; ref_index < REF_FRAMES && !cm->show_existing_frame; ++ref_index) {
381 if (!cm->show_existing_frame) {
435 if (!cm->show_existing_frame) {
vp9_decodeframe.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decoder.c 390 if (!cm->show_existing_frame)
393 if (!cm->show_existing_frame)
vp9_decodeframe.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_onyxc_int.h 111 int show_existing_frame; member in struct:VP9Common
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 163 int show_existing_frame; member in struct:VP9Common
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_if.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c     [all...]

Completed in 186 milliseconds