Home
last modified time | relevance | path

Searched defs:img (Results 1 – 25 of 73) sorted by relevance

123

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_image.c43 static vpx_image_t *img_alloc_helper(vpx_image_t *img, in img_alloc_helper()
178 vpx_image_t *vpx_img_alloc(vpx_image_t *img, in vpx_img_alloc()
186 vpx_image_t *vpx_img_wrap(vpx_image_t *img, in vpx_img_wrap()
197 int vpx_img_set_rect(vpx_image_t *img, in vpx_img_set_rect()
249 void vpx_img_flip(vpx_image_t *img) { in vpx_img_flip()
271 void vpx_img_free(vpx_image_t *img) { in vpx_img_free()
Dvpx_encoder.c205 const vpx_image_t *img, in vpx_codec_encode()
328 vpx_image_t *img = NULL; in vpx_codec_get_preview_frame() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_iface_common.h13 static void yuvconfig2image(vpx_image_t *img, const YV12_BUFFER_CONFIG *yv12, in yuvconfig2image()
53 static vpx_codec_err_t image2yuvconfig(const vpx_image_t *img, in image2yuvconfig()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dtools_common.c206 int vpx_img_plane_width(const vpx_image_t *img, int plane) { in vpx_img_plane_width()
213 int vpx_img_plane_height(const vpx_image_t *img, int plane) { in vpx_img_plane_height()
220 void vpx_img_write(const vpx_image_t *img, FILE *file) { in vpx_img_write()
237 int vpx_img_read(vpx_image_t *img, FILE *file) { in vpx_img_read()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Ddecode_to_md5.c46 static void get_image_md5(const vpx_image_t *img, unsigned char digest[16]) { in get_image_md5()
114 vpx_image_t *img = NULL; in main() local
Dtwopass_encoder.c70 const vpx_image_t *img, in get_frame_stats()
95 const vpx_image_t *img, in encode_frame()
Dsimple_decoder.c133 vpx_image_t *img = NULL; in main() local
Dpostproc.c101 vpx_image_t *img = NULL; in main() local
Ddecode_with_drops.c118 vpx_image_t *img = NULL; in main() local
Dvp8_multi_resolution_encoder.c69 static int read_frame(FILE *f, vpx_image_t *img) { in read_frame()
83 static int read_frame_by_row(FILE *f, vpx_image_t *img) { in read_frame_by_row()
Dvp8cx_set_ref.c69 vpx_image_t *img, in encode_frame()
Dsimple_encoder.c122 vpx_image_t *img, in encode_frame()
Dset_maps.c128 vpx_image_t *img, in encode_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvp8.h107 vpx_image_t img; /**< reference frame data in image format */ member
116 vpx_image_t img; /**< img structure to populate (output) */ member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Ddecode_test_driver.cc41 const vpx_image_t *img = NULL; in RunLoop() local
Dmd5_helper.h24 void Add(const vpx_image_t *img) { in Add()
Dtest_vector_test.cc42 virtual void DecompressedFrameHook(const vpx_image_t& img, in DecompressedFrameHook()
Dtile_independence_test.cc66 const vpx_image_t *img = dec->GetDxData().Next(); in UpdateMD5() local
Dy4m_video_source.h64 virtual vpx_image_t *img() const { in img() function
Dexternal_frame_buffer_test.cc110 void CheckXImageFrameBuffer(const vpx_image_t *img) { in CheckXImageFrameBuffer()
223 virtual void DecompressedFrameHook(const vpx_image_t &img, in DecompressedFrameHook()
330 const vpx_image_t *img = NULL; in CheckDecodedFrames() local
Di420_video_source.h67 virtual vpx_image_t *img() const { return (frame_ < limit_) ? img_ : NULL; } in img() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_lookahead.h27 YV12_BUFFER_CONFIG img; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dlookahead.h21 YV12_BUFFER_CONFIG img; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_dx_iface.c69 vpx_image_t img; member
285 static void yuvconfig2image(vpx_image_t *img, in yuvconfig2image()
578 vpx_image_t *img = NULL; in vp8_get_frame() local
706 static vpx_codec_err_t image2yuvconfig(const vpx_image_t *img, in image2yuvconfig()
/hardware/intel/img/hwcomposer/merrifield/test/
Dnv12_ved_test.cpp91 uint8_t* img = NULL; in main() local

123