HomeSort by relevance Sort by last modified time
    Searched refs:show_frame (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
header.h 24 unsigned int show_frame: 1; member in struct:__anon17680
onyxc_int.h 99 int show_frame; member in struct:VP8Common
  /external/libvpx/libvpx/vp8/common/
header.h 24 unsigned int show_frame: 1; member in struct:__anon8544
onyxc_int.h 99 int show_frame; member in struct:VP8Common
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
header.h 24 unsigned int show_frame: 1; member in struct:__anon19727
onyxc_int.h 99 int show_frame; member in struct:VP8Common
  /hardware/intel/common/libva/va/
va_enc_vp8.h 143 /* show_frame */
144 unsigned int show_frame : 1; member in struct:_VAEncPictureParameterBufferVP8::__anon19587::__anon19588
va_dec_vp9.h 96 uint32_t show_frame : 1; member in struct:_VADecPictureParameterBufferVP9::__anon19553::__anon19554
  /external/libvpx/libvpx/vp9/decoder/
vp9_decoder.c 352 if (cm->show_frame)
371 if (cm->show_frame)
380 if (cm->show_frame)
391 cm->last_show_frame = cm->show_frame;
392 if (cm->show_frame) {
415 if (pbi->common.show_frame == 0)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decoder.c 352 if (cm->show_frame)
371 if (cm->show_frame)
380 if (cm->show_frame)
391 cm->last_show_frame = cm->show_frame;
392 if (cm->show_frame) {
416 if (pbi->common.show_frame == 0)
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_debugmodes.c 19 cm->show_frame, cm->base_qindex);
vp9_onyxc_int.h 110 int show_frame; member in struct:VP9Common
  /external/libvpx/libvpx/vp9/common/
vp9_debugmodes.c 19 cm->show_frame, cm->base_qindex);
vp9_onyxc_int.h 109 int show_frame; member in struct:VP9Common
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_debugmodes.c 19 cm->show_frame, cm->base_qindex);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decoder.c 274 cm->last_show_frame = cm->show_frame;
275 if (cm->show_frame) {
300 if (!cm->show_frame)
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_speed_features.c 38 sf->disable_split_mask = cm->show_frame ? DISABLE_ALL_SPLIT
70 sf->disable_split_mask = cm->show_frame ? DISABLE_ALL_SPLIT
178 sf->disable_split_mask = cm->show_frame ? DISABLE_ALL_SPLIT
196 sf->disable_split_mask = cm->show_frame ? DISABLE_ALL_SPLIT
  /external/libvpx/libvpx/vp9/encoder/
vp9_speed_features.c 56 sf->disable_split_mask = cm->show_frame ? DISABLE_ALL_SPLIT
80 sf->disable_split_mask = cm->show_frame ? DISABLE_ALL_SPLIT
153 sf->disable_split_mask = cm->show_frame ? DISABLE_ALL_SPLIT
175 sf->disable_split_mask = cm->show_frame ?
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_speed_features.c 59 sf->disable_split_mask = cm->show_frame ?
83 sf->disable_split_mask = cm->show_frame ?
162 sf->disable_split_mask = cm->show_frame ?
184 sf->disable_split_mask = cm->show_frame ?
  /external/libvpx/libvpx/examples/
decode_with_partial_drops.c 105 char show_frame; member in struct:parsed_header
160 hdr.show_frame = (tmp >> 4) & 0x1;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
decode_with_partial_drops.c 105 char show_frame; member in struct:parsed_header
160 hdr.show_frame = (tmp >> 4) & 0x1;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
onyxd_if.c 291 cm->show_frame = 0;
356 if (cm->show_frame)
400 if (pbi->common.show_frame == 0)
  /external/libvpx/libvpx/vp8/decoder/
onyxd_if.c 297 cm->show_frame = 0;
374 if (cm->show_frame)
426 if (pbi->common.show_frame == 0)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
onyxd_if.c 297 cm->show_frame = 0;
376 if (cm->show_frame)
428 if (pbi->common.show_frame == 0)
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_dx_iface.c 140 int show_frame; local
160 show_frame = vp9_rb_read_bit(&rb);
171 intra_only_flag = show_frame ? 0 : vp9_rb_read_bit(&rb);

Completed in 2385 milliseconds

1 2 3