Home
last modified time | relevance | path

Searched refs:pf (Results 1 – 4 of 4) sorted by relevance

/hardware/ril/libril/
Dril.cpp1771 RIL_InitialAttachApn pf; in dispatchSetInitialAttachApn() local
1775 memset(&pf, 0, sizeof(pf)); in dispatchSetInitialAttachApn()
1777 pf.apn = strdupReadString(p); in dispatchSetInitialAttachApn()
1778 pf.protocol = strdupReadString(p); in dispatchSetInitialAttachApn()
1781 pf.authtype = (int) t; in dispatchSetInitialAttachApn()
1783 pf.username = strdupReadString(p); in dispatchSetInitialAttachApn()
1784 pf.password = strdupReadString(p); in dispatchSetInitialAttachApn()
1788 printBuf, pf.apn, pf.protocol, pf.authtype, pf.username, pf.password); in dispatchSetInitialAttachApn()
1795 CALL_ONREQUEST(pRI->pCI->requestNumber, &pf, sizeof(pf), pRI, pRI->socket_id); in dispatchSetInitialAttachApn()
1798 memsetString(pf.apn); in dispatchSetInitialAttachApn()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
Dmkvparser.cpp8294 Frame* pf = m_frames; in Parse() local
8295 Frame* const pf_end = pf + m_frame_count; in Parse()
8324 Frame& f = *pf++; in Parse()
8325 assert(pf < pf_end); in Parse()
8335 assert(pf < pf_end); in Parse()
8339 Frame& f = *pf++; in Parse()
8341 if (pf != pf_end) in Parse()
8359 pf = m_frames; in Parse()
8360 while (pf != pf_end) in Parse()
8362 Frame& f = *pf++; in Parse()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
Dmkvparser.cpp9278 Frame* pf = m_frames; in Parse() local
9279 Frame* const pf_end = pf + m_frame_count; in Parse()
9308 Frame& f = *pf++; in Parse()
9309 assert(pf < pf_end); in Parse()
9319 assert(pf < pf_end); in Parse()
9323 Frame& f = *pf++; in Parse()
9325 if (pf != pf_end) in Parse()
9343 pf = m_frames; in Parse()
9344 while (pf != pf_end) in Parse()
9346 Frame& f = *pf++; in Parse()
[all …]
/hardware/intel/img/psb_video/src/
Dpsb_overlay.c951 static FILE *pf = NULL; in I830PutImageFlipRotateDebug() local
955 if (pf == NULL) in I830PutImageFlipRotateDebug()
956 if ((pf = fopen("/home/dump.yuv", "w+")) == NULL) { in I830PutImageFlipRotateDebug()
967 fwrite(data, 1, obj_surface->width_r, pf); in I830PutImageFlipRotateDebug()
995 fwrite(header, obj_surface->height_r / 2, obj_surface->width_r, pf); in I830PutImageFlipRotateDebug()