HomeSort by relevance Sort by last modified time
    Searched defs:VP9_COMP (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 294 typedef struct VP9_COMP {
506 } VP9_COMP;
510 struct VP9_COMP *vp9_create_compressor(VP9EncoderConfig *oxcf,
512 void vp9_remove_compressor(VP9_COMP *cpi);
514 void vp9_change_config(VP9_COMP *cpi, const VP9EncoderConfig *oxcf);
518 int vp9_receive_raw_frame(VP9_COMP *cpi, unsigned int frame_flags,
522 int vp9_get_compressed_data(VP9_COMP *cpi, unsigned int *frame_flags,
526 int vp9_get_preview_raw_frame(VP9_COMP *cpi, YV12_BUFFER_CONFIG *dest,
529 int vp9_use_as_reference(VP9_COMP *cpi, int ref_frame_flags);
531 void vp9_update_reference(VP9_COMP *cpi, int ref_frame_flags)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_int.h 285 typedef struct VP9_COMP {
518 } 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 *cpi, int ref_frame_flags)
    [all...]

Completed in 51 milliseconds