OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:profileParams
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/aacenc/
SoftAACEncoder2.cpp
247
OMX_AUDIO_PARAM_ANDROID_PROFILETYPE *
profileParams
=
250
if (!isValidOMXParam(
profileParams
)) {
254
if (
profileParams
->nPortIndex != 1) {
258
if (
profileParams
->nProfileIndex >= NELEM(kSupportedProfiles)) {
262
profileParams
->eProfile =
263
kSupportedProfiles[
profileParams
->nProfileIndex];
/frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp
297
OMX_AUDIO_PARAM_ANDROID_PROFILETYPE *
profileParams
=
300
if (!isValidOMXParam(
profileParams
)) {
304
if (
profileParams
->nPortIndex != 0) {
308
if (
profileParams
->nProfileIndex >= NELEM(kSupportedProfiles)) {
312
profileParams
->eProfile =
313
kSupportedProfiles[
profileParams
->nProfileIndex];
[
all
...]
Completed in 894 milliseconds