Searched defs:VP9_COMP (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_onyx_int.h285 typedef struct VP9_COMP { struct
518 } VP9_COMP; typedef in typeref:struct:VP9_COMP
522 struct VP9_COMP *vp9_create_compressor(VP9_CONFIG *oxcf);
523 void vp9_remove_compressor(VP9_COMP *cpi);
525 void vp9_change_config(VP9_COMP *cpi, const VP9_CONFIG *oxcf);
529 int vp9_receive_raw_frame(VP9_COMP *cpi, unsigned int frame_flags,
533 int vp9_get_compressed_data(VP9_COMP *cpi, unsigned int *frame_flags,
537 int vp9_get_preview_raw_frame(VP9_COMP *cpi, YV12_BUFFER_CONFIG *dest,
540 int vp9_use_as_reference(VP9_COMP *cpi, int ref_frame_flags);
542 void vp9_update_reference(VP9_COMP *cp
[all...]

Completed in 177 milliseconds