HomeSort by relevance Sort by last modified time
    Searched refs:show_frame (Results 1 - 25 of 69) 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:__anon16697
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:__anon28648
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:__anon39738
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::__anon39598::__anon39599
va_dec_vp9.h 96 uint32_t show_frame : 1; member in struct:_VADecPictureParameterBufferVP9::__anon39564::__anon39565
  /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 109 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);
vp9_onyxc_int.h 109 int show_frame; member in struct:VP9Common
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decoder.c 288 cm->last_show_frame = cm->show_frame;
289 if (cm->show_frame) {
315 if (pbi->common.show_frame == 0)
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_speed_features.c 63 sf->disable_split_mask = cm->show_frame ? DISABLE_ALL_SPLIT
84 sf->disable_split_mask = cm->show_frame ? DISABLE_ALL_SPLIT
159 sf->disable_split_mask = cm->show_frame ? DISABLE_ALL_SPLIT
181 sf->disable_split_mask = cm->show_frame ?
  /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)
399 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)

Completed in 726 milliseconds

1 2 3