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

  /external/libvpx/libvpx/vp9/encoder/
vp9_temporal_filter.c 694 get_frame_new_buffer(cm)->y_crop_width,
695 get_frame_new_buffer(cm)->y_crop_height,
696 get_frame_new_buffer(cm)->y_crop_width,
697 get_frame_new_buffer(cm)->y_crop_height,
702 get_frame_new_buffer(cm)->y_crop_width,
703 get_frame_new_buffer(cm)->y_crop_height,
704 get_frame_new_buffer(cm)->y_crop_width,
705 get_frame_new_buffer(cm)->y_crop_height);
vp9_mbgraph.c 192 xd->plane[0].dst.buf = get_frame_new_buffer(cm)->y_buffer + mb_y_offset;
193 xd->plane[0].dst.stride = get_frame_new_buffer(cm)->y_stride;
vp9_encoder.c     [all...]
vp9_firstpass.c 530 YV12_BUFFER_CONFIG *const new_yv12 = get_frame_new_buffer(cm);
    [all...]
vp9_encodeframe.c 201 vp9_setup_dst_planes(xd->plane, get_frame_new_buffer(cm), mi_row, mi_col);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_mbgraph.c 190 xd->plane[0].dst.buf = get_frame_new_buffer(cm)->y_buffer + mb_y_offset;
191 xd->plane[0].dst.stride = get_frame_new_buffer(cm)->y_stride;
vp9_temporal_filter.c 448 get_frame_new_buffer(cm)->y_crop_width,
449 get_frame_new_buffer(cm)->y_crop_height,
vp9_onyx_if.c     [all...]
vp9_encodeframe.c 231 vp9_setup_dst_planes(xd, get_frame_new_buffer(cm), mi_row, mi_col);
759 YV12_BUFFER_CONFIG *new_yv12 = get_frame_new_buffer(cm);
    [all...]
vp9_firstpass.c 485 YV12_BUFFER_CONFIG *const new_yv12 = get_frame_new_buffer(cm);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_onyxc_int.h 210 static INLINE YV12_BUFFER_CONFIG *get_frame_new_buffer(VP9_COMMON *cm) { function
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_dthread.c 182 lf_data->frame_buffer = get_frame_new_buffer(cm);
vp9_decodeframe.c 319 vp9_setup_dst_planes(xd, get_frame_new_buffer(cm), mi_row, mi_col);
635 get_frame_new_buffer(cm), cm->width, cm->height,
685 lf_data->frame_buffer = get_frame_new_buffer(cm);
    [all...]
vp9_decoder.c 282 cm->frame_to_show = get_frame_new_buffer(cm);
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 301 static INLINE YV12_BUFFER_CONFIG *get_frame_new_buffer(VP9_COMMON *cm) { function
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 811 vp9_setup_dst_planes(xd->plane, get_frame_new_buffer(cm), mi_row, mi_col);
    [all...]
vp9_decoder.c 261 cm->frame_to_show = get_frame_new_buffer(cm);

Completed in 156 milliseconds