Searched refs:pmp (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | pmpdec.c | 44 PMPContext *pmp = s->priv_data; in pmp_header() local 92 pmp->num_streams = avio_rl16(pb) + 1; in pmp_header() 105 if (size < 9 + 4*pmp->num_streams) { in pmp_header() 116 for (i = 1; i < pmp->num_streams; i++) { in pmp_header() 131 PMPContext *pmp = s->priv_data; in pmp_packet() local 138 if (pmp->cur_stream == 0) { in pmp_packet() 140 pmp->audio_packets = avio_r8(pb); in pmp_packet() 142 if (!pmp->audio_packets) { in pmp_packet() 147 num_packets = (pmp->num_streams - 1) * pmp in pmp_packet() 173 PMPContext *pmp = s->priv_data; pmp_seek() local 181 PMPContext *pmp = s->priv_data; pmp_close() local [all...] |
/third_party/lame/libmp3lame/ |
H A D | mpglib_interface.c | 158 decode1_headersB_clipchoice(PMPSTR pmp, unsigned char *buffer, size_t len, in decode1_headersB_clipchoice() argument 179 ret = (*decodeMP3_ptr) (pmp, buffer, len_l, p, psize_l, &processed_bytes); in decode1_headersB_clipchoice() 182 * pmp->header_parsed==1 in decode1_headersB_clipchoice() 183 * pmp->framesize=0 in decode1_headersB_clipchoice() 184 * pmp->fsizeold=size of last frame, or 0 if this is first frame in decode1_headersB_clipchoice() 187 * pmp->header_parsed==1 in decode1_headersB_clipchoice() 188 * pmp->framesize=size of frame in decode1_headersB_clipchoice() 189 * pmp->fsizeold=size of last frame, or 0 if this is first frame in decode1_headersB_clipchoice() 192 * pmp->header_parsed==0 in decode1_headersB_clipchoice() 193 * pmp in decode1_headersB_clipchoice() [all...] |
/third_party/ltp/testcases/kernel/tracing/pt_test/ |
H A D | pt_test.c | 108 struct perf_event_mmap_page *pmp; in intel_pt_trace_check() local 117 pmp = (struct perf_event_mmap_page *)bufm[0]; in intel_pt_trace_check() 118 aux_head = *(volatile uint64_t *)&pmp->aux_head; in intel_pt_trace_check()
|
/third_party/ffmpeg/tests/fate/ |
H A D | demux.mak | 109 FATE_SAMPLES_DEMUX-$(CONFIG_PMP_DEMUXER) += fate-pmp-demux 110 fate-pmp-demux: CMD = framecrc -i $(TARGET_SAMPLES)/pmp/demo.pmp -vn -c:a copy
|
Completed in 3 milliseconds