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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
encode_test_driver.cc 198 const vpx_image_t *img_enc = encoder->GetPreviewFrame(); local
201 if (img_enc && img_dec) {
202 const bool res = compare_img(img_enc, img_dec);
204 MismatchHook(img_enc, img_dec);
  /external/libvpx/libvpx/test/
encode_test_driver.cc 255 const vpx_image_t *img_enc = encoder->GetPreviewFrame(); local
258 if (img_enc && img_dec) {
259 const bool res = compare_img(img_enc, img_dec);
261 MismatchHook(img_enc, img_dec);

Completed in 876 milliseconds