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

  /external/libvpx/libvpx/vp9/decoder/
vp9_onyxd.h 22 typedef void *VP9D_PTR;
42 int vp9_receive_compressed_data(VP9D_PTR comp,
46 int vp9_get_raw_frame(VP9D_PTR comp, YV12_BUFFER_CONFIG *sd,
50 vpx_codec_err_t vp9_copy_reference_dec(VP9D_PTR comp,
54 vpx_codec_err_t vp9_set_reference_dec(VP9D_PTR comp,
58 int vp9_get_reference_dec(VP9D_PTR ptr, int index, YV12_BUFFER_CONFIG **fb);
61 VP9D_PTR vp9_create_decompressor(VP9D_CONFIG *oxcf);
63 void vp9_remove_decompressor(VP9D_PTR comp);
vp9_onyxd_if.c 122 VP9D_PTR vp9_create_decompressor(VP9D_CONFIG *oxcf) {
163 void vp9_remove_decompressor(VP9D_PTR ptr) {
191 vpx_codec_err_t vp9_copy_reference_dec(VP9D_PTR ptr,
218 vpx_codec_err_t vp9_set_reference_dec(VP9D_PTR ptr, VP9_REFFRAME ref_frame_flag,
260 int vp9_get_reference_dec(VP9D_PTR ptr, int index, YV12_BUFFER_CONFIG **fb) {
291 int vp9_receive_compressed_data(VP9D_PTR ptr,
424 int vp9_get_raw_frame(VP9D_PTR ptr, YV12_BUFFER_CONFIG *sd,
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 48 VP9D_PTR pbi;
287 VP9D_PTR optr;

Completed in 757 milliseconds