Home
last modified time | relevance | path

Searched refs:pframe (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_conditionaljumptracker.cpp133 PStackFrame pframe; in add_mid() local
139 pframe = impl->m_loop_stack.top(); in add_mid()
141 pframe = impl->m_jump_stack.top(); in add_mid()
144 pframe->mid.push_back(source); in add_mid()
145 pframe->fixup_mid(source); in add_mid()
/third_party/ffmpeg/libavformat/
Doggparsetheora.c151 uint64_t iframe, pframe; in theora_gptopts() local
157 pframe = gp & thp->gpmask; in theora_gptopts()
162 if (!pframe) in theora_gptopts()
166 *dts = iframe + pframe; in theora_gptopts()
168 return iframe + pframe; in theora_gptopts()
Doggparsedirac.c108 uint64_t pframe = gp & 0x3fffffff; in old_dirac_gptopts() local
110 if (!pframe) in old_dirac_gptopts()
113 return iframe + pframe; in old_dirac_gptopts()
/third_party/python/Lib/
Dprofile.py301 ppt, pit, pet, pfn, pframe, pcur = rcur
302 self.cur = ppt, pit + rpt, pet + frame_total, pfn, pframe, pcur
366 pframe = self.cur[-2]
368 pframe = None
369 frame = self.fake_frame(code, pframe)
/third_party/lame/dshow/
DEncoder.cpp389 int CEncoder::GetFrame(const unsigned char ** pframe) in GetFrame() argument
391 if (!pgf || !m_outFrameBuf || !pframe) in GetFrame()
404 *pframe = m_outFrameBuf + m_outReadOffset; in GetFrame()
DEncoder.h136 int GetFrame(const unsigned char ** pframe);
DMpegac.cpp416 const unsigned char * pframe = NULL; in FlushEncodedSamples() local
417 int frame_size = m_Encoder.GetFrame(&pframe); in FlushEncodedSamples()
419 if (frame_size <= 0 || !pframe) in FlushEncodedSamples()
442 CopyMemory(pDst, pframe, frame_size); in FlushEncodedSamples()