OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:formatparams
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/media/libstagefright/codecs/on2/dec/
SoftVPX.cpp
153
OMX_VIDEO_PARAM_PORTFORMATTYPE *
formatParams
=
156
if (
formatParams
->nPortIndex > 1) {
160
if (
formatParams
->nIndex != 0) {
164
if (
formatParams
->nPortIndex == 0) {
165
formatParams
->eCompressionFormat = OMX_VIDEO_CodingVPX;
166
formatParams
->eColorFormat = OMX_COLOR_FormatUnused;
167
formatParams
->xFramerate = 0;
169
CHECK_EQ(
formatParams
->nPortIndex, 1u);
171
formatParams
->eCompressionFormat = OMX_VIDEO_CodingUnused;
172
formatParams
->eColorFormat = OMX_COLOR_FormatYUV420Planar
[
all
...]
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp
175
OMX_VIDEO_PARAM_PORTFORMATTYPE *
formatParams
=
178
if (
formatParams
->nPortIndex > 1) {
182
if (
formatParams
->nIndex != 0) {
186
if (
formatParams
->nPortIndex == 0) {
187
formatParams
->eCompressionFormat =
191
formatParams
->eColorFormat = OMX_COLOR_FormatUnused;
192
formatParams
->xFramerate = 0;
194
CHECK_EQ(
formatParams
->nPortIndex, 1u);
196
formatParams
->eCompressionFormat = OMX_VIDEO_CodingUnused;
197
formatParams
->eColorFormat = OMX_COLOR_FormatYUV420Planar
[
all
...]
/frameworks/base/media/libstagefright/codecs/on2/h264dec/
SoftAVC.cpp
175
OMX_VIDEO_PARAM_PORTFORMATTYPE *
formatParams
=
178
if (
formatParams
->nPortIndex > kOutputPortIndex) {
182
if (
formatParams
->nIndex != 0) {
186
if (
formatParams
->nPortIndex == kInputPortIndex) {
187
formatParams
->eCompressionFormat = OMX_VIDEO_CodingAVC;
188
formatParams
->eColorFormat = OMX_COLOR_FormatUnused;
189
formatParams
->xFramerate = 0;
191
CHECK(
formatParams
->nPortIndex == kOutputPortIndex);
193
formatParams
->eCompressionFormat = OMX_VIDEO_CodingUnused;
194
formatParams
->eColorFormat = OMX_COLOR_FormatYUV420Planar
[
all
...]
/frameworks/base/media/libstagefright/rtsp/
MyHandler.h
[
all
...]
Completed in 155 milliseconds