Home
last modified time | relevance | path

Searched refs:createCodec2Component (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/tests/benchmark/src/native/decoder/
DC2Decoder.h28 int32_t createCodec2Component(string codecName, AMediaFormat *format);
DC2Decoder.cpp24 int32_t C2Decoder::createCodec2Component(string compName, AMediaFormat *format) { in createCodec2Component() function in C2Decoder
/frameworks/av/media/tests/benchmark/src/native/encoder/
DC2Encoder.h39 int32_t createCodec2Component(string codecName, AMediaFormat *format);
DC2Encoder.cpp24 int32_t C2Encoder::createCodec2Component(string compName, AMediaFormat *format) { in createCodec2Component() function in C2Encoder
/frameworks/av/media/tests/benchmark/tests/
DC2DecoderTest.cpp127 status = mDecoder->createCodec2Component(codecName, format); in TEST_P()
DC2EncoderTest.cpp131 status = mEncoder->createCodec2Component(codecName, format); in TEST_P()