OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:video_codec_info_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/utility/source/
file_player_impl.cc
421
video_codec_info_
(),
431
memset(&
video_codec_info_
, 0, sizeof(
video_codec_info_
));
461
// Set up
video_codec_info_
according to file,
518
if(strncmp(
video_codec_info_
.plName, "I420", 5) == 0)
520
int size_y =
video_codec_info_
.width *
video_codec_info_
.height;
521
int half_width = (
video_codec_info_
.width + 1) / 2;
522
int half_height = (
video_codec_info_
.height + 1) / 2;
532
video_codec_info_
.width, video_codec_info_.height
[
all
...]
file_player_impl.h
105
VideoCodec
video_codec_info_
;
member in class:webrtc::VideoFilePlayerImpl
Completed in 33 milliseconds