Searched defs:store_info (Results 1 - 3 of 3) sorted by path

/external/chromium_org/net/cert/
H A Dtest_root_certs_win.cc30 PCERT_STORE_PROV_INFO store_info);
101 PCERT_STORE_PROV_INFO store_info) {
113 store_info);
95 InterceptedOpenStoreW(LPCSTR store_provider, DWORD encoding, HCRYPTPROV crypt_provider, DWORD flags, const void* store_name, HCERTSTORE memory_store, PCERT_STORE_PROV_INFO store_info) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dmr_dissim.c70 LOWER_RES_FRAME_INFO* store_info local
73 store_info->frame_type = cm->frame_type;
77 store_info->is_frame_dropped = 0;
79 store_info->low_res_ref_frames[i] = cpi->current_ref_frames[i];
88 LOWER_RES_MB_INFO* store_mode_info = store_info->mb_info;
230 LOWER_RES_FRAME_INFO* store_info local
234 store_info->frame_type = INTER_FRAME;
235 store_info->is_frame_dropped = 1;
/external/libvpx/libvpx/vp8/encoder/
H A Dmr_dissim.c69 LOWER_RES_FRAME_INFO* store_info local
72 store_info->frame_type = cm->frame_type;
76 store_info->is_frame_dropped = 0;
78 store_info->low_res_ref_frames[i] = cpi->current_ref_frames[i];
87 LOWER_RES_MB_INFO* store_mode_info = store_info->mb_info;
229 LOWER_RES_FRAME_INFO* store_info local
233 store_info->frame_type = INTER_FRAME;
234 store_info->is_frame_dropped = 1;

Completed in 384 milliseconds