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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.h229 typedef struct VP9_COMP { struct
412 } VP9_COMP; typedef in typeref:struct:VP9_COMP
416 struct VP9_COMP *vp9_create_compressor(VP9EncoderConfig *oxcf);
417 void vp9_remove_compressor(VP9_COMP *cpi);
419 void vp9_change_config(VP9_COMP *cpi, const VP9EncoderConfig *oxcf);
423 int vp9_receive_raw_frame(VP9_COMP *cpi, unsigned int frame_flags,
427 int vp9_get_compressed_data(VP9_COMP *cpi, unsigned int *frame_flags,
431 int vp9_get_preview_raw_frame(VP9_COMP *cpi, YV12_BUFFER_CONFIG *dest,
434 int vp9_use_as_reference(VP9_COMP *cpi, int ref_frame_flags);
436 void vp9_update_reference(VP9_COMP *cp
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_int.h284 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 611 milliseconds