Searched refs:AV1_GET_NEW_FRAME_IMAGE (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/aom/ |
D | aom.h | 59 AV1_GET_NEW_FRAME_IMAGE = enumerator 96 AOM_CTRL_USE_TYPE(AV1_GET_NEW_FRAME_IMAGE, aom_image_t *)
|
/external/libaom/libaom/examples/ |
D | aom_cx_set_ref.c | 79 if (aom_codec_control(encoder, AV1_GET_NEW_FRAME_IMAGE, &enc_img)) in testing_decode() 81 if (aom_codec_control(decoder, AV1_GET_NEW_FRAME_IMAGE, &dec_img)) in testing_decode()
|
/external/libaom/libaom/apps/ |
D | aomenc.c | 2167 AOM_CODEC_CONTROL_TYPECHECKED(&stream->encoder, AV1_GET_NEW_FRAME_IMAGE, in test_decode() 2169 AOM_CODEC_CONTROL_TYPECHECKED(&stream->decoder, AV1_GET_NEW_FRAME_IMAGE, in test_decode()
|
/external/libaom/libaom/av1/ |
D | av1_dx_iface.c | 1359 { AV1_GET_NEW_FRAME_IMAGE, ctrl_get_new_frame_image },
|
D | av1_cx_iface.c | 2756 { AV1_GET_NEW_FRAME_IMAGE, ctrl_get_new_frame_image },
|