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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encoder.h 229 typedef struct VP9_COMP {
412 } 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 *cpi, int ref_frame_flags)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_int.h 284 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...]
  /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 57 milliseconds