OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pid_type
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/mp2t/
mp2t_stream_parser.cc
62
PidType
pid_type
() const { return pid_type_; }
function in class:media::mp2t::PidState
76
PidState::PidState(int pid, PidType
pid_type
,
79
pid_type_(
pid_type
),
301
if (pid_state->
pid_type
() == PidState::kPidPmt) {
361
PidState::PidType
pid_type
=
local
364
new PidState(pes_pid,
pid_type
, pes_section_parser.Pass()));
381
if (pid_state->
pid_type
() == PidState::kPidAudioPes &&
384
if (pid_state->
pid_type
() == PidState::kPidVideoPes &&
405
(pid_state->
pid_type
() == PidState::kPidAudioPes ||
406
pid_state->
pid_type
() == PidState::kPidVideoPes)
[
all
...]
/external/kernel-headers/original/linux/
fs.h
945
enum
pid_type
pid_type
; /* Kind of process group SIGIO should be sent to */
member in struct:fown_struct
[
all
...]
Completed in 630 milliseconds